public
Description: Usefull scripts and Rake tasks
Clone URL: git://github.com/hipertracker/merb-scripts.git
Search Repo:
Added Rakefile with some tasks
hipertracker (author)
Sat Mar 08 21:06:22 -0800 2008
commit  4037a6c31772651bf268bee09bd0c263247ab69f
tree    7cc394895418b743641010a225cba009a5a17393
parent  fbcdff56e42dfd136b55a9950d3bb269cab8824e
0
...
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1 +1,12 @@
0
+This project contains different usefull scripts and tasks for Merb framework.
0
+
0
+For the moment some taks are working only in POSIX systems.
0
+
0
+rake -T
0
+rake merb:install # Install all Merb gems and subgems
0
+rake merb:jinstall # Install all Merb gems and subgems for JRuby
0
+rake merb:juninstall # Uninstall all JRuby merb* gems
0
+rake merb:pull # Pull merb-core, merb-more, merb-plugins
0
+rake merb:repackage # Repackage merb-<core|more|plugins> (with all subgems)
0
+rake merb:uninstall # Uninstall all Ruby merb* gems

Comments

    No one has commented yet.