config:generate_all
task allows user to choose an appropriate action when source and local templates are different.config:generate_all:force
allows user to generate templates in 'force mode' (replacing local templates with the source).
- Feature: Adding a bang (!) at the end of method names, will raise when the variable is not found in production.
- New relic template to use SSL by default
- Fix Template generation fails if the target directory is missing
- Document that configuration files must not be loaded in Rails config/application.rb
- Don't overwrite config files if user responds 'No' instead of just 'N'.
- Omit .dice files in Bundler path or in dot-prefixed directories
- The ensure_is_private_key method now additionally supports RSA keys without spaces.
- New ensure_is_private_key helper method to process RSA private keys.
- New config:deploy rake task to use for deployments, which overwrites config files without prompting.
- Breaking change: Only templates with the '.dice' extension are processed.
- Breaking change: Local override via the '.local' extension has been removed.
- Templates are processed in all directories.
- Generated templates should be committed to source control.
- New '.dice' extension for templates.
- Better testing infrastructure.
- Plugins and rake task can specify custom location for templates.
- Fix: Templates are generated in 'config' directory for Rails projects.
- Initial open source release.