Hello, I am trying to get UserEngine and LoginEngine working again
after I accidentally ended up with a too-new rails.

I took Rails back to 1.1.6 and Engines back to 1.1.4 as discussed
below in the original thread. I have the latest/last login_engine and
user_engine installed. Ruby is
1.8.5. When I try to launch my app, I get the error below. Any clue
what I am doing wrong?

(Possibility: I'm not certain I installed engines 1.1.4 correctly -- I did "ruby
script/plugin install
http://svn.rails-engines.org/engines/tags/rel_1.1.4/"; then cd-ed to
vendor/plugin and changed the name of rel_1.1.4 to "engines".)

ruby script/server
=> Booting WEBrick...
./script/../config/../config/environment.rb:82: undefined method
`check_system_roles' for UserEngine:Module (NoMethodError)
       from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
       from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
       from 
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require'
       from 
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/servers/webrick.rb:52
       from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
       from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
       from 
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require'
       from 
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/server.rb:30
       from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
       from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
       from script/server:3

On 3/11/07, James Adam <[EMAIL PROTECTED]> wrote:
> Engines 1.1.4, Rails 1.1.6 should sort you.
>
> On 3/11/07, s.ross <[EMAIL PROTECTED]> wrote:
> > I'm back-patching some old code. What's the last version of Rails and
> > Engines that supports the login and user engines? I'd just as soon
> > not rewrite that code :)
> >
> > Thanks,
> >
> > Steve
> >
> > On Mar 7, 2007, at 1:26 AM, James Adam wrote:
> >
> > > Because of the changes that Koz made to the plugin initialization
> > > process, the engines plugin won't work with edge rails at the moment.
> > > See the Rails weblog for details; I've yet to decide the best way to
> > > implement a fix for this.
> > >
> > > - James
> > >
> > > On 3/6/07, Steve Ross <[EMAIL PROTECTED]> wrote:
> > >> I'm running edge (6340) and installed a brand new copy of the engines
> > >> plugin from svn. I start mongrel, and it immediately fails,
> > >> complaining
> > >> about alias_method not being found.
> > >>
> > >> Known issue?
> > >>
> > >> Thanks
> > >>
> > >> --
> > >> 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
> >
> > _______________________________________________
> > 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
>
_______________________________________________
Engine-Users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to