mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Move misplaced CHANGELOG entry
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7755 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
8ef4bc6c75
commit
fe0df25f7b
2 changed files with 2 additions and 2 deletions
|
@ -90,6 +90,8 @@
|
||||||
|
|
||||||
* Fixed optimized route segment escaping. #9562 [wildchild, Jeremy Kemper]
|
* Fixed optimized route segment escaping. #9562 [wildchild, Jeremy Kemper]
|
||||||
|
|
||||||
|
* Added block acceptance to JavaScriptHelper#javascript_tag. #7527 [Bob Silva, Tarmo Täna, rmm5t]
|
||||||
|
|
||||||
* root_path returns '/' not ''. #9563 [lifofifo]
|
* root_path returns '/' not ''. #9563 [lifofifo]
|
||||||
|
|
||||||
* Fixed that setting request.format should also affect respond_to blocks [DHH]
|
* Fixed that setting request.format should also affect respond_to blocks [DHH]
|
||||||
|
|
|
@ -59,8 +59,6 @@
|
||||||
|
|
||||||
* RubyGem database adapters: expects a gem named activerecord-<database>-adapter with active_record/connection_adapters/<database>_adapter.rb in its load path. [Jeremy Kemper]
|
* RubyGem database adapters: expects a gem named activerecord-<database>-adapter with active_record/connection_adapters/<database>_adapter.rb in its load path. [Jeremy Kemper]
|
||||||
|
|
||||||
* Added block-acceptance to JavaScriptHelper#javascript_tag #7527 [BobSilva/tarmo/rmm5t]
|
|
||||||
|
|
||||||
* Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [TimoMihaljov/brandon]
|
* Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [TimoMihaljov/brandon]
|
||||||
|
|
||||||
* Fix association writer with :dependent => :nullify. #7314 [Jonathan Viney]
|
* Fix association writer with :dependent => :nullify. #7314 [Jonathan Viney]
|
||||||
|
|
Loading…
Reference in a new issue