Ensure specified environment is used #18
Loading…
Reference in New Issue
No description provided.
Delete Branch "environment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If for any reason RAILS_ENV was set to test this command will start a
Rails server with test environment:
But this one will start with development environment:
I am not sure who is at fault here, but this ensures guard-rails will
always use the environment specified by the environment option.
Works for me. Thanks!