search for: constantloadpath

Displaying 2 results from an estimated 2 matches for "constantloadpath".

2006 Mar 22
1
Engine Trouble With Edge
...otLoadingModule < LoadingModule # hack to allow adding to the load paths within the Rails Dependencies mechanism. # this allows Engine classes to be unloaded and loaded along with standard # Rails application classes. def add_path(path) @load_paths << (path.kind_of?(ConstantLoadPath) ? path : ConstantLoadPath.new(path)) end end I have the very latest from Engines via. svn. Is anyone else having the same problems. Cheers, Eric Goodwin
2006 Mar 06
20
How painful is the 1.0 -> 1.1 upgrade going to be?
Does anyone have a sense for how painful the 1.0 -> 1.1 upgrade is going to be for existing apps? I''m finishing up my first real RoR application with Rails 1.0. I can live with it staying at that level, but I really want to use the has_many :through attribute to clean up some of my code. I''m not particularly interested in edge Rails, mainly because the documentation for