Can y'all having trouble with Rails 1.1.4 please try updating to the latest version of the Engines 1.1 release branch (revision 4 405)? This can be done by either:
(if you're already on the release branch) svn up vendor/plugins/engines (if you're not) cd vendor/plugins rm -fr engines svn co http://svn.rails-engines.org/engines/branches/rb_1.1 Please leave feedback on Ticket #180 as per usual. Thanks, James On 7/1/06, James Adam <[EMAIL PROTECTED]> wrote: > I've managed to replicate this error now (the reason why I couldn't > replicate them in normal tests is because of the specific way that > controllers are loaded in a running application). A ticket has been > filed on the Rails Engines Collaboa site: > http://dev.rails-engines.org/tickets/180 > > I've committed a fix to the release branch - if you are having > problems, can you please try using this version, and provide feedback > as comments on the Ticket: > > cd vendor/plugins > rm -fr engines > svn co http://svn.rails-engines.org/engines/branches/rb_1.1 engines > > Cheers, > > James > > On 6/30/06, Paul Robinson <[EMAIL PROTECTED]> wrote: > > On 30 Jun 2006, at 17:50, Tim Greiser wrote: > > > > > On the other site, the problem was similar but a different cause. I > > > wasn't overriding user_controller, but had both user_engine and > > > login_engine installed. They were not mixing properly. Rather than > > > doing anything hackish I just did: > > > > > > rake rails:freeze:edge TAG=rel_1-1-3 > > > > > > and wait for a engines fix. > > > > Looks like the tests aren't covering everything then. :-( > > > > Just posted to the rails list asking for log/development.log from > > somebody bombing out ActiveRBAC. If you could send me the same for > > your app using user-engine, I can confirm that if I get a repeat I'm > > looking at the same error. > > > > I'll take a look at this when I have some time over the weekend (it's > > late, I've had a long day, etc.). > > > > Will keep list updated with results when I have some. ;-) > > > > -- > > Paul Robinson > > _______________________________________________ > > engine-users mailing list > > [email protected] > > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > > > > > -- > * J * > ~ > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
