SUPPORT THE SITE WITH A CLICK

Subscribe Rss:

SUPPORT THE SITE WITH A CLICK

Monday, August 11, 2008

RaPT -Replacement for Rails Plugin

RaPT (http://rapt.rubyforge.org) is a replacement for the standard Rails plugin
installer, script/plugin. It can be installed with gem install rapt.
The first advantage that RaPT has is that it can search for plugins from the command
line. (The second advantage is that it is extremely fast, because it caches everything.)

The rapt search command looks for plugins matching a specified keyword. To
search for plugins that add calendar features to Rails, change to the root directory of
a Rails application and execute:
$ rapt search calendar
Calendar Helper
Info: http://agilewebdevelopment.com/plugins/show/98
Install: http://topfunky.net/svn/plugins/calendar_helper
Calendariffic 0.1.0
Info: http://agilewebdevelopment.com/plugins/show/743
Install: http://opensvn.csie.org/calendariffic/calendariffic/
Google Calendar Generator
Info: http://agilewebdevelopment.com/plugins/show/277
Install: svn://rubyforge.org//var/svn/googlecalendar/plugins/googlecalendar
dhtml_calendar
Info: http://agilewebdevelopment.com/plugins/show/333
Install: svn://rubyforge.org//var/svn/dhtmlcalendar/dhtml_calendar
Bundled Resource
Info: http://agilewebdevelopment.com/plugins/show/166
Install: svn://syncid.textdriven.com/svn/opensource/bundled_resource/trunk
DatebocksEngine
Info: http://agilewebdevelopment.com/plugins/show/356
Install: http://svn.toolbocks.com/plugins/datebocks_engine/
datepicker_engine
Info: http://agilewebdevelopment.com/plugins/show/409
Install: http://svn.mamatux.dk/rails-engines/datepicker_engine
One of these could then be installed with, for example, rapt install datepicker_engine

No comments :

Post a Comment