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