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:
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):
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:
My app dies silently now. Copying over the old 1.1.1 engines.rb file
solves this. Se you have done a lot of changes in this file, and I
haven’t had the time to look closer at it at the moment.
If you’re experiencing issues with a production system, simply
checkout/set your external to the previous tag (presuming that you had
no issues with it):
I couldn’t replicate it, so I’m waiting for someone to present a
minimal, self-contained demonstration of the issue. Fancy giving it a
shot?
Heh. I might, but not till about August. No time till then. I was
going
to use them to implement an audit sweeper as detailed in the
rails-recipes
book, but I shelved it as I’ve got other things I have to do first.
The other problem is our engine is RBAC and there’s a lot of other code,
so coming up with a minimal excample might be hard
I’ll bookmark this though and see if I can get around to it.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.