diff options
author | Jon Leighton <j@jonathanleighton.com> | 2012-10-19 18:08:51 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2012-10-19 18:12:54 +0100 |
commit | 83846838252397b3781eed165ca301e05db39293 (patch) | |
tree | 871c8e6734e82a1d2d6ce9122c5870b80d9f9cfc /Rakefile | |
parent | 18e979eea3844a9d293a547528d40ffde198b719 (diff) | |
download | rails-83846838252397b3781eed165ca301e05db39293.tar.gz rails-83846838252397b3781eed165ca301e05db39293.tar.bz2 rails-83846838252397b3781eed165ca301e05db39293.zip |
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
I think it's going to be too much pain to try to transition the
:active_record load hook from executing against Base to executing
against Model.
For example, after Model is included in Base, and modules included in
Model will no longer get added to the ancestors of Base.
So plugins which wish to be compatible with both Model and Base should
use the :active_record_model load hook which executes *before* Base gets
loaded.
In general, ActiveRecord::Model is an advanced feature at the moment and
probably most people will continue to inherit from ActiveRecord::Base
for the time being.
Diffstat (limited to 'Rakefile')
0 files changed, 0 insertions, 0 deletions