On 7/6/06, Jonathan <[EMAIL PROTECTED]> wrote:
Greg Freemyer wrote:
> Are you trying to get Rails 1.0.4 + Engines + ActiveRbac engine to
> work together?
>
> If so I just accomplished this a couple hours ago.
>
> I used:
> Rails 1.0.4
> latest gems update (if it matters)
> engines from SVN (released version does not work with this combo)
> ActiveRbac 0.3.2

Except using Rails 1.1.4, yes, I'm trying to get them to work together.
If you notice, the error message shows that the plugin script was trying
to install datebox_engine directories within datebox_engine directories
in an infinite loop until hitting some defined limit in [ruby|rails].

I haven't tested the svn co of engines and active_rbac but I'm going to
start right now.  My concern is why the plugin script failed and what I
can do to debug that issue.  It concerns me that such an error occurs.
Even if I work around it now, who's to say it won't come back and bite
me later...
 Jonathan

--
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


Jonathan,

Out of curiousity I just went thru the process on a virgin project:

rails engine_test    # Create an empty app
cd engine_test
cd vendor/plugins/
svn co http://svn.rails-engines.org/engines/branches/rb_1.1 engines
cd ../..
./script/plugin discover   # This had a glitch, but I ignored it
script/plugin install active_rbac

Other than the one glitch in discovery it worked fine.

I've attached the script of me running thru it with all the feedback.
Not that it really proves anything.

Also, I'm running Rails 1.1.4 and gem 0.9.0
ie.
# gem --version
0.9.0
# rails --version
Rails 1.1.4

Not sure if either those are important to your issue.

Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century

Attachment: engine_test.out
Description: Binary data

_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to