1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Washington Luiz 8b14b11434 Display value when raising due to unscope() issues
Hopefully make it easier to debug errors. e.g

Before:

    RuntimeError:
       unscope(where: "deleted_at") failed: unscoping String is unimplemented.

After:

    RuntimeError:
       unscope(where: "deleted_at") failed: unscoping String "'t'='t'" is unimplemented.
2014-01-27 02:18:56 -03:00
..
active_record Display value when raising due to unscope() issues 2014-01-27 02:18:56 -03:00
rails/generators Make .next_migration_number reusable for third party AR generators. 2013-09-30 15:03:55 +02:00
active_record.rb update copyright notices to 2014. [ci skip] 2014-01-01 23:59:49 +05:30