aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2013-01-09 03:30:37 +0900
committerYasuo Honda <yasuo.honda@gmail.com>2013-01-09 06:18:14 +0900
commit3d1a879f4cf9931a81477b63f9f999d52bac771c (patch)
tree80f9b95134535058a417cfda5edd0558568a3f68 /.gitignore
parent48810a52dfba26cef127168af447a9620d4555c3 (diff)
downloadrails-3d1a879f4cf9931a81477b63f9f999d52bac771c.tar.gz
rails-3d1a879f4cf9931a81477b63f9f999d52bac771c.tar.bz2
rails-3d1a879f4cf9931a81477b63f9f999d52bac771c.zip
Ignore binds payload with nil column in AR log subscriber
Some tests were raising the following error: Could not log "sql.active_record" event. NoMethodError: undefined method `type' for nil:NilClass` Due to the way binds were being logged, the column info was considered always present, but that is not true for some of the tests listed in the issue. Closes #8806. Conflicts: activerecord/lib/active_record/log_subscriber.rb activerecord/test/cases/log_subscriber_test.rb Conflict resolution: - Revert ruby 1.9 style hash to support ruby 1.8 - Do not include 8f59ffce into 3-2-stable
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions