Skip to content

Commit

Permalink
Prepped for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Nov 21, 2008
1 parent ca29de5 commit 4adf56b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 34 deletions.
5 changes: 1 addition & 4 deletions actionmailer/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,7 @@
*2.2.1 [RC2] (November 14th, 2008)* *2.2 (November 21st, 2008)*


* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and the SMTP server supports it (This is required for Gmail's SMTP server) #1336 [Grant Hollingworth] * Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and the SMTP server supports it (This is required for Gmail's SMTP server) #1336 [Grant Hollingworth]



*2.2.0 [RC1] (October 24th, 2008)*

* Add layout functionality to mailers [Pratik] * Add layout functionality to mailers [Pratik]


Mailer layouts behaves just like controller layouts, except layout names need to Mailer layouts behaves just like controller layouts, except layout names need to
Expand Down
8 changes: 1 addition & 7 deletions actionpack/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,7 @@
*2.2.2 [2.2 Final]* *2.2 (November 21st, 2008)*


* Deprecated the :file default for ActionView#render to prepare for 2.3's new :partial default [DHH] * Deprecated the :file default for ActionView#render to prepare for 2.3's new :partial default [DHH]



*2.2.1 [RC2] (November 14th, 2008)*

* Restore backwards compatible functionality for setting relative_url_root. Include deprecation * Restore backwards compatible functionality for setting relative_url_root. Include deprecation


* Switched the CSRF module to use the request content type to decide if the request is forgeable. #1145 [Jeff Cohen] * Switched the CSRF module to use the request content type to decide if the request is forgeable. #1145 [Jeff Cohen]
Expand Down Expand Up @@ -33,9 +30,6 @@


* Fixed bug with asset timestamping when using relative_url_root #1265 [Joe Goldwasser] * Fixed bug with asset timestamping when using relative_url_root #1265 [Joe Goldwasser]



*2.2.0 [RC1] (October 24th, 2008)*

* Fix incorrect closing CDATA delimiter and that HTML::Node.parse would blow up on unclosed CDATA sections [packagethief] * Fix incorrect closing CDATA delimiter and that HTML::Node.parse would blow up on unclosed CDATA sections [packagethief]


* Added stale? and fresh_when methods to provide a layer of abstraction above request.fresh? and friends [DHH]. Example: * Added stale? and fresh_when methods to provide a layer of abstraction above request.fresh? and friends [DHH]. Example:
Expand Down
5 changes: 1 addition & 4 deletions activerecord/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,12 +1,9 @@
*2.2.1 [RC2] (November 14th, 2008)* *2.2 (November 21st, 2008)*


* Ensure indices don't flip order in schema.rb #1266 [Jordi Bunster] * Ensure indices don't flip order in schema.rb #1266 [Jordi Bunster]


* Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean) #857 [Andreas Korth] * Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean) #857 [Andreas Korth]



*2.2.0 [RC1] (October 24th, 2008)*

* Skip collection ids reader optimization if using :finder_sql [Jeremy Kemper] * Skip collection ids reader optimization if using :finder_sql [Jeremy Kemper]


* Add Model#delete instance method, similar to Model.delete class method. #1086 [Hongli Lai] * Add Model#delete instance method, similar to Model.delete class method. #1086 [Hongli Lai]
Expand Down
5 changes: 1 addition & 4 deletions activeresource/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,7 @@
*2.2.1 [RC2] (November 14th, 2008)* *2.2 (November 21st, 2008)*


* Fixed that ActiveResource#post would post an empty string when it shouldn't be posting anything #525 [Paolo Angelini] * Fixed that ActiveResource#post would post an empty string when it shouldn't be posting anything #525 [Paolo Angelini]



*2.2.0 [RC1] (October 24th, 2008)*

* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json. #1011 [Rasik Pandey, Cody Fauser] * Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json. #1011 [Rasik Pandey, Cody Fauser]


* Add ActiveResource::Base.find(:last). [#754 state:resolved] (Adrian Mugnolo) * Add ActiveResource::Base.find(:last). [#754 state:resolved] (Adrian Mugnolo)
Expand Down
8 changes: 1 addition & 7 deletions activesupport/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,21 +1,15 @@
*2.2.2 [Final]* *2.2 (November 21st, 2008)*


* TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date [Geoff Buesing] * TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date [Geoff Buesing]


* Update bundled TZInfo to 0.3.12 [Geoff Buesing] * Update bundled TZInfo to 0.3.12 [Geoff Buesing]



*2.2.1 [RC2] (November 14th, 2008)*

* Increment the version of our altered memcache-client to prevent confusion caused when the 1.5.0 gem is installed. * Increment the version of our altered memcache-client to prevent confusion caused when the 1.5.0 gem is installed.


* Fixed the option merging in Array#to_xml #1126 [Rudolf Gavlas] * Fixed the option merging in Array#to_xml #1126 [Rudolf Gavlas]


* Make I18n::Backend::Simple reload its translations in development mode [DHH/Sven Fuchs] * Make I18n::Backend::Simple reload its translations in development mode [DHH/Sven Fuchs]



*2.2.0 [RC1] (October 24th, 2008)*

* TimeWithZone#freeze: preload instance variables so that we can actually freeze [Geoff Buesing] * TimeWithZone#freeze: preload instance variables so that we can actually freeze [Geoff Buesing]


* Fix Brasilia timezone #1180 [Marcus Derencius, Kane] * Fix Brasilia timezone #1180 [Marcus Derencius, Kane]
Expand Down
10 changes: 2 additions & 8 deletions railties/CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,16 +1,10 @@
*2.2.2 [Final]* *2.2 (November 21st, 2008)*


* Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH] * Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH]



*2.2.1 [RC2] (November 14th, 2008)*

* Fixed plugin generator so that generated unit tests would subclass ActiveSupport::TestCase, also introduced a helper script to reduce the needed require statements #1137 [Mathias Meyer] * Fixed plugin generator so that generated unit tests would subclass ActiveSupport::TestCase, also introduced a helper script to reduce the needed require statements #1137 [Mathias Meyer]


* Update Prototype to 1.6.0.3 [sam] * Update Prototype to 1.6.0.4 [sam]


*2.2.0 [RC1] (October 24th, 2008)*


* Fixed that sqlite would report "db/development.sqlite3 already exists" whether true or not on db:create #614 [Antonio Cangiano] * Fixed that sqlite would report "db/development.sqlite3 already exists" whether true or not on db:create #614 [Antonio Cangiano]


Expand Down

0 comments on commit 4adf56b

Please sign in to comment.