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
*
Find query_source_location using lazy Enumerator
John Hawthorn
2019-04-15
1
-1
/
+1
*
Use backtrace cleaner to clean up backtrace for verbose query logs
Lachlan Sylvester
2018-08-14
1
-9
/
+5
*
Don't expose configuration for a test.
Kasper Timm Hansen
2018-07-28
1
-21
/
+9
*
Avoid logging ActiveRecord::LogSubscriber as the query source when the source...
lsylvester
2018-07-28
1
-12
/
+9
*
Enable `Lint/StringConversionInInterpolation` rubocop rule
Ryuta Kamizono
2018-05-21
1
-1
/
+1
*
Return back "/" to the end of RAILS_GEM_ROOT
bogdanvlviv
2018-04-20
1
-1
/
+1
*
Remove verbose_query_logs from new_framework_defaults_5_2.rb
Eugene Kenny
2017-12-20
1
-2
/
+1
*
Log call site for all queries
Olivier Lacan
2017-12-13
1
-0
/
+42
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Should use the same connection in using query cache
Ryuta Kamizono
2017-06-29
1
-4
/
+3
*
Fix `LogSubscriber` to allow legacy `binds`
Ryuta Kamizono
2017-03-23
1
-11
/
+7
*
Fix indent
Kouhei Sutou
2017-01-11
1
-1
/
+1
*
Use old typecasting method if no type casted binds are passed in
Aaron Patterson
2016-10-20
1
-1
/
+10
*
render_bind should be private
Aaron Patterson
2016-10-19
1
-10
/
+10
*
Merge pull request #24963 from fertapric/recover-db-runtime-on-production-logs
Eileen M. Uchitelle
2016-10-06
1
-2
/
+1
|
\
|
*
Fix DB runtimes on production log
Fernando Tapia Rico
2016-05-11
1
-2
/
+1
*
|
Preserve cached queries name in AS notifications
Jean Boussier
2016-09-22
1
-0
/
+1
*
|
Remove odd ivar from ActiveRecord::LogSubscriber
Eugene Kenny
2016-08-15
1
-5
/
+0
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-15
/
+15
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-28
/
+28
*
|
Pass `type_casted_binds` to log subscriber for logging bind values properly
Ryuta Kamizono
2016-07-19
1
-14
/
+8
*
|
Logging type casted binds
Ryuta Kamizono
2016-07-19
1
-1
/
+5
*
|
Fix ActiveRecord::LogSubscriber edge case
Jon Moss
2016-05-10
1
-1
/
+5
|
/
*
Removes potentially quadratic Regexp from ActiveRecord::LogSubscriber#sql_color
Clifford T. Matthews
2016-02-23
1
-1
/
+1
*
Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber
Rafael Mendonça França
2015-09-09
1
-7
/
+27
|
\
|
*
Remove extraneous `then` from case statement
Peter Boling
2015-07-17
1
-12
/
+19
|
*
Improve sql logging coloration in `ActiveRecord::LogSubscriber`.
Peter Boling
2015-07-17
1
-7
/
+21
|
/
*
More granular console SQL coloration
Chris Tonkinson
2015-06-23
1
-8
/
+11
*
Don't invoke sql_runtime if logger is not set to info
eileencodes
2015-04-04
1
-1
/
+2
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-13
/
+7
*
Stop special casing null binary data in logging
Sean Griffin
2015-01-10
1
-2
/
+2
*
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
[next]