- 960gs CSS / reset css / jquery / ujs / various plugins
- rspec / capybara / selenium (optional in rspec helper)
In short:
- setup rvmrc
- install gems via bundler
- thor setup:app MyAppName
- Create .rvmrc file with:
echo rvm --create 1.9.2-p0@my_app_name"
- Install latest bundler 1.0.7
gem install bundler
- Install gems with
bundle
Setup the application with:
thor setup:app my_app_name
And follow the instructions.