I''m trying to install the validates_timeliness plugin: on Ubuntu lucid in my rails project directory: sudo ./script/plugin install git://github.com/adzap/validates_timeliness.git ./script/plugin: command not found on windows (as admin) in my rails project directory: ruby script/plugin install git://github.com/adzap/validates_timeliness.git creates the "validates_timeliness" directory, but it''s empty... What''s wrong? Luma -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On ubuntu, try it without sudo. Check that the script/plugin file has execute bit set. Run chmod u+x script/plugin In any case it has nothing to do with the plugin. Have you installed other plugins this way? Try using the gem instead. On May 17, 8:19 pm, Luma <martin....-hi6Y0CQ0nG0@public.gmane.org> wrote:> I''m trying to install the validates_timeliness plugin: > > on Ubuntu lucid in my rails project directory: > sudo ./script/plugin install git://github.com/adzap/validates_timeliness.git > ./script/plugin: command not found > > on windows (as admin) in my rails project directory: > ruby script/plugin install git://github.com/adzap/validates_timeliness.git > creates the "validates_timeliness" directory, but it''s empty... > > What''s wrong? > > Luma > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''ve set script/plugin executable. It seems that plugins from github can''t be installed. This works on ubuntu and similarly on windows: ./script/plugin install http://dev.rubyonrails.org/svn/rails/plugins/account_location/ works only on ubuntu: ./script/plugin install svn://rubyforge.org/var/svn/actionflow The gem works, however I''m happier with plugins because other developers of this project get it by svn update Luma On May 17, 2:52 pm, Adam <adam.mee...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On ubuntu, try it without sudo. Check that the script/plugin file has > execute bit set. Run > > chmod u+x script/plugin > > In any case it has nothing to do with the plugin. Have you installed > other plugins this way? > > Try using the gem instead. > > On May 17, 8:19 pm, Luma <martin....-hi6Y0CQ0nG0@public.gmane.org> wrote: > > > > > I''m trying to install the validates_timeliness plugin: > > > on Ubuntu lucid in my rails project directory: > > sudo ./script/plugin install git://github.com/adzap/validates_timeliness.git > > ./script/plugin: command not found > > > on windows (as admin) in my rails project directory: > > ruby script/plugin install git://github.com/adzap/validates_timeliness.git > > creates the "validates_timeliness" directory, but it''s empty... > > > What''s wrong? > > > Luma > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
"not working" means there''s nothing happening: user@ubuntu:~/project/src$ ./script/plugin install http://github.com/adzap/validates_timeliness.git user@ubuntu:~/project/src$ -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
the same with ./script/plugin install git://github.com/adzap/validates_timeliness.git -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Luma wrote:> "not working" means there''s nothing happening: > > user@ubuntu:~/project/src$ ./script/plugin install > http://github.com/adzap/validates_timeliness.git > user@ubuntu:~/project/src$You need to install a Git client so the plugin installation script can talk to the respository. I believe the Ubuntu package you want is git-core. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
thanks! On May 17, 6:54 pm, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Luma wrote: > > "not working" means there''s nothing happening: > > > user@ubuntu:~/project/src$ ./script/plugin install > >http://github.com/adzap/validates_timeliness.git > > user@ubuntu:~/project/src$ > > You need to install a Git client so the plugin installation script can > talk to the respository. I believe the Ubuntu package you want is > git-core. > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.