Created
January 26, 2012 23:26
-
-
Save fxn/1685812 to your computer and use it in GitHub Desktop.
Ruby on Rails v3.2.1 CHANGELOGs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* Documentation improvements. | |
* Allow `form.select` to accept ranges (regression). *Jeremy Walker* | |
* `datetime_select` works with -/+ infinity dates. *Joe Van Dyk* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* No changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* The threshold for auto EXPLAIN is ignored if there's no logger. *fxn* | |
* Call `to_s` on the value passed to `table_name=`, in particular symbols | |
are supported (regression). *Sergey Nartimov* | |
* Fix possible race condition when two threads try to define attribute | |
methods for the same class. *Jon Leighton* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* Documentation fixes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* Documentation fixes and improvements. | |
* Update time zone offset information. *Ravil Bayramgalin* | |
* The deprecated `ActiveSupport::Base64.decode64` calls `::Base64.decode64` | |
now. *Jonathan Viney* | |
* Fixes uninitialized constant `ActiveSupport::TaggedLogging::ERROR`. *kennyj* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* Documentation fixes. | |
* Migration generation understands decimal{1.2} and decimal{1-2}, in | |
addition to decimal{1,2}. *José Valim* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment