aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_2_release_notes.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-13 01:29:23 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-13 01:31:59 +0530
commite4c7ebef87408845c23f5130b0bc39a584156dfb (patch)
treedc3a4194b4f4dd4f4be3c39730507897c731e8ec /railties/guides/source/3_2_release_notes.textile
parent0d1df723c79300b73691d7785ee87d7b74caf591 (diff)
downloadrails-e4c7ebef87408845c23f5130b0bc39a584156dfb.tar.gz
rails-e4c7ebef87408845c23f5130b0bc39a584156dfb.tar.bz2
rails-e4c7ebef87408845c23f5130b0bc39a584156dfb.zip
add info about kindle guides in the release guide [ci skip]
Diffstat (limited to 'railties/guides/source/3_2_release_notes.textile')
-rw-r--r--railties/guides/source/3_2_release_notes.textile4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index b26ba2f3a6..0a58008496 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -92,6 +92,10 @@ h4. Tagged Logging
When running a multi-user, multi-account application, it's a great help to be able to filter the log by who did what. TaggedLogging in Active Support helps in doing exactly that by stamping log lines with subdomains, request ids, and anything else to aid debugging such applications.
+h3. Documentation
+
+From Rails 3.2, the Rails guides are available for the Kindle and free Kindle Reading Apps for the iPad, iPhone, Mac, Android, etc.
+
h3. Railties
* Speed up development by only reloading classes if dependencies files changed. This can be turned off by setting <tt>config.reload_classes_only_on_change</tt> to false.