1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Aliaksey Kandratsenka f550c86257 Fix performance bug in AttibuteMethods#respond_to? in handling of private methods
We have hit dramatic increase in tests time after upgrading rails.
Profiling revealed this particular place. After this fix our test times returned
back to norm.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1173 state:committed]
2008-10-04 17:48:13 +02:00
actionmailer Fixed load path for actionmailer and activesupport tests to always load from local lib files. 2008-10-04 07:57:18 -07:00
actionpack call clear_active_connections! in :after_dispatch to give pooled connections back 2008-10-04 17:48:13 +02:00
activemodel Merge docrails 2008-09-03 17:58:47 +01:00
activerecord Fix performance bug in AttibuteMethods#respond_to? in handling of private methods 2008-10-04 17:48:13 +02:00
activeresource HTTP Accept header 2008-09-18 11:15:48 +02:00
activesupport added nicer failure reporting to #assert_difference to tell you the expression that failed rather than just the expected and actual values 2008-10-03 21:31:56 +02:00
ci Be more careful 2008-08-26 12:21:48 +02:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Add IMB DB support to Rails application generator. [#1136 state:resolved] 2008-10-04 13:54:27 +01:00
.gitignore The 'rails' command was broken by the last commit. Fix that. 2008-08-26 16:28:41 +02:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Horo rdoc template 2008-06-22 10:38:25 -07:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00