engine/lib/generators/locomotive/install/templates
Jacques Crocker a09329c030 Cleaning whitespace on all .rb files so commit diffs from now on will be a bit more readable 2010-07-23 13:09:54 -07:00
..
README sitemap + use inherited_sources gem to refactor controllers + fix bugs + clean stuff + save some forms with CMD + S (in progress) 2010-07-13 02:46:17 +02:00
locomotive.rb Cleaning whitespace on all .rb files so commit diffs from now on will be a bit more readable 2010-07-23 13:09:54 -07:00

README

===============================================================================

Locomotive initializer has been added to your application. Your db/seeds.rb file has also been updated.

  1. Take a look at this to match your environment.
  
  2. Uncomment added code in db/seeds.rb if necessary
  
Note: do not forget to run rake db:seed if you modify your db/seeds.rb file.
  
Once it is done, the next step is to install assets:

  bundle exec rails g locomotive:copy_assets
  
Fire your application server and launch a browser !

===============================================================================