mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
registers guide generation for the Kindle and Kindle apps in the Changelog
This commit is contained in:
parent
46e2db0da6
commit
d4be00c109
1 changed files with 2 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue