aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make use of severity levelsSantiago Pastorino2010-07-201-2/+3
* Fix a failing test in Railtie and properly define all severity levels in Mock...José Valim2010-07-201-4/+2
* Test added, we shouldn't log sql calls when logger is not on debug? modeSantiago Pastorino2010-07-201-0/+17
* mocking out debing? call in the MockLoggerAaron Patterson2010-07-191-0/+2
* activerecord tests should inherit from ActiveRecord::TestCaseAaron Patterson2010-07-141-1/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+4
* assert log output match in case insensitive mode to avoid failure when quoted...Raimonds Simanovskis2010-06-041-2/+2
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-5/+5
* Somehow this fixes the AR tests when ran with rake. I should probably figure ...Carl Lerche2010-03-041-1/+1
* Fix active_records' log testsCarl Lerche2010-03-021-2/+3
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+1
* Merge master.José Valim2010-02-171-1/+4
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+42