Skip to content

Commit

Permalink
Update lib/generators/templates/README
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Sep 6, 2012
1 parent 84c4759 commit f7dd598
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/generators/templates/README
Expand Up @@ -21,11 +21,15 @@ Some setup you must do manually if you haven't yet:
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>

4. If you are deploying Rails 3.1 on Heroku, you may want to set:
4. If you are deploying Rails 3.1+ on Heroku, you may want to set:

config.assets.initialize_on_precompile = false

On config/application.rb forcing your application to not access the DB
or load models when precompiling your assets.

5. You can copy Devise views (for customization) to your app by running:

rails g devise:views

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

0 comments on commit f7dd598

Please sign in to comment.