index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
log_subscriber.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Invert the if/else clause
Rafael Mendonça França
2014-05-04
1
-1
/
+1
*
Fix exception when logging SQL w/ nil binary value.
James Coleman
2014-05-02
1
-1
/
+1
*
type casted PG bytea values are represented as a Hash.
Yves Senn
2013-11-09
1
-0
/
+2
*
Cleanup identitymap logger from LogSubscriber
Arthur Neves
2013-09-28
1
-11
/
+2
*
log the sql that is actually sent to the database
Neeraj Singh
2013-06-19
1
-1
/
+1
*
removes calls to AR::Runtime.instance
Xavier Noria
2013-04-13
1
-2
/
+2
*
Created a runtime registry for thread local variables in active record.
wangjohn
2013-04-09
1
-2
/
+2
*
Ignore binds payload with nil column in AR log subscriber
Carlos Antonio da Silva
2013-01-08
1
-5
/
+7
*
Skip binary data with binds test for mysql2, fix build
Carlos Antonio da Silva
2012-12-14
1
-1
/
+1
*
Do not log the binding values for binary columns.
Matthew M. Boedicker
2012-12-14
1
-1
/
+11
*
Optimize log subscribers to check if the log level is sufficient before perfo...
Brian Durand
2012-09-30
1
-4
/
+6
*
implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria]
Xavier Noria
2011-12-04
1
-3
/
+3
*
Make the identity map use the instrumentation infrastructure so we can style ...
David Heinemeier Hansson
2011-05-01
1
-0
/
+9
*
sql logger ignores schema statements
Aaron Patterson
2011-03-28
1
-0
/
+3
*
fixing tests on 1.8, using a list of lists because order is important
Aaron Patterson
2011-02-10
1
-1
/
+3
*
simplify bind parameter logging
Aaron Patterson
2011-02-10
1
-3
/
+1
*
bind parameters are logged to debug log
Aaron Patterson
2011-02-10
1
-4
/
+12
*
Move runtime back to the Thread.current
José Valim
2010-07-26
1
-3
/
+15
*
Cache connection access.
José Valim
2010-07-25
1
-4
/
+1
*
Move runtime back to connection.
José Valim
2010-07-25
1
-15
/
+6
*
Revert the previous three commits.
José Valim
2010-07-25
1
-1
/
+15
*
use a hash to collect optional statistics about the instrumentation
Aaron Patterson
2010-07-25
1
-15
/
+1
*
runtime should be properly initialized.
José Valim
2010-07-25
1
-2
/
+1
*
Move runtime to log subscriber.
José Valim
2010-07-25
1
-6
/
+16
*
Get rid of instrumenter.elapsed.
José Valim
2010-07-24
1
-0
/
+5
*
Minor performance improvment in notifications/fanout and active_record/log_su...
Daniel Guettler
2010-07-19
1
-0
/
+2
*
avoid const lookup. we know what these constants are in advance
Aaron Patterson
2010-07-19
1
-3
/
+3
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-0
/
+32