提交 daba090d 编写于 作者: P Prathamesh Sonpatki

Pass over CHANGELOGS [ci skip]

上级 97c482ff
* Fix rake routes not showing the right format when
* Fix `rake routes` not showing the right format when
nesting multiple routes.
See #18373.
......
* Do not put partial name to local_assigns when rendering without an object or a collection.
* Do not put partial name to `local_assigns` when rendering without
an object or a collection.
*Henrik Nygren*
......@@ -124,7 +125,7 @@
*Angelo Capilleri*
* Allow entries without a link tag in AtomFeedHelper.
* Allow entries without a link tag in `AtomFeedHelper`.
*Daniel Gomez de Souza*
......
......@@ -11,7 +11,7 @@
*y-yagi*
* A generated job now inherents from `app/jobs/application_job.rb` by default.
* A generated job now inherits from `app/jobs/application_job.rb` by default.
*Jeroen van Baarsen*
......
......@@ -3,7 +3,8 @@
*Alex Robbin*
* Correctly pass MySQL options when using structure_dump or structure_load
* Correctly pass MySQL options when using `structure_dump` or
`structure_load`.
Specifically, it fixes an issue when using SSL authentication.
......@@ -11,7 +12,7 @@
* Dump indexes in `create_table` instead of `add_index`.
If the adapter supports indexes in create table, generated SQL is
If the adapter supports indexes in `create_table`, generated SQL is
slightly more efficient.
*Ryuta Kamizono*
......
* Add Integer#positive? and Integer#negative? query methods in the vein of Fixnum#zero?
This makes it nicer to do things like bunch_of_numbers.select(&:positive?).
* Add `Integer#positive?` and `Integer#negative?` query methods
in the vein of `Fixnum#zero?`.
This makes it nicer to do things like `bunch_of_numbers.select(&:positive?)`.
*DHH*
* Encoding ActiveSupport::TimeWithZone to YAML now preserves the timezone information.
* Encoding `ActiveSupport::TimeWithZone` to YAML now preserves the timezone information.
Fixes #9183.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册