Railings - A full featured Ruby on Rails Template
When starting a new Rails app, just run this:
rails -d mysql -m /path/to/railings.rb /path/to/mynewapp
And lo and behold, you have the following ready to go:
- jQuery 1.3.2
- Blueprint CSS Framework
- Initializes as a Git repo and creates .gitignore
- Creates staging environment
- Creates application layout
- A default database.yml, and a modified database.example.yml which is ued with the 'Wheres my database.yml dude?' rake task
- Creates Vlad the Deployer deploy.rb config file
- Time formats initializer
- The following gems:
- thoughtbot-factory_girl
- rubyist-aasm
- mislav-will_paginate
- hpricot
- RedCloth
- emk-safe_erb
- settingslogic
- vlad
- vlad-git
- The following plugins setup as Git submodules:
- limerick_rake
- mile_marker
- squirrel
- rspec
- rspec-rails
- exception_notifier
- monkey-magic
- gravatar