Hi, I have upgraded to rails 2.3 and active_scaffold plugin is not working. when i run this command it creates a active_sacaffold folder in vendor/ plugins, but its an empty folder. I googled but found no way to install it. Please help!!!!!
the command i used C:\InstantRails\rails_apps\new_pb>script/plugin install git://github.com/activescaffold/active_scaffold.git On Jul 30, 3:49 pm, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I have upgraded to rails 2.3 and active_scaffold plugin is not > working. > when i run this command it creates a active_sacaffold folder in vendor/ > plugins, but its an empty folder. I googled but found no way to > install it. > > Please help!!!!!
On Thu, Jul 30, 2009 at 3:49 AM, seenu <desaiseenu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hi, > > I have upgraded to rails 2.3 and active_scaffold plugin is not > working. > when i run this command it creates a active_sacaffold folder in vendor/ > plugins, but its an empty folder. I googled but found no way to > install it. > > Please help!!!!!Are you sure that the plugin works with 2.3.3? If not, I would check with the author. -Conrad> > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
No, i don''t know exactly if it work with rails 2.3.3 Thanks On Jul 30, 3:57 pm, Conrad Taylor <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Thu, Jul 30, 2009 at 3:49 AM, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > I have upgraded to rails 2.3 and active_scaffold plugin is not > > working. > > when i run this command it creates a active_sacaffold folder in vendor/ > > plugins, but its an empty folder. I googled but found no way to > > install it. > > > Please help!!!!! > > Are you sure that the plugin works with 2.3.3? If not, I would check with > the author. > > -Conrad > > > >
What version of Ruby are you running? On Jul 30, 7:22 am, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> No, i don''t know exactly if it work with rails 2.3.3 > > Thanks > > On Jul 30, 3:57 pm, Conrad Taylor <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On Thu, Jul 30, 2009 at 3:49 AM, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hi, > > > > I have upgraded to rails 2.3 and active_scaffold plugin is not > > > working. > > > when i run this command it creates a active_sacaffold folder in vendor/ > > > plugins, but its an empty folder. I googled but found no way to > > > install it. > > > > Please help!!!!! > > > Are you sure that the plugin works with 2.3.3? If not, I would check with > > the author. > > > -Conrad
Marnen Laibow-Koser
2009-Jul-30 15:19 UTC
Re: Rails 2.3.x and active_scaffold Installation
seenu wrote:> the command i used > C:\InstantRails\rails_apps\new_pb>script/plugin install > git://github.com/activescaffold/active_scaffold.gitDo you have a git client installed and in your path? Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.
You may not have Git installed. I ran into this issue before. Try the http protocol instead and see if that makes a difference.> script/plugin install http://github.com/activescaffold/active_scaffold.gitRegards Kieran On Jul 30, 10:52 pm, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> the command i used > C:\InstantRails\rails_apps\new_pb>script/plugin install > git://github.com/activescaffold/active_scaffold.git > > On Jul 30, 3:49 pm, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > I have upgraded to rails 2.3 and active_scaffold plugin is not > > working. > > when i run this command it creates a active_sacaffold folder in vendor/ > > plugins, but its an empty folder. I googled but found no way to > > install it. > > > Please help!!!!!
i tried even with http also, it is just creating active_scaffold folder and nothing happens my ruby version is 1.8.6 Thanks for suggestions help me out On Jul 31, 2:08 am, Kieran P <kieran...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> You may not have Git installed. I ran into this issue before. Try the > http protocol instead and see if that makes a difference. > > > script/plugin installhttp://github.com/activescaffold/active_scaffold.git > > Regards > Kieran > > On Jul 30, 10:52 pm, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > the command i used > > C:\InstantRails\rails_apps\new_pb>script/plugin install > > git://github.com/activescaffold/active_scaffold.git > > > On Jul 30, 3:49 pm, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hi, > > > > I have upgraded to rails 2.3 and active_scaffold plugin is not > > > working. > > > when i run this command it creates a active_sacaffold folder in vendor/ > > > plugins, but its an empty folder. I googled but found no way to > > > install it. > > > > Please help!!!!!
Hi Marnen Laibow-Koser Thanks a lot I installed git on my server and finally i was able to install active_scaffold plugin. Thanks a lot to all, for ur quick replays On Jul 31, 10:42 am, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i tried even with http also, it is just creating active_scaffold > folder and nothing happens my ruby version is 1.8.6 > > Thanks for suggestions > > help me out > > On Jul 31, 2:08 am, Kieran P <kieran...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > You may not have Git installed. I ran into this issue before. Try the > > http protocol instead and see if that makes a difference. > > > > script/plugin installhttp://github.com/activescaffold/active_scaffold.git > > > Regards > > Kieran > > > On Jul 30, 10:52 pm, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > the command i used > > > C:\InstantRails\rails_apps\new_pb>script/plugin install > > > git://github.com/activescaffold/active_scaffold.git > > > > On Jul 30, 3:49 pm, seenu <desaise...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, > > > > > I have upgraded to rails 2.3 and active_scaffold plugin is not > > > > working. > > > > when i run this command it creates a active_sacaffold folder in vendor/ > > > > plugins, but its an empty folder. I googled but found no way to > > > > install it. > > > > > Please help!!!!!