This is a set of rails templates put together by AENTOS to speed up the setup of a new project. All features are optional:
- Delete public/index.html and public/rails.png
- Add .gitignore file
- Install will_paginate
- Install jRails for jQuery support and remove prototype, effects, etc. (optional)
- You can choose between HAML and ERB
- Install basic application layout (HAML or ERB depending on choice)
- Install dry_scaffold (optional)
- This installs formtastic, inherited_resources, validation_reflection (so you don't need to specify which fields are required)
- Install shoulda and factory_girl (optional)
- Install and sets up Cucumber with Capybara, Spork and Test::Unit (language can be chosen, default is english). If you chose to use shoulda and factory_girl for unit tests, factory_girl will also be setup for cucumber so you can reuse your factories.
- Install compass (optional)
- Fetch i18n rails YAML files to config/locales (optional, you can enter a list of locales)
