On 7/5/06, Jonathan <[EMAIL PROTECTED]> wrote: > Hello everyone, > I apologize in advance if I commit any newbie mistakes. Please be > gentle, it's my first time. I've searched google and the web but have > been unable to find a solution. > > I'm attempting to install the active_rbac plugin. I've already run > ./script/plugin discover and added the appropriate plugin repositories. > I then attempt ./script/plugin install engines and get the following > trimmed error: > _engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine/datebox_engine > (Errno::ENAMETOOLONG) > from /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir' > from /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p' > from /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p' > from /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p' > from > /usr/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/commands/plugin.rb:829:in > `push_d' > from > /usr/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/commands/plugin.rb:862:in > `fetch_dir' > from > /usr/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/commands/plugin.rb:857:in > `fetch' > from > /usr/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/commands/plugin.rb:856:in > `fetch' > ... 1917 levels... > from > /usr/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/commands/plugin.rb:871 > 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 ./script/plugin:3 > > However, the subversion co seems to work fine. > I'm at a loss as to what else to try. Please let me know if I need to > provide more information. > Thanks, > 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,
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 I have not yet done any serious testing but I can move around between the ActiveRbac pages. That part was failing with the released version of engines. Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
