Skip to content

Instantly share code, notes, and snippets.

@dwayne
Last active September 13, 2022 19:36
Show Gist options
  • Save dwayne/9969888 to your computer and use it in GitHub Desktop.
Save dwayne/9969888 to your computer and use it in GitHub Desktop.
Intermediate Ruby on Rails Notes

Week 1

The first part helps us start with a great foundation. It's about how to set up a Rails application correctly. Then in future lessons we move onto complex associations, unit testing and other advanced topics.

Requirements

  • Ruby 1.9.3
  • Rails 3.2.12

We build an application called Shouter that is a Twitter like app. Users make shouts.

Specific Gems

Q&A

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment