mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Copy-edit at the CHANGELOGS [ci skip]
This commit is contained in:
parent
6964b7d565
commit
c8ddb617bd
8 changed files with 39 additions and 17 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
## Rails 4.1.2 (unreleased) ##
|
||||||
|
|
||||||
|
* No changes.
|
||||||
|
|
||||||
|
|
||||||
## Rails 4.1.1 (May 6, 2014) ##
|
## Rails 4.1.1 (May 6, 2014) ##
|
||||||
|
|
||||||
* No changes.
|
* No changes.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
## Rails 4.1.2 (unreleased) ##
|
||||||
|
|
||||||
* `http_basic_authenticate_with` only check the autentication if the schema is
|
* `http_basic_authenticate_with` only check the autentication if the schema is
|
||||||
`Basic`.
|
`Basic`.
|
||||||
|
|
||||||
|
@ -5,7 +7,7 @@
|
||||||
|
|
||||||
*tomykaira*
|
*tomykaira*
|
||||||
|
|
||||||
* Fix 'Stack level too deep' when rendering `head :ok` in an action method
|
* Fix `'Stack level too deep'` when rendering `head :ok` in an action method
|
||||||
called 'status' in a controller.
|
called 'status' in a controller.
|
||||||
|
|
||||||
Fixes #13905.
|
Fixes #13905.
|
||||||
|
@ -18,7 +20,7 @@
|
||||||
|
|
||||||
*Guilherme Cavalcanti*, *Andrew White*
|
*Guilherme Cavalcanti*, *Andrew White*
|
||||||
|
|
||||||
* Append link to bad code to backtrace when exception is SyntaxError.
|
* Append link to bad code to backtrace when exception is `SyntaxError`.
|
||||||
|
|
||||||
*Boris Kuznetsov*
|
*Boris Kuznetsov*
|
||||||
|
|
||||||
|
@ -30,7 +32,7 @@
|
||||||
4. Use `escape_segment` rather than `escape_path` in URL generation
|
4. Use `escape_segment` rather than `escape_path` in URL generation
|
||||||
|
|
||||||
For point 4 there are two exceptions. Firstly, when a route uses wildcard segments
|
For point 4 there are two exceptions. Firstly, when a route uses wildcard segments
|
||||||
(e.g. *foo) then we use `escape_path` as the value may contain '/' characters. This
|
(e.g. `*foo`) then we use `escape_path` as the value may contain '/' characters. This
|
||||||
means that wildcard routes can't be optimized. Secondly, if a `:controller` segment
|
means that wildcard routes can't be optimized. Secondly, if a `:controller` segment
|
||||||
is used in the path then this uses `escape_path` as the controller may be namespaced.
|
is used in the path then this uses `escape_path` as the controller may be namespaced.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
* Change `asset_path` to use File.join to create proper paths (#14932):
|
## Rails 4.1.2 (unreleased) ##
|
||||||
|
|
||||||
|
* Change `asset_path` to use File.join to create proper paths.
|
||||||
|
|
||||||
https://some.host.com//assets/some.js
|
https://some.host.com//assets/some.js
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
## Rails 4.1.2 (unreleased) ##
|
||||||
|
|
||||||
|
* No changes.
|
||||||
|
|
||||||
|
|
||||||
## Rails 4.1.1 (May 6, 2014) ##
|
## Rails 4.1.1 (May 6, 2014) ##
|
||||||
|
|
||||||
* No changes.
|
* No changes.
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
* Fixed the inferred table name of a HABTM auxiliar table inside a schema.
|
## Rails 4.1.2 (unreleased) ##
|
||||||
|
|
||||||
|
* Fixed the inferred table name of a has_and_belongs_to_many auxiliar
|
||||||
|
table inside a schema.
|
||||||
|
|
||||||
Fixes #14824
|
Fixes #14824
|
||||||
|
|
||||||
|
@ -16,7 +19,7 @@
|
||||||
|
|
||||||
*Aaron Nelson*
|
*Aaron Nelson*
|
||||||
|
|
||||||
* Fix how to calculate associated class name when using namespaced `has_and_belongs_to_many`
|
* Fix how to calculate associated class name when using namespaced has_and_belongs_to_many
|
||||||
association.
|
association.
|
||||||
|
|
||||||
Fixes #14709.
|
Fixes #14709.
|
||||||
|
@ -60,16 +63,16 @@
|
||||||
|
|
||||||
*Innokenty Mikhailov*
|
*Innokenty Mikhailov*
|
||||||
|
|
||||||
* Allow the PostgreSQL adapter to handle bigserial pk types again.
|
* Allow the PostgreSQL adapter to handle bigserial primary key types again.
|
||||||
|
|
||||||
Fixes #10410.
|
Fixes #10410.
|
||||||
|
|
||||||
*Patrick Robertson*
|
*Patrick Robertson*
|
||||||
|
|
||||||
* Fixed HABTM's CollectionAssociation size calculation.
|
* Fixed has_and_belongs_to_many's CollectionAssociation size calculation.
|
||||||
|
|
||||||
HABTM should fall back to using the normal CollectionAssociation's size
|
has_and_belongs_to_many should fall back to using the normal CollectionAssociation's
|
||||||
calculation if the collection is not cached or loaded.
|
size calculation if the collection is not cached or loaded.
|
||||||
|
|
||||||
Fixes #14913 and #14914.
|
Fixes #14913 and #14914.
|
||||||
|
|
||||||
|
@ -94,18 +97,18 @@
|
||||||
|
|
||||||
*James Coleman*
|
*James Coleman*
|
||||||
|
|
||||||
* Stringify all variables keys of mysql connection configuration.
|
* Stringify all variables keys of MySQL connection configuration.
|
||||||
|
|
||||||
When `sql_mode` variable for mysql adapters set in configuration as `String`
|
When `sql_mode` variable for MySQL adapters set in configuration as `String`
|
||||||
was ignored and overwritten by strict mode option.
|
was ignored and overwritten by strict mode option.
|
||||||
|
|
||||||
Fixes #14895
|
Fixes #14895.
|
||||||
|
|
||||||
*Paul Nikitochkin*
|
*Paul Nikitochkin*
|
||||||
|
|
||||||
* Ensure SQLite3 statements are closed on errors.
|
* Ensure SQLite3 statements are closed on errors.
|
||||||
|
|
||||||
Fixes: #13631
|
Fixes #13631/
|
||||||
|
|
||||||
*Timur Alperovich*
|
*Timur Alperovich*
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
## Rails 4.1.2 (unreleased) ##
|
||||||
|
|
||||||
* Fixed `ActiveSupport::Subscriber` so that no duplicate subscriber is created
|
* Fixed `ActiveSupport::Subscriber` so that no duplicate subscriber is created
|
||||||
when a subscriber method is redefined.
|
when a subscriber method is redefined.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
* Updates the maintenance policy to match the latest versions of Rails
|
## Rails 4.1.2 (unreleased) ##
|
||||||
|
|
||||||
|
* Updates the maintenance policy to match the latest versions of Rails.
|
||||||
|
|
||||||
*Matias Korhonen*
|
*Matias Korhonen*
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
* Load database configuration from the first
|
## Rails 4.1.2 (unreleased) ##
|
||||||
database.yml available in paths.
|
|
||||||
|
* Load database configuration from the first `database.yml` available in paths.
|
||||||
|
|
||||||
*Pier-Olivier Thibault*
|
*Pier-Olivier Thibault*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue