public
Description: Rails templates we use
Homepage: http://sentia.com.au
Clone URL: git://github.com/Sentia/Sentia-Rails-Application-Templates.git
name age message
file README.txt Loading commit data...
file generic_with_jquery_option_and_deploment.rb
README.txt
== Sentia Ruby on Rails Application Templates ==

1. Generic with JQuery & Deployment

- Removed unwanted files like index.html and favicon.
- Replaces Prototype with JQuery 1.3.1 which is downloads for you should you want to use it instead.
- Configures app to use Haml, thoughtbot-shoulda and thoughtbot-factory_girl.
- Creates Sass directory under stylesheets.
- Runs Capify and creates a deployment file for UAT and production.
- Create UAT environment file with correct settings.
- Create  .gitignore file with normal ignores.
- Adds all files to git and handles first commit to local GIT repository

Once this is complete you will see a "SUCCESS!" message and your ready to go.





== How to use ==

rails (application name) -m (path to template)