git clone git://github.com/rails/rails.git
Nuke the controllers after the dispatcher reload to avoid the superclass mismatch problem
Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]
Fixed redirects when the controller and action is named the same. Still haven't fixed same controller, module, and action, though #201 [Josh]
Fixed loading problems with controller hierarchies
Fixed problems with running multiple functional tests in Rails under 1.8.2 by including hack for test/unit weirdness
Added HasManyAssociation#count that works like Base#count #413 [intinig]
Fixed problems with dependency caching and controller hierarchies on Ruby 1.8.2 in development mode #351
Added the possibility of specifying the remaining options for find_first and find_all with the new find_by/all_by* dynamic finders [danp]
Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]
DB2 driver shouldnt be looking for RubyGems stuff
Brought install.rb up to date #408 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
Added test cases and rakefile to Active Support
Fixed handling of binary content in blobs and similar fields for Ruby/MySQL and SQLite #409 [xal]
Added find_all style to the new dynamic finders
Added dynamic attribute-based finders as a cleaner way of getting objects by simple queries without turning to SQL.
Restored bind arity checking #412 [bitsweat]
Added that Base#find takes an optional options hash, including :conditions. Base#find_on_conditions deprecated in favor of #find with :conditions #407 [bitsweat]
Added the latest two tables to the DB2 schemas
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones.
Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry that makes it suitable for actual use #394 [DeLynn Barry]
Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly and come back mangled #405 [Tobias Luetke]
Added automated rewriting of the shebang lines on installs through the gem rails command #379 [Manfred Stienstra]
Updated documentation for associations #387 [canadaduane]
Fixed some test cases
Added class declaration for the MissingFile exception #388 [Kent Sibilev]
Added block-style for callbacks #332 [bitsweat]
Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski]
Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates]