Some other people have reported this error (engines not loading
properly)... I'm looking into it tonight.

- james

On 1/11/06, Britton Nielsen <[EMAIL PROTECTED]> wrote:
> Tim Greiser wrote:
> > This error indicates you are trying to load user_engine before
> > login_engine.  user_engine tries to setup an alias for the edit action
> > and it errors when that action hasn't been loaded yet.  Make sure your
> > config/environment.rb has:
> >
> > Engines.start :login, :user
>
> I checked and this is what I have in my config/environment.rb.  I am
> also experiencing the sames issues you posted about in "Engine.start
> order (user_engine)".
>
> Thanks,
> Britton
>
> --
> 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
>
_______________________________________________
engine-users mailing list
[EMAIL PROTECTED]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to