Copy-edit at the CHANGELOGS [ci skip]

上级 6964b7d5
## Rails 4.1.2 (unreleased) ##
* No changes.
## Rails 4.1.1 (May 6, 2014) ##
* No changes.
......
## Rails 4.1.2 (unreleased) ##
* `http_basic_authenticate_with` only check the autentication if the schema is
`Basic`.
......@@ -5,7 +7,7 @@
*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.
Fixes #13905.
......@@ -18,7 +20,7 @@
*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*
......@@ -30,7 +32,7 @@
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
(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
is used in the path then this uses `escape_path` as the controller may be namespaced.
......
* 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
......
## Rails 4.1.2 (unreleased) ##
* No changes.
## Rails 4.1.1 (May 6, 2014) ##
* No changes.
......
* 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
......@@ -16,7 +19,7 @@
*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.
Fixes #14709.
......@@ -60,16 +63,16 @@
*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.
*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
calculation if the collection is not cached or loaded.
has_and_belongs_to_many should fall back to using the normal CollectionAssociation's
size calculation if the collection is not cached or loaded.
Fixes #14913 and #14914.
......@@ -94,18 +97,18 @@
*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.
Fixes #14895
Fixes #14895.
*Paul Nikitochkin*
* Ensure SQLite3 statements are closed on errors.
Fixes: #13631
Fixes #13631/
*Timur Alperovich*
......
## Rails 4.1.2 (unreleased) ##
* Fixed `ActiveSupport::Subscriber` so that no duplicate subscriber is created
when a subscriber method is redefined.
......
* 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*
......
* Load database configuration from the first
database.yml available in paths.
## Rails 4.1.2 (unreleased) ##
* Load database configuration from the first `database.yml` available in paths.
*Pier-Olivier Thibault*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册