Damaris Fuentes
2008-Jan-03 22:19 UTC
Installing Rails plugins with Subversion for Eclipse
Hi you all, I''ve installed Subversion for Eclipse (Subclipse), in order to install Rails plugins (will_paginate, more precisely). However, I want to install the plugin without having to move my Rails project to a svn repository. Is this possible? I have import the will_paginate plugin svn address into a new project, but I have stopped here cause I don''t know what to do with the classes. Btw, as Subclipse is a plugin, I cannot execute command lines cause "svn" is not a proper command, it''s not in my PATH. Suggestions or any idea? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Hogan
2008-Jan-03 22:55 UTC
Re: Installing Rails plugins with Subversion for Eclipse
I would recommend NOT using subclipse for this. Just install subversion normally. Use your OS''s package manager of you''re on OSX or Linux, or use the subversion installer for windows. The rails plugin installers require svn to be on your path to work. Subclipse is designed to let you manage your *own* code from within Eclipse, but you really should have the commandline tools installed anyway. On Jan 3, 2008 4:19 PM, Damaris Fuentes <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi you all, > > I''ve installed Subversion for Eclipse (Subclipse), in order to install > Rails plugins (will_paginate, more precisely). > > However, I want to install the plugin without having to move my Rails > project to a svn repository. Is this possible? I have import the > will_paginate plugin svn address into a new project, but I have stopped > here cause I don''t know what to do with the classes. > > Btw, as Subclipse is a plugin, I cannot execute command lines cause > "svn" is not a proper command, it''s not in my PATH. > > Suggestions or any idea? > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---