提交 1129e5b9 编写于 作者: N Nicholas Seckar

Remove definition of reloadable? from ActiveRecord::Base to make way for new Reloadable code.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 52b04e8e
*SVN*
* Remove definition of reloadable? from ActiveRecord::Base to make way for new Reloadable code. [Nicholas Seckar]
* Fixed schema handling for DB2 adapter that didn't work: an initial schema could be set, but it wasn't used when getting tables and indexes #3678 [Maik Schmidt]
* Support the :column option for remove_index with the PostgreSQL adapter. #3661 [shugo@ruby-lang.org]
......
......@@ -251,14 +251,6 @@ def self.inherited(child) #:nodoc:
super
end
# Allow all subclasses of AR::Base to be reloaded in dev mode, unless they
# explicitly decline the honor. USE WITH CAUTION. Only AR subclasses kept
# in the framework should use the flag, so #reset_subclasses and so forth
# leave it alone.
def self.reloadable? #:nodoc:
true
end
def self.reset_subclasses
nonreloadables = []
subclasses.each do |klass|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册