Merb Wiki
Home
All Pages
New Page
Editing Useful Tools
Textile Enabled
| [[Page Name]] for internal links
There are a number of tools that you may find useful when developing with Merb: h2. 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. h3. Installation <pre>cd ~/Library/Application Support/TextMate/Bundles/ git clone git://github.com/drnic/merb-tmbundle.git Merb.tmbundle</pre> h2. Haml and Sass syntax highlight for Vim It may be very helpful for Vim users who prefers *merb-haml*. h3. Download * "Haml":http://www.vim.org/scripts/script.php?script_id=1773 * "Sass":http://www.vim.org/scripts/script.php?script_id=1979 h2. 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. h3. Download <tt>sudo gem install ZenTest</tt> h2. Batch Gem Uninstaller <pre>#!/usr/bin/env sh gem list | grep "merb[ -_]" | awk '{ print $1 }' | xargs gem uninstall</pre> 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.
Submit
Recent Activity
Home
was updated
Home
was updated
deploying-a-merb-application-to-a-jee-container-us
was updated
deploying-a-merb-application-to-a-jee-container-us
was updated
Merb Developers available for work
was updated
deploying-a-merb-application-to-a-jee-container-us
was updated
deploying-a-merb-application-to-a-jee-container-us
was updated
deploying-a-merb-application-to-a-jee-container-us
was updated
deploying-a-merb-application-to-a-jee-container-us
was updated
Home
was updated