Useful Tools / Edits

about 1 month ago

3 months ago

Edited line 40 :

Batch Gem Uninstaller

#!/usr/bin/env sh 
gem list | grep "merb[ -_]" | awk '{ print $1 }' | xargs gem uninstall

Save the above script into a file called uninstall_merb_gems and give it executable permissions. Running it will uninstall any gem that begins with merb-, merb_, and the “merb” gem itself.

4 months ago

Edited line 4 :

Merb TextMate Bundle

Merb TextMate Bundle

Edited line 10 :

Installation

Installation

Edited line 16 :

Haml and Sass syntax highlight for Vim

Haml and Sass syntax highlight for Vim

Edited line 22 :

Download

Download

Edited line 28 :

Testing

The ZenTest suite by Ryan Davis includes the excellent ‘autotest’ tool. When your code changes, tests are intelligently run to ensure they pass. This helps you do test driven development in a more efficient manner.

Download

sudo gem install ZenTest

4 months ago

Edited line 13 :

cd ~/Library/Application Support/TextMate/Bundles/ 
cd ~/Library/Application\ Support/TextMate/Bundles/ 

Edited line 14 :

Haml and Sass syntax highlight for Vim

It may be very helpful for Vim users who prefers merb-haml.

Download

4 months ago

Edited line 13 :

cd ~/Library/Application\ Support/TextMate/Bundles/ 
cd ~/Library/Application Support/TextMate/Bundles/ 

4 months ago

Edited line 13 :

cd ~/Library/Application Support/TextMate/Bundles/ 
cd "~/Library/Application Support/TextMate/Bundles"  

4 months ago

4 months ago

Edited line 13 :

cd "~/Library/Application Support/TextMate/Bundles"  
git clone git://github.com/drnic/merb-tmbundle.git Merb.tmbundle

cd ”~/Library/Application Support/TextMate/Bundles” git clone git://github.com/drnic/merb-tmbundle.git Merb.tmbundle

4 months ago

Edited line 7 :

If you’re using TextMate for development, check out Dr. Nic’s Merb TextMate Bundle.

If you’re using TextMate for development, check out Dr. Nic’s [Merb TextMate Bundle]http://github.com/drnic/merb-tmbundle/tree/master.

4 months ago