Engines in edge

Hi,

Engines is not working correctly for me with edge.
I get:
vendor/plugins/engines/lib/dependencies_extensions.rb:28:in
require_or_load':NoMethodError: undefined method log’ for
Engines:Module

I tried playing with
Engines.create_logger
at the end of config/environment.rb, but without success.
ANy ideas ?

PS: the Mailing List pages on rails-engines.org is empty :confused:

This is a known issue, and in fact there’s a big link on the main page
that reads, “Using Edge?”

http://www.rails-engines.org/wiki/pages/Using+Engines+with+Edge+Rails

Pat M. a écrit :

This is a known issue, and in fact there’s a big link on the main page
that reads, “Using Edge?”

http://www.rails-engines.org/wiki/pages/Using+Engines+with+Edge+Rails

Of course I read it, and experimented for some hours.
But I cannot have it work despite of the tips on this page.