Skip to content

Commit

Permalink
registers guide generation for the Kindle and Kindle apps in the Chan…
Browse files Browse the repository at this point in the history
…gelog
  • Loading branch information
fxn committed Dec 25, 2011
1 parent 46e2db0 commit d4be00c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.0 (unreleased) ## ## 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* * 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* * 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*
Expand Down

1 comment on commit d4be00c

@dmitry
Copy link
Contributor

@dmitry dmitry commented on d4be00c Dec 26, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I like to read rails related stuff and other tech things on my kindle.

Please sign in to comment.