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 (
JAZ (author)
Tue Mar 25 01:00:16 -0700 2008
commit 01fe913e6f436ed53f880010131d6ee65cf1bf91
tree 3adae7e37ca8e2cee46b74668c531696275a4556
parent 4037a6c31772651bf268bee09bd0c263247ab69f
tree 3adae7e37ca8e2cee46b74668c531696275a4556
parent 4037a6c31772651bf268bee09bd0c263247ab69f
| name | age | message | |
|---|---|---|---|
| |
README | Tue Mar 25 01:00:16 -0700 2008 | [JAZ] |
| |
Rakefile | Tue Mar 25 01:00:16 -0700 2008 | [JAZ] |
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 for JRuby: sake merb:pull sake merb:repackage sake:jinstall




