Ruby on Rails reference

As I learn Ruby on Rails I will be adding links to reference materials to this page.

Overall help

Getting started

Many-to-many / "through" associations (JOINed tables)

DB stuff with Rake

  • After you have a migration file XXX_do_whatever.rb in db/migrate, run rake db:migrate to update the database and also db/schema.rb
  • If you already have the correct db/schema.rb and you want to load it into your DB, run rake db:schema:load
page_revision: 4, last_edited: 1186669322|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.