- [FEATURE] New envyable executable with a single command:
envyable install
. Will setup a good default for envyable, includingconfig/env.yml
andconfig/env.yml.example
files and gitignoring theconfig/env.yml
file. - [ENHANCEMENT] Adds code coverage report
- [ENHANCEMENT] Adds Code Climate score and coverage report badges to README
- [FEATURE] If you have gems that require variables to be set earlier, then place
envyable
in theGemfile
before those gems and requireenvyable/rails-now
. Thanks to @mikelkew.
- [FEATURE] Allows user to add default values and then override on an environment by environment basis
- [ENHANCEMENT] Uses
Pathname#join
to form file name in Railtie
- [BUGFIX] Stops the loader from choking on a file if the environment requested is not present
- [ENHANCEMENT] Tidies up Loader class
- [ENHANCEMENT] Adds more tests
- [ENHANCEMENT] Adds TravisCI
- Initial version