Envi is a command line tool that easily manage starting and stopping processes in development and test environment.
Install the gem:
$ gem install envi
Add it to your Gemfile (inside the development
group):
gem 'envi'
Generate an empty .envirc with:
$ envi init
Just launch Envi inside your Ruby / Rails project with:
$ envi
$ bundle exec envi