http://railscasts.com/episodes/417-foundation
Requires Ruby 1.9.2 or higher.
rails new store
cd store
rails g scaffold product name price:decimal --skip-stylesheets
rake db:migrate
bundle
rails g foundation:install
http://railscasts.com/episodes/417-foundation
Requires Ruby 1.9.2 or higher.
rails new store
cd store
rails g scaffold product name price:decimal --skip-stylesheets
rake db:migrate
bundle
rails g foundation:install