Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.3.6 release
Browse files Browse the repository at this point in the history
jeremy committed May 23, 2010
1 parent d8f0a58 commit 56bb550
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.3.6 (pending)*
*2.3.6 (May 23, 2010)*

* Upgrade TMail from 1.2.3 to 1.2.7. [Mikel Lindsaar]

2 changes: 1 addition & 1 deletion actionpack/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.3.6 (unreleased)*
*2.3.6 (May 23, 2010)*

* JSON: set Base.include_root_in_json = true to include a root value in the JSON: {"post": {"title": ...}}. Mirrors the Active Record option. #2584 [Matthew Moore, Joe Martinez, Elad Meidar, Santiago Pastorino]

2 changes: 1 addition & 1 deletion activerecord/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.3.6 (pending)*
*2.3.6 (May 23, 2010)*

* Add index length support for MySQL. #1852 [Emili Parreno, Pratik Naik]

5 changes: 5 additions & 0 deletions activeresource/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*2.3.6 (May 23, 2010)*

* No changes, just a version bump.


*2.3.5 (November 25, 2009)*

* Minor Bug Fixes and deprecation warnings
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*2.3.6 (pending)*
*2.3.6 (May 23, 2010)*

* 1.9 compat: deprecated last_(month|year) in favor of prev_(month|year). [fxn]

7 changes: 5 additions & 2 deletions railties/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
*Edge*
*2.3.6 (May 23, 2010)*

* Added config/initializers/cookie_verification_secret.rb with an auto-generated secret for using ActionController::Base#cookies.signed [DHH]

* Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs [DHH]


* 1.9 compatibility
*2.3.5 (November 25, 2009)*

* Ruby 1.9 compatibility


*2.3.4 (September 4, 2009)*

0 comments on commit 56bb550

Please sign in to comment.