Medha Kulkarni
2006-Jun-12 15:32 UTC
[Rails] standard way of downloading & using rails standard plugins
Hi, I am a newbie to ruby & rails. Can anybody give me some inputs as to how to download & use standard rails plugins. Any help regarding this will be greatly appreciated. -- If not you then who..... If not now then when...... ----------------------------------------------------- With Best Regards, Medha. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060612/36058fa7/attachment.html
Benjamin Curtis
2006-Jun-12 15:45 UTC
[Rails] standard way of downloading & using rails standard plugins
You can use the command-line script ''plugin'' in the scripts directory of your rails app to install plugins. You can find available plugins at the rails plugin directory at http://www.agilewebdevelopment.com/ plugins and run ./script/plugin install <plugin repository url>. -- Benjamin Curtis http://www.bencurtis.com/ http://www.tesly.com/ -- Collaborative test case management http://www.agilewebdevelopment.com/ -- Resources for the Rails community On Jun 12, 2006, at 8:32 AM, Medha Kulkarni wrote:> > Hi, > > I am a newbie to ruby & rails. > Can anybody give me some inputs as to how to download & use > standard rails plugins. > > Any help regarding this will be greatly appreciated. > > > -- > If not you then who..... > If not now then when...... > ----------------------------------------------------- > With Best Regards, > Medha. > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Josh Knowles
2006-Jun-12 16:53 UTC
[Rails] standard way of downloading & using rails standard plugins
On 6/12/06, Benjamin Curtis <rails@bencurtis.com> wrote:> > You can use the command-line script ''plugin'' in the scripts directory > of your rails app to install plugins. You can find available plugins > at the rails plugin directory at http://www.agilewebdevelopment.com/ > plugins and run ./script/plugin install <plugin repository url>.Have you done any work on integrating your plugin repository with the plugin script? It seems like with your XML API we could get away from the "scrape" step and have plugin install directly query awd.com. Thoughts? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060612/c1e7c985/attachment.html
Benjamin Curtis
2006-Jun-12 17:36 UTC
[Rails] standard way of downloading & using rails standard plugins
I haven''t had a chance to do it yet, but the plan is to have it done eventually. -- Benjamin Curtis http://www.bencurtis.com/ http://www.tesly.com/ -- Collaborative test case management http://www.agilewebdevelopment.com/ -- Resources for the Rails community On Jun 12, 2006, at 9:53 AM, Josh Knowles wrote:> > > On 6/12/06, Benjamin Curtis <rails@bencurtis.com> wrote: > You can use the command-line script ''plugin'' in the scripts directory > of your rails app to install plugins. You can find available plugins > at the rails plugin directory at http://www.agilewebdevelopment.com/ > plugins and run ./script/plugin install <plugin repository url>. > > Have you done any work on integrating your plugin repository with > the plugin script? It seems like with your XML API we could get > away from the "scrape" step and have plugin install directly query > awd.com. > > Thoughts? > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060612/41bbc5ba/attachment-0001.html