I'm not sure what bug that particular 'fix' applies to, but the 1.1.5 issue has been found. See dev.rails-engines.org for more information, I have a fix ready but I'm waiting to hear more from Rails Core before I commit it.
- james On 8/10/06, Geoffroy <[EMAIL PROTECTED]> wrote: > > >> When I roll back to 1.1.4, all is fine. I'm not doing anything fancy > >> with routes.rb, only setting a default route: > > Same here, hope someone find a solution for this. > Somebody suggested commenting out two lines from > vendor\plugins\engines\lib\engines.rb > > require 'logger' > > # load this before doing ANYTHING freaky with the reloading. > begin > # require 'rails_version' # Rails 1.0, 1.1.0 > #rescue LoadError, Gem::Exception > require 'rails/version' # renamed as of Rails 1.1.1 > end > > But it doesn't work for me. > CU > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
