I just updated it into my source using svn...

Now I get this error, which I wasn't getting before...

/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__': no 
such file to load -- authenticated_user (MissingSourceFile)
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in 
`require'
        from 
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
 `require'
        from 
/home/wybo/logilogi/trunk/config/../vendor/plugins/login_engine/init_engine.rb:6:in
 `start_engine'
        from 
/home/wybo/logilogi/trunk/config/../vendor/plugins/engines/lib/engines.rb:183:in
 `start_engine'
        from 
/home/wybo/logilogi/trunk/config/../vendor/plugins/engines/lib/engines.rb:132:in
 `start'
        from 
/home/wybo/logilogi/trunk/config/../vendor/plugins/engines/lib/engines.rb:131:in
 `each'
        from 
/home/wybo/logilogi/trunk/config/../vendor/plugins/engines/lib/engines.rb:131:in
 `start'
        from /home/wybo/logilogi/trunk/config/environment.rb:345
        from ./test/unit/../test_helper.rb:2:in `require'
        from ./test/unit/../test_helper.rb:2
        from test/unit/link_test.rb:1:in `require'
        from test/unit/link_test.rb:1

Anyone having the same problem ?

I'm using Rails 1.1.2,

Inside environment.rb there's just (relevant to engines):

module LoginEngine
  config :salt, "xxxxxx"
  config :email_from, '[EMAIL PROTECTED]'
  config :admin_email, '[EMAIL PROTECTED]'
  config :app_name, 'LogiLogi.org'
  config :app_url, {:controller => 'logi', :action => 'view'}
  config :changeable_fields, 
['firstname','lastname','country','state','city','time_zone_name']
end

Engines.start :login

greetings,

Wybo Wiersma

> I've just pushed out a new bug-fix release for the Engines plugin.
> Most notably, it's now super careful (to the point of paranoia) about
> ensuring that the right version of Rails is loaded, and should no
> longer cause any issues where it ignores vendor/rails. Full CHANGELOG
> is here:
> 
>   
> http://dev.rails-engines.org/repository/file/engines/tags/rel_1.1.2/CHANGELOG
> 
> And you can find the new releases at the following SVN urls:
> 
>   http://svn.rails-engines.org/plugins/engines
>   http://svn.rails-engines.org/engines/tags/rel_1.1.2
> 
> (the latter is preferable for production applications; the former
> exists for the benefit of script/plugin users, RadRails and so on)
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to