public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
New adventures in dependency reloading

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@430 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Jan 16 09:56:42 -0800 2005
commit  954fd97d002585926b9c9f24a841d6a11d66ab25
tree    1d6968b496be77ed8408f746573dd68f43a51132
parent  ee014ef95ae9746b4228f3bc7c85ac0df28ba1df
...
50
51
52
53
 
54
55
56
...
50
51
52
 
53
54
55
56
0
@@ -50,7 +50,7 @@
0
       def reset_application(controller_name)
0
         ActiveRecord::Base.reset_column_information_and_inheritable_attributes_for_all_subclasses
0
         Dependencies.clear
0
- remove_class_hierarchy(controller_class(controller_name), ApplicationController)
0
+ remove_class_hierarchy(controller_class(controller_name), ActionController::Base)
0
       end
0
 
0
       def controller_path(controller_name, module_name = nil)

Comments

    No one has commented yet.