aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove more uses of deprecated logger methodsAaron Patterson2011-12-191-1/+1
* Fix broken test_exists_query_logging from the table_exists? changeJon Leighton2011-12-081-0/+1
* Log instrumentation name for exists? queriesJon Guymon2011-06-221-0/+8
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Fix failing AR test.José Valim2011-05-021-0/+12
* Disable IdentityMap in log tests, it's not important and when running tests r...Emilio Tagua2011-04-051-0/+3
* sql logger ignores schema statementsAaron Patterson2011-03-281-0/+27
* Move runtime back to the Thread.currentJosé Valim2010-07-261-0/+4
* Move runtime back to connection.José Valim2010-07-251-4/+0
* Revert the previous three commits.José Valim2010-07-251-0/+4
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-4/+0
* runtime should be properly initialized.José Valim2010-07-251-0/+4
* 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