Skip to content

Commit

Permalink
Review the CHANGELOGs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Oct 17, 2013
1 parent 1660f53 commit 181947b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased ##
## Rails 4.0.1.rc1 (October 17, 2013) ##

* Invoke mailer defaults as procs only if they are procs, do not convert
with `to_proc`. That an object is convertible to a proc does not mean it's
Expand Down
12 changes: 6 additions & 6 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased ##
## Rails 4.0.1.rc1 (October 17, 2013) ##

* Respect `SCRIPT_NAME` when using `redirect` with a relative path

Expand All @@ -14,20 +14,20 @@
the path. It also allows redirects to work where the application is deployed to a
subdirectory of a website.

Fixes #7977
Fixes #7977.

*Andrew White*

* Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for spoofing
attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are set.

Fixes #10844
Fixes #10844.

*Tamir Duberstein*

* Strong parameters should permit nested number as key.

Fixes #12293
Fixes #12293.

*kennyj*

Expand All @@ -46,14 +46,14 @@

* Fix an issue where router can't recognize downcased url encoding path.

Fixes #12269
Fixes #12269.

*kennyj*

* Fix custom flash type definition. Misusage of the `_flash_types` class variable
caused an error when reloading controllers with custom flash types.

Fixes #12057
Fixes #12057.

*Ricardo de Cillo*

Expand Down
6 changes: 4 additions & 2 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased ##
## Rails 4.0.1.rc1 (October 17, 2013) ##

* Fix `has_secure_password` to honor bcrypt-ruby's cost attribute.

Expand All @@ -9,10 +9,12 @@
for non-numerical ones.

Fixes range validations like `:a..:f` that used to pass with values like `:be`.
Fixes #10593

Fixes #10593.

*Charles Bergeron*


## Rails 4.0.0 (June 25, 2013) ##

* Fix regression in has_secure_password. When a password is set, but a
Expand Down
10 changes: 5 additions & 5 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased ##
## Rails 4.0.1.rc1 (October 17, 2013) ##

* `NullRelation#pluck` takes a list of columns

Expand Down Expand Up @@ -73,7 +73,7 @@
* Objects instantiated using a null relationship will now retain the
attributes of the where clause.

Fixes: #11676, #11675, #11376
Fixes #11676, #11675, #11376.

*Paul Nikitochkin*, *Peter Brown*, *Nthalk*

Expand Down Expand Up @@ -116,7 +116,6 @@

*Ryan Wallace*


* Make `find_in_batches` and `find_each` work without a logger.

*Dmitry Polushkin*
Expand Down Expand Up @@ -190,6 +189,8 @@

This also affects order defined in `default_scope` or any kind of associations.

*Rafael Mendonça França*

* When using optimistic locking, `update` was not passing the column to `quote_value`
to allow the connection adapter to properly determine how to quote the value. This was
affecting certain databases that use specific column types.
Expand Down Expand Up @@ -222,7 +223,7 @@
* Remove extra select and update queries on `save`/`touch`/`destroy` Active Record model
with belongs to reflection with option `touch: true`.

Fixes: #11288.
Fixes #11288.

*Paul Nikitochkin*

Expand Down Expand Up @@ -266,7 +267,6 @@

*Yves Senn*


* Fix the `:primary_key` option for `has_many` associations.

Fixes #10693.
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased ##
## Rails 4.0.1.rc1 (October 17, 2013) ##

* Disable the ability to iterate over Range of AS::TimeWithZone
due to significant performance issues.
Expand Down
3 changes: 2 additions & 1 deletion railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased ##
## Rails 4.0.1.rc1 (October 17, 2013) ##

* Fix the event name of action_dispatch requests.

Expand All @@ -20,6 +20,7 @@

*Nikita Fedyashev*


## Rails 4.0.0 (June 25, 2013) ##

* Clearing autoloaded constants triggers routes reloading [Fixes #10685].
Expand Down

0 comments on commit 181947b

Please sign in to comment.