提交 f5ab4055 编写于 作者: Y Yves Senn

docs, formatting pass over changelogs. [ci skip]

上级 ede23430
......@@ -4,9 +4,9 @@
* More explicit error message when running `rake routes`. `CONTROLLER` argument
can now be supplied in different ways:
`Rails::WelcomeController`, `Rails::Welcome`, `rails/welcome`
`Rails::WelcomeController`, `Rails::Welcome`, `rails/welcome`.
Fixes #22918
Fixes #22918.
*Edouard Chin*
......@@ -14,7 +14,7 @@
helper methods. An `ArgumentError` will be raised if the passed parameters
are not secure.
Fixes #22832
Fixes #22832.
*Prathamesh Sonpatki*
......@@ -30,7 +30,7 @@
or unfiltered values based on from where it is called, `to_h` or `to_unsafe_h`
respectively.
Fixes #22841
Fixes #22841.
*Prathamesh Sonpatki*
......
......@@ -2,7 +2,7 @@
before the actual input radio tags to make the real value override
the hidden when passed.
Fixes #22773
Fixes #22773.
*Santiago Pastorino*
......
* Fix regression when loading fixture files with symbol keys.
Closes #22584.
Fixes #22584.
*Yves Senn*
* Support `:if` and `:unless` options in `has_secure_token`
* Support `:if` and `:unless` options in `has_secure_token`.
*Griffin Smith*
* Use `version` column as primary key for schema_migrations table because
schema_migrations versions are guaranteed to be unique.
`schema_migrations` versions are guaranteed to be unique.
This makes it possible to use `update_attributes` on models that do
not have a primary key.
......
* Match `HashWithIndifferentAccess#default`'s behaviour with `Hash#default`
* Match `HashWithIndifferentAccess#default`'s behaviour with `Hash#default`.
*David Cornu*
* Adds `:exception_object` key to `ActiveSupport::Notifications::Instrumenter` payload when an exception is raised.
* Adds `:exception_object` key to `ActiveSupport::Notifications::Instrumenter`
payload when an exception is raised.
Adds new key/value pair to payload when an exception is raised: e.g. `:exception_object => #<RuntimeError: FAIL>`.
Adds new key/value pair to payload when an exception is raised:
e.g. `:exception_object => #<RuntimeError: FAIL>`.
*Ryan T. Hosford*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册