mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
pass over CHANGELOGs. [ci skip]
This commit is contained in:
parent
9a1fa3e8f8
commit
cdbf685994
6 changed files with 24 additions and 20 deletions
|
@ -35,11 +35,11 @@
|
|||
|
||||
*Kohei Suzuki*
|
||||
|
||||
* Fix handling of empty X_FORWARDED_HOST header in raw_host_with_port
|
||||
* Fix handling of empty `X_FORWARDED_HOST` header in `raw_host_with_port`.
|
||||
|
||||
Previously, an empty X_FORWARDED_HOST header would cause
|
||||
Actiondispatch::Http:URL.raw_host_with_port to return nil, causing
|
||||
Actiondispatch::Http:URL.host to raise a NoMethodError.
|
||||
Previously, an empty `X_FORWARDED_HOST` header would cause
|
||||
`Actiondispatch::Http:URL.raw_host_with_port` to return `nil`, causing
|
||||
`Actiondispatch::Http:URL.host` to raise a `NoMethodError`.
|
||||
|
||||
*Adam Forsyth*
|
||||
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
*Adam Prescott*
|
||||
|
||||
* `translate` should accept nils as members of the `:default`
|
||||
parameter without raising a translation missing error. Fixes a
|
||||
regression introduced 362557e.
|
||||
parameter without raising a translation missing error.
|
||||
|
||||
Fixes #19419
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
*Wojciech Wnętrzak*
|
||||
|
||||
* Allow symbol as values for `tokenize` of `LengthValidator`
|
||||
* Allow symbol as values for `tokenize` of `LengthValidator`.
|
||||
|
||||
*Kensuke Naito*
|
||||
|
||||
|
|
|
@ -34,20 +34,22 @@
|
|||
|
||||
*Mehmet Emin İNAÇ*
|
||||
|
||||
* Reduce memory usage from loading types on pg.
|
||||
* Reduce memory usage from loading types on PostgreSQL.
|
||||
|
||||
Fixes #19578.
|
||||
|
||||
*Sean Griffin*
|
||||
|
||||
* Add `config.active_record.warn_on_records_fetched_greater_than` option
|
||||
* Add `config.active_record.warn_on_records_fetched_greater_than` option.
|
||||
|
||||
When set to an integer, a warning will be logged whenever a result set
|
||||
larger than the specified size is returned by a query. Fixes #16463
|
||||
larger than the specified size is returned by a query.
|
||||
|
||||
Fixes #16463.
|
||||
|
||||
*Jason Nochlin*
|
||||
|
||||
* Ignore psqlrc when loading database structure.
|
||||
* Ignore `.psqlrc` when loading database structure.
|
||||
|
||||
*Jason Weathered*
|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
|
||||
*George Claghorn*
|
||||
|
||||
* Deprecate `alias_method_chain` in favour of `Module#prepend` introduced in Ruby 2.0
|
||||
* Deprecate `alias_method_chain` in favour of `Module#prepend` introduced in
|
||||
Ruby 2.0.
|
||||
|
||||
*Kir Shatrov*
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
* Rename `railties/bin` to `railties/exe` to match the new Bundler executables convention.
|
||||
* Rename `railties/bin` to `railties/exe` to match the new Bundler executables
|
||||
convention.
|
||||
|
||||
*Islam Wazery*
|
||||
|
||||
|
@ -22,7 +23,7 @@
|
|||
|
||||
*arthurnn*
|
||||
|
||||
* Add `rake initializers`
|
||||
* Add `rake initializers`.
|
||||
|
||||
This task prints out all defined initializers in the order they are invoked
|
||||
by Rails. This is helpful for debugging issues related to the initialization
|
||||
|
@ -37,7 +38,7 @@
|
|||
|
||||
*Hyonjee Joo*
|
||||
|
||||
* Add `config/initializers/active_record_belongs_to_required_by_default.rb`
|
||||
* Add `config/initializers/active_record_belongs_to_required_by_default.rb`.
|
||||
|
||||
Newly generated Rails apps have a new initializer called
|
||||
`active_record_belongs_to_required_by_default.rb` which sets the value of
|
||||
|
@ -56,7 +57,7 @@
|
|||
'No such middleware' errors when `insert_before` or `insert_after` are added
|
||||
after the `delete` operation for the middleware being deleted.
|
||||
|
||||
Fixes: #16433.
|
||||
Fixes #16433.
|
||||
|
||||
*Guo Xiang Tan*
|
||||
|
||||
|
@ -68,7 +69,7 @@
|
|||
|
||||
*Xavier Noria*
|
||||
|
||||
* Force generated routes to be inserted into routes.rb
|
||||
* Force generated routes to be inserted into `config/routes.rb`.
|
||||
|
||||
*Andrew White*
|
||||
|
||||
|
@ -82,11 +83,12 @@
|
|||
|
||||
*Melanie Gilman*
|
||||
|
||||
* Add the `method_source` gem to the default Gemfile for apps
|
||||
* Add the `method_source` gem to the default Gemfile for apps.
|
||||
|
||||
*Sean Griffin*
|
||||
|
||||
* Drop old test locations from `rake stats`
|
||||
* Drop old test locations from `rake stats`:
|
||||
|
||||
- test/functional
|
||||
- test/unit
|
||||
|
||||
|
@ -117,7 +119,7 @@
|
|||
|
||||
*Andrew Kozlov*
|
||||
|
||||
* Add `config/initializers/callback_terminator.rb`
|
||||
* Add `config/initializers/callback_terminator.rb`.
|
||||
|
||||
Newly generated Rails apps have a new initializer called
|
||||
`callback_terminator.rb` which sets the value of the configuration option
|
||||
|
|
Loading…
Reference in a new issue