how does one update the plugin code to be the latest in github? script/plugin updates prints a message "updating facebooker" but doesn''t seem to do anything. This is still my first and only rails app so I''m not familiar with all the tools.
I second that question. In svn I use piston - but everybody seems to be moving towards GIT --- On Tue, 7/15/08, John Richardson <barooo at gmail.com> wrote: From: John Richardson <barooo at gmail.com> Subject: [Facebooker-talk] stuipid git/ruby/rails question To: facebooker-talk at rubyforge.org Date: Tuesday, July 15, 2008, 6:19 PM how does one update the plugin code to be the latest in github? script/plugin updates prints a message "updating facebooker" but doesn''t seem to do anything. This is still my first and only rails app so I''m not familiar with all the tools. _______________________________________________ Facebooker-talk mailing list Facebooker-talk at rubyforge.org http://rubyforge.org/mailman/listinfo/facebooker-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080715/783b7ba2/attachment.html>
Christopher Redinger
2008-Jul-15 23:57 UTC
[Facebooker-talk] stuipid git/ruby/rails question
There are several answers to this question. Braid, influenced by Piston http://evil.che.lu/2008/4/30/ann-braid-0-4-piston-lookalike-for-git Piston''s Edge branch has git support http://blog.teksol.info/tags/piston The method I am using is Git''s built in subtree merge strategy: http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html Some people thought Git''s submodules were going to fill this need, but there have been some complaints with this method, google before trying this at home: http://www.kernel.org/pub/software/scm/git/docs/git-submodule.html On Tue, Jul 15, 2008 at 7:19 PM, John Richardson <barooo at gmail.com> wrote:> how does one update the plugin code to be the latest in github? > script/plugin updates prints a message "updating facebooker" but > doesn''t seem to do anything. This is still my first and only rails > app so I''m not familiar with all the tools. > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-- Christopher Redinger http://www.agiledisciple.com