Prev | Current Page 118 | Next

Brad Ediger

"Advanced Rails"


script/plugin install takes an option, -x, that directs it to manage plugins as Subversion
externals. This has the advantage that the directory is still linked to the external
repository. However, it is a bit inflexible??”you cannot cherry-pick changes from
the upstream repository. We will examine some better options later.
RaPT
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.)
* http://wiki.rubyonrails.org/rails/pages/Plugins
About Plugins | 81
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.


Pages:
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130