aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-02-01 10:19:16 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2009-02-01 10:19:16 -0600
commit3c044481697b2597bbef25bca3388f850c489d0c (patch)
treee7d494dbeb24cc5ae31a0daf2ac40cc3a91dadfc /railties/doc/guides
parentddd5544d9fd2ca9f867ef4ac33f7710c2ea44d9b (diff)
downloadrails-3c044481697b2597bbef25bca3388f850c489d0c.tar.gz
rails-3c044481697b2597bbef25bca3388f850c489d0c.tar.bz2
rails-3c044481697b2597bbef25bca3388f850c489d0c.zip
Additional links on 2.3 release notes
Diffstat (limited to 'railties/doc/guides')
-rw-r--r--railties/doc/guides/source/2_3_release_notes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/doc/guides/source/2_3_release_notes.txt b/railties/doc/guides/source/2_3_release_notes.txt
index 010bc75953..ebe621871f 100644
--- a/railties/doc/guides/source/2_3_release_notes.txt
+++ b/railties/doc/guides/source/2_3_release_notes.txt
@@ -158,6 +158,9 @@ That worked in Rails 2.1, fails in Rails 2.2, and will now work again in Rails 2
MySQL supports a reconnect flag in its connections - if set to true, then the client will try reconnecting to the server before giving up in case of a lost connection. You can now set +reconnect = true+ for your MySQL connections in +database.yml+ to get this behavior from a Rails application. The default is +false+, so the behavior of existing applications doesn't change.
* Lead Contributor: link:http://twitter.com/dubek[Dov Murik]
+* More information:
+ - link:http://dev.mysql.com/doc/refman/5.0/en/auto-reconnect.html[Controlling Automatic Reconnection Behavior]
+ - link:http://groups.google.com/group/rubyonrails-core/browse_thread/thread/49d2a7e9c96cb9f4[MySQL auto-reconnect revisited]
=== Other Active Record Changes
@@ -339,6 +342,7 @@ You can write this view in Rails 2.3:
* More Information:
- link_to:http://weblog.rubyonrails.org/2009/1/26/nested-model-forms[Nested Model Forms]
- link_to:http://github.com/alloy/complex-form-examples/tree/nested_attributes[complex-form-examples]
+ - link_to:http://ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes[What's New in Edge Rails: Nested Object Forms]
=== Smart Rendering of Partials