Wes Gamble
2006-Apr-10 21:10 UTC
[Rails] I have a Capistrano 1.1 patch - where does it go?
I have a patch for Capistrano 1.1 - how do I submit it? Wes -- Posted via http://www.ruby-forum.com/.
Jamis Buck
2006-Apr-11 04:28 UTC
[Rails] I have a Capistrano 1.1 patch - where does it go?
Wes, Go to the Rails trac (http://dev.rubyonrails.org) and submit a new ticket with the patch attached. Thanks! - Jamis On Apr 10, 2006, at 3:09 PM, Wes Gamble wrote:> I have a patch for Capistrano 1.1 - how do I submit it? > > Wes > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Wes Gamble
2006-Apr-11 05:14 UTC
[Rails] Re: I have a Capistrano 1.1 patch - where does it go?
Jamis, <DUMB QUESTION?> Capistrano isn''t part of the core Rails distribution, is it? So why would I try and patch Rails itself? Is there another SVN repository for the Capistrano gem? </DUMB QUESTION?> Wes Jamis Buck wrote:> Wes, > > Go to the Rails trac (http://dev.rubyonrails.org) and submit a new > ticket with the patch attached. > > Thanks! > > - Jamis-- Posted via http://www.ruby-forum.com/.
Jamis Buck
2006-Apr-11 05:36 UTC
[Rails] Re: I have a Capistrano 1.1 patch - where does it go?
Wes, Capistrano isn''t part of the core Rails distribution, but it is stored in the Rails svn repository. If you look at the structure of the Rails svn repo, it goes something like this: branches -> stable plugins -> account_location -> acts_as_taggable -> browser_filters -> ... spinoffs -> prototype -> scriptaculous tools -> capistrano -> cia ... trunk -> actionmailer -> actionpack ... So, as you can see, the Rails SVN repo has a lot more than "just" Rails in it. Please do submit any tickets for Capistrano to the same trac as Rails (http://dev.rubyonrails.org/newticket), specifying "Capistrano" as the component. Hope that helps, Jamis On Apr 10, 2006, at 11:14 PM, Wes Gamble wrote:> Jamis, > > <DUMB QUESTION?> > > Capistrano isn''t part of the core Rails distribution, is it? So why > would I try and patch Rails itself? Is there another SVN > repository for > the Capistrano gem? > > </DUMB QUESTION?> > > Wes > > Jamis Buck wrote: >> Wes, >> >> Go to the Rails trac (http://dev.rubyonrails.org) and submit a new >> ticket with the patch attached. >> >> Thanks! >> >> - Jamis > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Wes Gamble
2006-Apr-11 05:58 UTC
[Rails] Re: Re: I have a Capistrano 1.1 patch - where does it go?
Got it - thanks. If for some reason I can''t get the patch done in a timely manner, is there still a way that I can report it? Wes Jamis Buck wrote:> Wes, > > Capistrano isn''t part of the core Rails distribution, but it is > stored in the Rails svn repository. If you look at the structure of > the Rails svn repo, it goes something like this: > > branches > -> stable > plugins > -> account_location > -> acts_as_taggable > -> browser_filters > -> ... > spinoffs > -> prototype > -> scriptaculous > tools > -> capistrano > -> cia > ... > trunk > -> actionmailer > -> actionpack > ... > > So, as you can see, the Rails SVN repo has a lot more than "just" > Rails in it. Please do submit any tickets for Capistrano to the same > trac as Rails (http://dev.rubyonrails.org/newticket), specifying > "Capistrano" as the component. > > Hope that helps, > > Jamis-- Posted via http://www.ruby-forum.com/.
Jamis Buck
2006-Apr-11 19:18 UTC
[Rails] Re: Re: I have a Capistrano 1.1 patch - where does it go?
On Apr 10, 2006, at 11:57 PM, Wes Gamble wrote:> Got it - thanks. > > If for some reason I can''t get the patch done in a timely manner, is > there still a way that I can report it?Wes, yes. Feel free to report Capistrano bugs or submit feature requests via the same interface. - Jamis> > Wes > > Jamis Buck wrote: >> Wes, >> >> Capistrano isn''t part of the core Rails distribution, but it is >> stored in the Rails svn repository. If you look at the structure of >> the Rails svn repo, it goes something like this: >> >> branches >> -> stable >> plugins >> -> account_location >> -> acts_as_taggable >> -> browser_filters >> -> ... >> spinoffs >> -> prototype >> -> scriptaculous >> tools >> -> capistrano >> -> cia >> ... >> trunk >> -> actionmailer >> -> actionpack >> ... >> >> So, as you can see, the Rails SVN repo has a lot more than "just" >> Rails in it. Please do submit any tickets for Capistrano to the same >> trac as Rails (http://dev.rubyonrails.org/newticket), specifying >> "Capistrano" as the component. >> >> Hope that helps, >> >> Jamis > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails