1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixes credit in changelog entry

This commit is contained in:
Xavier Noria 2011-12-25 04:19:46 -08:00
parent d4be00c109
commit 6df5e81ce1

View file

@ -1,6 +1,6 @@
## 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$ * Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Mip Earson & Xavier Noria*
* 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*