| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore binds payload with nil column in AR log subscriber | Carlos Antonio da Silva | 2013-01-08 | 1 | -16/+26 |
* | Address test_binary_data_is_not_logged with Oracle database | Yasuo Honda | 2012-12-19 | 1 | -2/+1 |
* | Skip binary data with binds test for mysql2, fix build | Carlos Antonio da Silva | 2012-12-14 | 1 | -0/+2 |
* | Do not log the binding values for binary columns. | Matthew M. Boedicker | 2012-12-14 | 1 | -0/+8 |
* | Remove ActiveRecord::Base.to_a | Jon Leighton | 2012-08-03 | 1 | -6/+6 |
* | ActiveRecord::Base.all returns a Relation. | Jon Leighton | 2012-07-27 | 1 | -6/+6 |
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -12/+0 |
* | remove more uses of deprecated logger methods | Aaron Patterson | 2011-12-19 | 1 | -1/+1 |
* | Fix broken test_exists_query_logging from the table_exists? change | Jon Leighton | 2011-12-08 | 1 | -0/+1 |
* | Log instrumentation name for exists? queries | Jon Guymon | 2011-06-22 | 1 | -0/+8 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | Fix failing AR test. | José Valim | 2011-05-02 | 1 | -0/+12 |
* | Disable IdentityMap in log tests, it's not important and when running tests r... | Emilio Tagua | 2011-04-05 | 1 | -0/+3 |
* | sql logger ignores schema statements | Aaron Patterson | 2011-03-28 | 1 | -0/+27 |
* | Move runtime back to the Thread.current | José Valim | 2010-07-26 | 1 | -0/+4 |
* | Move runtime back to connection. | José Valim | 2010-07-25 | 1 | -4/+0 |
* | Revert the previous three commits. | José Valim | 2010-07-25 | 1 | -0/+4 |
* | use a hash to collect optional statistics about the instrumentation | Aaron Patterson | 2010-07-25 | 1 | -4/+0 |
* | runtime should be properly initialized. | José Valim | 2010-07-25 | 1 | -0/+4 |
* | Make use of severity levels | Santiago Pastorino | 2010-07-20 | 1 | -2/+3 |
* | Fix a failing test in Railtie and properly define all severity levels in Mock... | José Valim | 2010-07-20 | 1 | -4/+2 |
* | Test added, we shouldn't log sql calls when logger is not on debug? mode | Santiago Pastorino | 2010-07-20 | 1 | -0/+17 |
* | mocking out debing? call in the MockLogger | Aaron Patterson | 2010-07-19 | 1 | -0/+2 |
* | activerecord tests should inherit from ActiveRecord::TestCase | Aaron Patterson | 2010-07-14 | 1 | -1/+1 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -5/+4 |
* | assert log output match in case insensitive mode to avoid failure when quoted... | Raimonds Simanovskis | 2010-06-04 | 1 | -2/+2 |
* | cleaning up a bunch of parse time warnings in AR [#4186 state:resolved] | Aaron Patterson | 2010-03-15 | 1 | -5/+5 |
* | Somehow this fixes the AR tests when ran with rake. I should probably figure ... | Carl Lerche | 2010-03-04 | 1 | -1/+1 |
* | Fix active_records' log tests | Carl Lerche | 2010-03-02 | 1 | -2/+3 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -4/+1 |
* | Merge master. | José Valim | 2010-02-17 | 1 | -1/+4 |
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -0/+42 |