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) -- * J * ~
Tom
2006-May-11 14:46 UTC
[Rails] Re: Engines 1.1.2: authenticated_user (MissingSourceFile) ?
I''m experiencing exactly the same problem -- Posted via http://www.ruby-forum.com/.
James Adam
2006-May-11 14:58 UTC
[Rails] Re: Engines 1.1.2: authenticated_user (MissingSourceFile) ?
More information here: http://dev.rails-engines.org/tickets/156 - james On 5/11/06, Tom <tom@smallroomsoftware.com> wrote:> I''m experiencing exactly the same problem > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- * J * ~
James Adam wrote:> 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)Changelog doesn''t mention it, but does this fix the issue of cache sweepers not working as explained here: http://www.ruby-forum.com/topic/61586 ? -philip -- Posted via http://www.ruby-forum.com/.
The ticket for that issue is here: http://dev.rails-engines.org/tickets/137 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? - james On 5/11/06, Philip <rails@philip.pjkh.com> wrote:> James Adam wrote: > > 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) > > Changelog doesn''t mention it, but does this fix the issue of cache > sweepers not working as explained here: > http://www.ruby-forum.com/topic/61586 > > ? > > -philip > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- * J * ~
> The ticket for that issue is here: > > http://dev.rails-engines.org/tickets/137 > > 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.> - james > > On 5/11/06, Philip <rails@philip.pjkh.com> wrote: >> James Adam wrote: >> > 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) >> >> Changelog doesn''t mention it, but does this fix the issue of cache >> sweepers not working as explained here: >> http://www.ruby-forum.com/topic/61586 >> >> ? >> >> -philip >> >> -- >> Posted via http://www.ruby-forum.com/. >> _______________________________________________ >> Rails mailing list >> Rails@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > -- > * J * > ~ > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >