This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jaroslaw Zabiello (author)
Fri May 23 21:43:58 -0700 2008
commit 76cff60978104e13c222b39125b4612361a5fd33
tree 53eef930e3c3649a5e50ecb36662ea24225eb473
parent 5fdfee8dd134c94bc86667ac65c136c33b16a870
tree 53eef930e3c3649a5e50ecb36662ea24225eb473
parent 5fdfee8dd134c94bc86667ac65c136c33b16a870
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








