aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
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:29:23 +0530
commit3c64548859a9e778bc6f5b0bdb796dc1b5136c3d (patch)
treea089dd30c98580d69fbbfd6886d5a147618f80ea /railties/guides/source
parent12cfcd2cd6fbbf38a7a7e8f10717d69870506ac1 (diff)
downloadrails-3c64548859a9e778bc6f5b0bdb796dc1b5136c3d.tar.gz
rails-3c64548859a9e778bc6f5b0bdb796dc1b5136c3d.tar.bz2
rails-3c64548859a9e778bc6f5b0bdb796dc1b5136c3d.zip
add info about kindle guides in the release guide
Diffstat (limited to 'railties/guides/source')
-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.