aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* Find query_source_location using lazy EnumeratorJohn Hawthorn2019-04-151-1/+1
* Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-9/+5
* Don't expose configuration for a test.Kasper Timm Hansen2018-07-281-21/+9
* Avoid logging ActiveRecord::LogSubscriber as the query source when the source...lsylvester2018-07-281-12/+9
* Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-211-1/+1
* Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* Remove verbose_query_logs from new_framework_defaults_5_2.rbEugene Kenny2017-12-201-2/+1
* Log call site for all queriesOlivier Lacan2017-12-131-0/+42
* 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
* Should use the same connection in using query cacheRyuta Kamizono2017-06-291-4/+3
* Fix `LogSubscriber` to allow legacy `binds`Ryuta Kamizono2017-03-231-11/+7
* Fix indentKouhei Sutou2017-01-111-1/+1
* Use old typecasting method if no type casted binds are passed inAaron Patterson2016-10-201-1/+10
* render_bind should be privateAaron Patterson2016-10-191-10/+10
* Merge pull request #24963 from fertapric/recover-db-runtime-on-production-logsEileen M. Uchitelle2016-10-061-2/+1
|\
| * Fix DB runtimes on production logFernando Tapia Rico2016-05-111-2/+1
* | Preserve cached queries name in AS notificationsJean Boussier2016-09-221-0/+1
* | Remove odd ivar from ActiveRecord::LogSubscriberEugene Kenny2016-08-151-5/+0
* | applies remaining conventions across the projectXavier Noria2016-08-061-15/+15
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-28/+28
* | Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-191-14/+8
* | Logging type casted bindsRyuta Kamizono2016-07-191-1/+5
* | Fix ActiveRecord::LogSubscriber edge caseJon Moss2016-05-101-1/+5
|/
* Removes potentially quadratic Regexp from ActiveRecord::LogSubscriber#sql_colorClifford T. Matthews2016-02-231-1/+1
* Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriberRafael Mendonça França2015-09-091-7/+27
|\
| * Remove extraneous `then` from case statementPeter Boling2015-07-171-12/+19
| * Improve sql logging coloration in `ActiveRecord::LogSubscriber`.Peter Boling2015-07-171-7/+21
|/
* More granular console SQL colorationChris Tonkinson2015-06-231-8/+11
* Don't invoke sql_runtime if logger is not set to infoeileencodes2015-04-041-1/+2
* Remove Relation#bind_paramsSean Griffin2015-01-271-13/+7
* Stop special casing null binary data in loggingSean Griffin2015-01-101-2/+2
* 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