diff options
Diffstat (limited to 'railties/doc')
-rw-r--r-- | railties/doc/guides/source/2_3_release_notes.txt | 4 |
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 |