Files
rails/activerecord/lib
Raimonds Simanovskis 1d758d9086 require ActiveSupport deprecatation file before using deprecate method in database_statements
otherwise when using external ActiveRecord adapters (e.g. Oracle) database_statements might be loaded before active_support/core_ext/module/deprecation which results in NoMethodError (commit 60cf65def8 added "deprecate" call to database_statements.rb)
2011-01-04 11:21:03 +02:00
..