| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -1/+1 |
* | [Active Record] require => require_relative | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 1 | -1/+1 |
|\ |
|
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| * | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 1 | -0/+1 |
| |\ |
|
| | * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| * | | Make ActiveRecord frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -1/+1 |
| |/ |
|
* / | [Active Record] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
|/ |
|
* | We're not calling hooks here since 9e4c41c903e8e58721f2c41776a8c60ddba7a0a9 | Akira Matsuda | 2016-11-25 | 1 | -1/+0 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | Fix explain logging with binds | Ryuta Kamizono | 2016-07-20 | 1 | -9/+20 |
* | Fixed typo in comment | Steve | 2014-07-19 | 1 | -1/+1 |
* | let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria] | Xavier Noria | 2013-04-16 | 1 | -7/+8 |
* | fix typos in AR. lots of them. | Vipul A M | 2013-03-19 | 1 | -1/+1 |
* | Remove unused return value, because collecting_queries_for_explain isn't publ... | kennyj | 2013-03-06 | 1 | -1/+2 |
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 1 | -52/+1 |
* | Don't run explain on slow queries for database adapters that don't support it | Blake Smith | 2012-11-26 | 1 | -6/+7 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -5/+3 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -1/+1 |
* | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -1/+1 |
* | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -5/+6 |
* | minor comment revision | Xavier Noria | 2012-06-01 | 1 | -1/+1 |
* | improve readability of AR explain result | Akira Matsuda | 2012-06-01 | 1 | -1/+7 |
* | More using <tt>x</tt> instead of +x+ when the latter renders improperly. | Mark Rushakoff | 2012-04-27 | 1 | -1/+1 |
* | disable automatic explain if there is no logger [closes #4671] | Xavier Noria | 2012-01-26 | 1 | -0/+2 |
* | Support configuration on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -3/+5 |
* | auto_explain_threshold_in_seconds should be a global config option so it can ... | Jon Leighton | 2011-12-24 | 1 | -8/+3 |
* | AS::Concern is not really needed for AR::Explain | Xavier Noria | 2011-12-16 | 1 | -71/+69 |
* | Split out most of the AR::Base code into separate modules :cake: | Jon Leighton | 2011-12-15 | 1 | -61/+74 |
* | moves some auto explain logic to the subscriber [José Valim & Xavier Noria] | Xavier Noria | 2011-12-04 | 1 | -17/+0 |
* | implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria] | Xavier Noria | 2011-12-04 | 1 | -47/+40 |
* | removes the convenience instance version of AR::Base.silence_auto_explain | Xavier Noria | 2011-12-03 | 1 | -88/+78 |
* | yield > block.call | Xavier Noria | 2011-12-02 | 1 | -3/+3 |
* | two small details from the previous patch | Xavier Noria | 2011-12-02 | 1 | -1/+1 |
* | implements AR::Base(.|#)silence_auto_explain | Xavier Noria | 2011-12-02 | 1 | -60/+90 |
* | revises some details in the previous explain patch | Xavier Noria | 2011-12-02 | 1 | -2/+2 |
* | implements automatic EXPLAIN logging for slow queries | Xavier Noria | 2011-12-02 | 1 | -0/+76 |