CHANGES
-------
Revision 8482 committed by bitsweat on 2007-12-22 18:23:37
Ruby 1.9 compat: dependencies uses Module#local_constant_names. References #1689 [Frederick Cheung]
M /trunk/activesupport/lib/active_support/dependencies.rb
M /trunk/activesupport/lib/active_support/core_ext/module/introspection.rb
Revision 8483 committed by bitsweat on 2007-12-22 19:03:01
Integration tests use ActionController::Dispatcher rather than the old Dispatcher. Closes #10596.
M /trunk/actionpack/test/controller/integration_test.rb
M /trunk/actionpack/lib/action_controller/integration.rb
Revision 8484 committed by bitsweat on 2007-12-22 19:05:26
Remove leaky unused signal handler for transactions.
M /trunk/activerecord/lib/active_record/transactions.rb
See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8484 for details.