aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Invert the if/else clauseRafael Mendonça França2014-05-041-1/+1
* Fix exception when logging SQL w/ nil binary value.James Coleman2014-05-021-1/+1
* type casted PG bytea values are represented as a Hash.Yves Senn2013-11-091-0/+2
* Cleanup identitymap logger from LogSubscriberArthur Neves2013-09-281-11/+2
* log the sql that is actually sent to the databaseNeeraj Singh2013-06-191-1/+1
* removes calls to AR::Runtime.instanceXavier Noria2013-04-131-2/+2
* Created a runtime registry for thread local variables in active record.wangjohn2013-04-091-2/+2
* Ignore binds payload with nil column in AR log subscriberCarlos Antonio da Silva2013-01-081-5/+7
* Skip binary data with binds test for mysql2, fix buildCarlos Antonio da Silva2012-12-141-1/+1
* Do not log the binding values for binary columns.Matthew M. Boedicker2012-12-141-1/+11
* Optimize log subscribers to check if the log level is sufficient before perfo...Brian Durand2012-09-301-4/+6
* implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]Xavier Noria2011-12-041-3/+3
* Make the identity map use the instrumentation infrastructure so we can style ...David Heinemeier Hansson2011-05-011-0/+9
* sql logger ignores schema statementsAaron Patterson2011-03-281-0/+3
* fixing tests on 1.8, using a list of lists because order is importantAaron Patterson2011-02-101-1/+3
* simplify bind parameter loggingAaron Patterson2011-02-101-3/+1
* bind parameters are logged to debug logAaron Patterson2011-02-101-4/+12
* Move runtime back to the Thread.currentJosé Valim2010-07-261-3/+15
* Cache connection access.José Valim2010-07-251-4/+1
* Move runtime back to connection.José Valim2010-07-251-15/+6
* Revert the previous three commits.José Valim2010-07-251-1/+15
* use a hash to collect optional statistics about the instrumentationAaron Patterson2010-07-251-15/+1
* runtime should be properly initialized.José Valim2010-07-251-2/+1
* Move runtime to log subscriber.José Valim2010-07-251-6/+16
* Get rid of instrumenter.elapsed.José Valim2010-07-241-0/+5
* Minor performance improvment in notifications/fanout and active_record/log_su...Daniel Guettler2010-07-191-0/+2
* avoid const lookup. we know what these constants are in advanceAaron Patterson2010-07-191-3/+3
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+32