public
Description: Usefull scripts and Rake tasks
Homepage:
Clone URL: git://github.com/hipertracker/merb-scripts.git
Jaroslaw Zabiello (author)
Fri May 23 22:33:36 -0700 2008
commit  b4e8770fbe4b888fbf8896cfa09852c4f3e4b2ec
tree    071e8a4950bc4f0dbf8edaaa245118e56bb39579
parent  76cff60978104e13c222b39125b4612361a5fd33
name age message
file README Loading commit data...
file Rakefile
README
This project contains different usefull scripts and tasks for Merb framework.

rake -T
rake merb:install     # Install all Merb gems and subgems
rake merb:jinstall    # Install all Merb gems and subgems for JRuby
rake merb:juninstall  # Uninstall all JRuby merb* gems
rake merb:pull        # Pull merb-core, merb-more, merb-plugins
rake merb:repackage   # Repackage merb-<core|more|plugins> (with all subgems)
rake merb:uninstall   # Uninstall all Ruby merb* gems

You can also use Sake (http://errtheblog.com/posts/60-sake-bomb).

sudo gem install sake

Check list of tasks:

sake -T http://blog.zabiello.com/merb-scripts.sake

Import remote tasks local Sake repository (~/.sake):

sake -i http://blog.zabiello.com/merb-scripts.sake

Show me code for specific task:

sake -e merb:pull

Pull edge Merb gems, create gem packages and install them all: 

sake merb:pull merb:repackage merb:install