Clone the template and have a look at its code. Don't blindly trust it since it might not work for you.
git clone [email protected]:Zorros/rails3-template.git
rails new app_name -J -T -m rails3-template/main.rb
Take into account that this is currently a work in progress and is not 100% finished. So, some things might not work as expected... or might not work at all.
The template will create an RVM gemset named after your application using ruby 1.8.7 EE by default.
- kaminari
- formtastic
- haml-rails
- compass (using blueprint)
- inherited_resources
- tabs_on_rails
- jquery-rails
- devise
We took many ideas from the aentos template
- Install rack-debug.
- Generate devise.
- Ask options for RVM instead of using ree by default