aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord/controller_runtime_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Take into account time spent in AR even if a redirect occurs or if it is afte...Frederick Cheung2011-05-231-0/+26
* Reset ActiveRecord::LogSubscriber runtime at the start of each requestTom Ward2011-05-141-0/+13
* Escape regex in controller_runtime_test to actually check that the ActiveReco...Tom Ward2011-05-141-1/+1
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-2/+2
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+5
* Fix failing Action Pack testsCarlhuda2010-03-021-1/+1
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-5/+2
* Merge master.José Valim2010-02-171-2/+5
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-151-3/+6
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-8/+8
|/
* Default to sync instrumentation.José Valim2010-01-211-15/+4
* Move parameters to the top on logging.José Valim2010-01-191-2/+2
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-2/+2
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-2/+2
* ControllerRuntime tests also use Rails::Subscriber::TestHelper.José Valim2010-01-131-17/+32
* Ensure no notification is on the queue before running notifications related t...José Valim2010-01-031-0/+2
* Use namespaces in notifications.José Valim2010-01-031-4/+1
* Fix controller runtime testJeremy Kemper2009-12-301-2/+2
* Kick AR logging back to life and move ControllerRuntime inside ActiveRecord::...José Valim2009-12-301-0/+39