guard-rails/lib/guard/rails
Michel Pavan Macedo 0435a4c17c Ensure specified environment is used
If for any reason RAILS_ENV was set to test this command will start a
Rails server with test environment:

    rails s -e development

But this one will start with development environment:

    RAILS_ENV=development rails s

I am not sure who is at fault here, but this ensures guard-rails will
always use the environment specified by the environment option.
2012-07-08 06:29:01 -03:00
..
templates tempalte and readme work 2011-05-27 14:55:23 -04:00
runner.rb Ensure specified environment is used 2012-07-08 06:29:01 -03:00
version.rb bump version 2012-01-16 09:31:09 -05:00