Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Mickael

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Start rails dev env

Here's the script I use to start up my Rails editing environment. It assumes you are in the RAILS_ROOT folder, and you have textmate and mongrel.

#!/bin/sh
killall ruby
mongrel_rails start -d
sleep 1
open http://localhost:3000/
sleep 1
mate .
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS