Last active
October 20, 2018 18:07
-
-
Save normanrs/9ba15f025216b9fa7a5b8d20e20b3f93 to your computer and use it in GitHub Desktop.
A breakdown of Ruby on Rails concepts and skills with a basic framework for study grouping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rails Study | |
Areas of focus and practices for study group | |
## Rails Domains | |
1. Activerecord | |
2. Html/erb/css | |
3. Rails Forms | |
4. Dependencies & Nested Resources | |
5. HTTP | |
6. Rails Helpers(path/route/view) | |
7. Rails command line | |
8. Testing | |
9. Authentication/Authorization | |
10. Routes and Namespacing | |
## Study Group Format | |
1. Discussion: A question/answer session where we simply share knowledge and take notes. | |
2. Group Exercise: Complete a project or exercise together helping each other along the way. | |
3. Teach-us: Someone takes the lead and give a presentation or code-along lesson. | |
## Value-Added Take-Aways | |
1. Cheat Sheet | |
2. Metaphor(s) | |
3. Diagram or Visual Illustration | |
4. Links/References | |
5. How-To Guide | |
6. Shared code |
I wish there were one or two more group formats to choose from.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ready to implement!