You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BWYAMLConfig dependent GEM can be obtained here:
http://github.com/wied03/YAMLConfig/downloads
See the examples/ directory for how you can structure your RakeFile and config files:
General rule of thumb is as follows:
- Rakefile (versioned) - specific to your code base
- local_properties_default.yml - Machine/build specific defaults (versioned) based on your machines or particulars of a build you might create (e.g. test,prod)
- local_properties.yml (not versioned) - allows users/environments to supercede machine/build specific defaults