bornboulder77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Jul-03 11:16 UTC
Rails and Git: Rails code to serve git repositories?
rails and git people, I am searching for some Rails code I can use to serve git repositories. Please alert me if you know of any projects which have this use-case. In other words I want to create my own github. thanks, -bb
Marnen Laibow-Koser
2009-Jul-03 16:45 UTC
Re: Rails and Git: Rails code to serve git repositories?
Bjorn Boulder wrote:> rails and git people, > > I am searching for some Rails code I can use to serve git > repositories. > > Please alert me if you know of any projects which have this use-case. > > In other words I want to create my own github.I don''t think there''s anything available, unless Gitorious has released its source (is that written with Rails? not sure), which is part of the reason that Github is such a big deal. You probably want to shell out to a native Git client, although Grit is also a possibility. If you want to collaborate on this, e-mail me. I''ve been thinking of trying something like this myself. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.
Rimantas Liubertas
2009-Jul-03 17:42 UTC
Re: Rails and Git: Rails code to serve git repositories?
> I don''t think there''s anything available, unless Gitorious has released > its source (is that written with Rails? not sure), which is part of the > reason that Github is such a big deal. You probably want to shell out > to a native Git client, although Grit is also a possibility.Well, another (costly!) possibility is to buy the real deal: http://fi.github.com/ Regards, Rimantas -- http://rimantas.com/
Marnen Laibow-Koser
2009-Jul-03 17:58 UTC
Re: Rails and Git: Rails code to serve git repositories?
Rimantas Liubertas wrote: [...]> Well, another (costly!) possibility is to buy the real deal: > http://fi.github.com/I didn''t know they were doing that now!> > Regards, > Rimantas > -- > http://rimantas.com/Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.