1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Matthew Rudy Jacobs b0967cc5cf defining a named_scope which overwrites an existing method is now allowed we just log a warning.
This was motivated by the fact that :open is defined on all classes
as such the named_scope "open" can never be used, without hacking
ActiveRecord with an "undef_method" [#4083 state:resolved]

Signed-off-by: wycats <wycats@gmail.com>
2010-03-28 13:53:20 -07:00
..
assets
cases defining a named_scope which overwrites an existing method is now allowed we just log a warning. 2010-03-28 13:53:20 -07:00
connections Remove support for SQLite 2. 2009-08-17 14:54:34 +01:00
fixtures Add inverse polymorphic association support. [#3520 state:resolved] 2009-12-28 15:12:13 +01:00
migrations
models Add :dependent = to has_one and has_many [#3075 state:resolved] 2010-03-28 18:47:46 +04:30
schema Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app. 2010-03-27 14:39:43 +01:00
config.rb