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
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
..
active_record 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
rails/generators Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
active_record.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00