mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Add release date of 3.2.5 on the CHANGELOG
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
## Rails 3.2.5 (Jun 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.4 (May 31, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.3 (March 30, 2012) ##
|
||||
|
||||
* Upgrade mail version to 2.4.3 *ML*
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
* Include mounted_helpers (helpers for accessing mounted engines) in ActionDispatch::IntegrationTest by default. *Piotr Sarnacki*
|
||||
|
||||
|
||||
## Rails 3.2.5 (Jun 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.4 (May 31, 2012) ##
|
||||
|
||||
* Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker*
|
||||
@@ -28,6 +34,7 @@
|
||||
* Strip [nil] from parameters hash. Thanks to Ben Murphy for
|
||||
reporting this! CVE-2012-2660
|
||||
|
||||
|
||||
## Rails 3.2.3 (March 30, 2012) ##
|
||||
|
||||
* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki*
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## Rails 3.2.5 (Jun 1, 2012) ##
|
||||
|
||||
* Restore behavior of Active Record 3.2.3 scopes.
|
||||
A series of commits relating to preloading and scopes caused a regression.
|
||||
|
||||
*Andrew White*
|
||||
|
||||
|
||||
## Rails 3.2.4 (May 31, 2012) ##
|
||||
|
||||
* Perf fix: Don't load the records when doing assoc.delete_all.
|
||||
@@ -16,6 +24,7 @@
|
||||
* Predicate builder should not recurse for determining where columns.
|
||||
Thanks to Ben Murphy for reporting this! CVE-2012-2661
|
||||
|
||||
|
||||
## Rails 3.2.3 (March 30, 2012) ##
|
||||
|
||||
* Added find_or_create_by_{attribute}! dynamic method. *Andrew White*
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
## Rails 3.2.5 (Jun 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.4 (May 31, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.3 (March 30, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
## Rails 3.2.5 (Jun 1, 2012) ##
|
||||
|
||||
* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
|
||||
for custom JSON string literals. *Erich Menge*
|
||||
|
||||
|
||||
## Rails 3.2.4 (May 31, 2012) ##
|
||||
|
||||
* Added #beginning_of_hour and #end_of_hour to Time and DateTime core
|
||||
extensions. *Mark J. Titorenko*
|
||||
|
||||
* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
|
||||
for custom JSON string literals. *Erich Menge*
|
||||
|
||||
|
||||
## Rails 3.2.3 (March 30, 2012) ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user