##Installing Rails
##Rails Girls Guides
##For First-Timers New to HTML and CSS
##For First-Timers New to RoR
- TryRuby (Free)
- RailsForZombies (Free)
##For Continuing Learners
- RailsTutorial Book (Free)
- RailsBridge Tutorial (Free)
- CodeSchool (Paid)
- Treehouse (Paid)
##Proposed Lessons for Session 2
- [Introduction to MVC] (http://youtu.be/eTdVkgF_Slo)
- Project: Suggestotron (from RailsBridge) - a platform to post suggestions and vote on them
- [Git Basics] (http://docs.railsbridge.org/intro-to-rails/add_the_project_to_a_git_repo)
- [CRUD with Scaffolding] (http://docs.railsbridge.org/intro-to-rails/CRUD_with_scaffolding)
- [Setting the Default Page] (http://docs.railsbridge.org/intro-to-rails/setting_the_default_page)
- [Voting on Topics] (http://docs.railsbridge.org/intro-to-rails/voting_on_topics)
- [Hooking Up Votes and Topics] (http://docs.railsbridge.org/intro-to-rails/hooking_up_votes_and_topics)
- [Allow People to Vote] (http://docs.railsbridge.org/intro-to-rails/allow_people_to_vote)
- [Redirect To The Topics List After Creating A New Topic] (http://docs.railsbridge.org/intro-to-rails/redirect_to_the_topics_list_after_creating_a_new_topic)
- [Make The Topic Title A Link] (http://docs.railsbridge.org/intro-to-rails/make_the_topic_title_a_link)
- [Clean Up Links On The Topics List] (http://docs.railsbridge.org/intro-to-rails/clean_up_links_on_the_topics_list)
- [Deploy to Heroku] (http://docs.railsbridge.org/intro-to-rails/deploying_to_heroku)