Skip to content

Instantly share code, notes, and snippets.

@Dreyfuzz
Forked from lilliealbert/RailsBridge_class_levels
Last active December 17, 2015 06:08
Show Gist options
  • Save Dreyfuzz/5562688 to your computer and use it in GitHub Desktop.
Save Dreyfuzz/5562688 to your computer and use it in GitHub Desktop.
Blue
* Totally New to Programming
* You have little to no experience with the terminal or a graphical IDE
* You might have done a little bit with HTML or CSS, but not necessarily
* You're unfamiliar with terms like methods, arrays, lists, hashes, or dictionaries.
Green
* Somewhat New to Programming
** You may have used the terminal a little — to change directories, for instance
** You might have done an online programming tutorial or two
* You don't have a lot of experience with Rails
* You know what a method is
* You are probably unfamiliar with the MVC pattern
Gold
* Some Rails Experience
* You're comfortable using the terminal, but not necessarily a Power User
* You have a general understanding of MVC, perhaps from a prior workshop or tutorial
* You know how to define a method in Ruby
* You have a decent handle on Ruby arrays and hashes
Orange
* Other Programming Experience
* You're proficient in another language and understand general programming concepts, like collections and scope.
* You're new to Ruby and Rails
* You might be familiar with version control and basic web architecture
Purple
* Ready for the next challenge
* You've exhausted the fun of the Suggestotron/Intro Rails curriculum
* You're comfortable with the terminal
** You want to problem-solve instead of copying other's code
* You want to build an app without using scaffolds
###### NOTES
Themes:
* Comfort level with the terminal, defining methods in Ruby, MVC, data structures like arrays and hashes
* Whether they've exhausted the fun of Suggestotron (probably a better way to divide people than that)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment