aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-25 04:14:11 -0800
committerXavier Noria <fxn@hashref.com>2011-12-25 04:14:11 -0800
commitd4be00c1092d8e718df1c83f013db0dde4501a68 (patch)
tree249b7d2e60f46cb3b02783e7adbff9e8fa1fd27f
parent46e2db0da681775399ef8e656cd84f05a4776e40 (diff)
downloadrails-d4be00c1092d8e718df1c83f013db0dde4501a68.tar.gz
rails-d4be00c1092d8e718df1c83f013db0dde4501a68.tar.bz2
rails-d4be00c1092d8e718df1c83f013db0dde4501a68.zip
registers guide generation for the Kindle and Kindle apps in the Changelog
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 7bbdb253dc..c5d2c26fcb 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.0 (unreleased) ##
+* Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Mip Earson & Xavier Nor$
+
* Allow scaffold/model/migration generators to accept a "index" and "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to generate (unique) indexes. Some types also accept custom options, for instance, you can specify the precision and scale for decimals as "price:decimal{7,2}". *Dmitrii Samoilov*
* Added `config.exceptions_app` to set the exceptions application invoked by the ShowException middleware when an exception happens. Defaults to `ActionDispatch::PublicExceptions.new(Rails.public_path)`. *José Valim*