Update docs and CHANGELOG.

Conflicts:

	CHANGELOG.rdoc
This commit is contained in:
José Valim
2011-10-10 14:43:41 +02:00
parent 990dcc8eef
commit 96f55a7ac7
2 changed files with 15 additions and 0 deletions

View File

@@ -22,4 +22,11 @@ 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:
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.
===============================================================================