rails new demo --skip-bundle
rails g scaffold Item title:string description:text --skip-stylesheets
rake db:migrate
gem "therubyracer"
gem "less-rails" #Sprockets (what Rails 3.1 uses for its asset pipeline) supports LESS
gem "twitter-bootstrap-rails"
rails generate bootstrap:install static
rails g bootstrap:themed items -f
rails g bootstrap:themed orders -f