aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/log_subscriber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-0/+1
* Don't expose configuration for a test.Kasper Timm Hansen2018-07-281-2/+3
* Avoid logging ActiveRecord::LogSubscriber as the query source when the source...lsylvester2018-07-281-0/+13
* Log call site for all queriesOlivier Lacan2017-12-131-2/+19
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Set non 0 value to logger not to be affected by Ruby versionsYasuo Honda2017-05-171-23/+23
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-8/+8
* Stop creating duplicate Struct instancesJon Moss2017-04-281-23/+15
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-5/+5
* Fix ActiveRecord::LogSubscriber edge caseJon Moss2016-05-101-0/+6
* `test_binary_data_is_not_logged` is for prepared statements loggingRyuta Kamizono2015-11-051-1/+1
* Improve sql logging coloration in `ActiveRecord::LogSubscriber`.Peter Boling2015-07-171-0/+98
* Remove Relation#bind_paramsSean Griffin2015-01-271-8/+0
* Stop special casing null binary data in loggingSean Griffin2015-01-101-7/+0
* Fix exception when logging SQL w/ nil binary value.James Coleman2014-05-021-0/+7
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-6/+6
* log the sql that is actually sent to the databaseNeeraj Singh2013-06-191-0/+7
* Ignore binds payload with nil column in AR log subscriberCarlos Antonio da Silva2013-01-081-16/+26
* Address test_binary_data_is_not_logged with Oracle databaseYasuo Honda2012-12-191-2/+1
* Skip binary data with binds test for mysql2, fix buildCarlos Antonio da Silva2012-12-141-0/+2
* Do not log the binding values for binary columns.Matthew M. Boedicker2012-12-141-0/+8
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-6/+6
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-6/+6
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-12/+0
* 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