If you are trying to run Rails 1.1, please ensure that you have Ruby 1.8.4 installed. Next, remove ALL of your engines and the engines plugin (just delete them). Then please run this:
ruby script/plugin unsource http://opensvn.csie.org/rails_engines/plugins/ ruby script/plugin unsource https://opensvn.csie.org/rails_engines/plugins/ ruby script/plugin source http://svn.rails-engines.org/plugins/ ruby script/plugin install engines -s http://svn.rails-engines.org/plugins/ This is to ensure that your plugin command is installing from the correct location. If you are still having problems, please reply, remembering to include your versions of Ruby and Rails, and the version of all your engines (found by running 'rake engines:info'). - james On 4/5/06, Leonardo Souza <[EMAIL PROTECTED]> wrote: > me too... > I'm using Substruct engine... > But I know one thing... > This occours only when we use the new version of ruby gems.... > I uninstalled ruby and the gems and installed the old version of ruby > and ruby gems and it worked ok again... > But I need help too... > > > -- > 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 > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
