Description:
Generates some necessary files to start creating webapp from rails
Example: add to gem file:
gem 'template'
gem 'pg'
gem 'simple-navigation'
bundle
rails g template APPNAME --force
rails s
Copyright
Copyright © 2011 Yule. See LICENSE.txt for further details.