public
Description: Data for my Marley-powered blog
Homepage:
Clone URL: git://github.com/lukeredpath/blogdata.git
Luke Redpath (author)
Mon Apr 20 01:58:42 -0700 2009
blogdata / 001-rails-plugin-packs-coming-to-rapt.markdown
100644 20 lines (13 sloc) 1.225 kb

:format: :markdown :title: Rails Plugin Packs™ coming to RaPT

:published_on: Fri Jul 28 17:00:00 UTC 2006

Good news - Geoffrey has agreed to roll Rails Plugin Packs into RaPT. I've already integrated it into the RaPT source code and a patch is winging its way to Geoffrey's inbox as I write this.

For the adventurous who want to give it a try in the meantime (with all the usual caveats), you need to first check out the RaPT source:

$ svn co svn://rubyforge.org/var/svn/rapt/trunk rapt

Next, download the pluginpack integration patch. Change to the rapt directory you just checked the source out to and apply the patch.

Update: I've been added to the RaPT committers list; this patch has now been applied to the trunk. Once you've checked it out, you simply need to build and install the gem.

$ rake package
$ gem install pkg/rapt-0.1.0.gem

You'll find RaPT will now have three new commands: pack:install, pack:uninstall and pack:about. All three commands take one argument, the system path or URL to your pack file. Run rapt -h for more information.