git clone git://github.com/rails/rails.git
Update Railties to Prototype 1.3.1
Update to Prototype 1.3.1
Fixed that Action View should always use the included Builder, never attempt to require the gem, to ensure compatibility
Fixed that assume_bottom_position (in acts_as_list) could be called on items already last in the list and they would move one position away from the list #1648 [tyler@kianta.com]
Better documentation for Calling multiple redirects or renders #1687 [courtenay]
Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]
r2992@asus: jeremy | 2005-07-10 02:43:49 -0700
Fixed that each request with the WEBrick adapter would open a new database connection #1685 [Sam Stephenson]. Added ActiveRecord::Base.threaded_connections flag to turn off 1-connection per thread (required for thread safety). By default it's on, but WEBrick in Rails need it off #1685 [Sam Stephenson]
r2985@asus: jeremy | 2005-07-10 02:04:41 -0700
r2979@asus: jeremy | 2005-07-10 01:51:00 -0700
Added that nil options are not included in tags, so tag("p", :ignore => nil) now returns <p /> not <p ignore="" /> but that tag("p", :ignore => "") still includes it #1465 [michael@schuerig.de]
Added a config example in README #1626 [courtenay]
better error message for missing associations #1631 [courtenay]
Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name if no link was to be applied. This is unnecessary and breaks its use with images #1649 [joergd@pobox.com]
Added support for SQL Server in the database rake tasks #1652 [ken.barker@gmail.com]
Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]
Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]
Fixed SQL Server test #1678 [Tom Ward]
Made target migrations actually work
Added a VERSION parameter to the migrate task that allows you to do "rake migrate VERSION=34" to migrate to the 34th version traveling up or down depending on the current version. Added ActiveRecord::Migrator.migrate that can figure out whether to go up or down based on the target version and the current
Improved error message for DoubleRenderError
r2960@asus: jeremy | 2005-07-09 02:12:35 -0700
r2951@asus: jeremy | 2005-07-08 18:09:30 -0700
Added better error message for "packets out of order" #1630 [courtenay]
r2948@asus: jeremy | 2005-07-08 16:00:23 -0700
r2933@asus: jeremy | 2005-07-08 14:22:58 -0700
r2932@asus: jeremy | 2005-07-08 14:21:36 -0700
Routes now raise an exception if a path component is misconfigured.
Fix routes to generate proper URLs when given Fixnum defaults
Include Javascript tests in rake #1655 [courtney]