Re: [Engine-users] Overriding init from Login Engine

2006-05-25 Thread Eduardo Rocha
Thanks James, I'll give it a look. 2006/5/24, James Adam <[EMAIL PROTECTED]>: > This is fixed in the release branch - see > http://dev.rails-engines.org/ for details > > - james > > On 5/23/06, Eduardo Rocha <[EMAIL PROTECTED]> wrote: > > The following lines of login_engine/init_engine.rb are fail

Re: [Engine-users] Overriding init from Login Engine

2006-05-24 Thread James Adam
This is fixed in the release branch - see http://dev.rails-engines.org/ for details - james On 5/23/06, Eduardo Rocha <[EMAIL PROTECTED]> wrote: > The following lines of login_engine/init_engine.rb are failing in my setup: > > -- > # TODO: why do I have to include these here, when including them

[Engine-users] Overriding init from Login Engine

2006-05-23 Thread Eduardo Rocha
The following lines of login_engine/init_engine.rb are failing in my setup: -- # TODO: why do I have to include these here, when including them in login_engine.rb should be sufficient? require 'authenticated_user' require 'authenticated_system' d:/ruby/ruby-1.8.4-16/lib/ruby/site_ruby/1.8/rubygem