Hello, Im running rails 1.1.2 and ferret 0.9.3 and cant install act_as_ferret. I tryed the following instruction at act_as_ferret wiki: "Installation Please use script/plugin install svn://projects.jkraemer.net/acts_as_ferret/tags/plugin/stable/acts_as_ferret for easy installation of the current stable version of the plugin. At the moment this is version 0.2.1 based on Subversion Rev. 51. This is supposed to work with Ferret 0.9.3 and Rails >= 1.0. " (ruby script/plugin install in my case as Im on a win box) I did what he sais. I also tryed changing the svn url from /tags/ to /trunk/ but it does not work. And it doesnt leave any messages on the command prompt... Anyone knows how I can install it? Thanks in advance -- Posted via http://www.ruby-forum.com/.
Hey Marcio, I ran into the same thing just yesterday! Ughh! I don''t have any insight into this, but just wanted to let you know you''re not the only one. Marcio wrote:> Hello, Im running rails 1.1.2 and ferret 0.9.3 and cant install > act_as_ferret. > > I tryed the following instruction at act_as_ferret wiki: > "Installation > > Please use > > script/plugin install > svn://projects.jkraemer.net/acts_as_ferret/tags/plugin/stable/acts_as_ferret > > for easy installation of the current stable version of the plugin. At > the moment this is version 0.2.1 based on Subversion Rev. 51. This is > supposed to work with Ferret 0.9.3 and Rails >= 1.0. " > > (ruby script/plugin install in my case as Im on a win box) > > I did what he sais. I also tryed changing the svn url from /tags/ to > /trunk/ but it does not work. And it doesnt leave any messages on the > command prompt... > > Anyone knows how I can install it? > > Thanks in advance-- Posted via http://www.ruby-forum.com/.
Hi you two, I''ve ran into the some issues with the script/plugin script on windows the last few days myself. Which have nothing to do with acts_as_ferret. You don''t rely on script/plugin for installing acts_as_ferret. With a subversion client like tortoise on windows or whatever you like you might check out the acts_as_ferret repository and simply copy the checked out version to RAILS_ROOT/vendor/plugins and your ready to go... Cheers, Jan On 6/29/06, Guest <guest at guest.com> wrote:> > > Hey Marcio, > > I ran into the same thing just yesterday! Ughh! I don''t have any insight > into this, but just wanted to let you know you''re not the only one. > > Marcio wrote: > > Hello, Im running rails 1.1.2 and ferret 0.9.3 and cant install > > act_as_ferret. > > > > I tryed the following instruction at act_as_ferret wiki: > > "Installation > > > > Please use > > > > script/plugin install > > > svn://projects.jkraemer.net/acts_as_ferret/tags/plugin/stable/acts_as_ferret > > > > for easy installation of the current stable version of the plugin. At > > the moment this is version 0.2.1 based on Subversion Rev. 51. This is > > supposed to work with Ferret 0.9.3 and Rails >= 1.0. " > > > > (ruby script/plugin install in my case as Im on a win box) > > > > I did what he sais. I also tryed changing the svn url from /tags/ to > > /trunk/ but it does not work. And it doesnt leave any messages on the > > command prompt... > > > > Anyone knows how I can install it? > > > > Thanks in advance > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ferret-talk mailing list > Ferret-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/ferret-talk >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20060629/c4470cc1/attachment-0001.html
I tryed it but it didnt worked too. I was going to try again, but my friend installed from a Mac Box. Then, i got it from the repo... thanks Jan Prill wrote:> Hi you two, > > I''ve ran into the some issues with the script/plugin script on windows > the > last few days myself. Which have nothing to do with acts_as_ferret. You > don''t rely on script/plugin for installing acts_as_ferret. With a > subversion > client like tortoise on windows or whatever you like you might check out > the > acts_as_ferret repository and simply copy the checked out version to > RAILS_ROOT/vendor/plugins and your ready to go... > > Cheers, > Jan-- Posted via http://www.ruby-forum.com/.