Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 178 Bytes

README.rdoc

File metadata and controls

10 lines (7 loc) · 178 Bytes

RailsCasts Example Application

Run these commands to try it out.

bundle
rake db:create db:structure:load db:seed
rails s
rake qc:work

Requires Ruby 1.9.2 or higher.