>> 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

Reply via email to