# CHANGELOG ## master ## 0.4.1 - February 17, 2014 * Make blazing goto command also work if stdin is not a terminal e.g. cronjob ## 0.4.0 - August 3, 2013 * Implement blazing goto command: - `blazing goto production` gives you a shell on the server, with the app root as current directory and RAILS_ENV set. - use `-c "command"` to execute command on server ## 0.3.0 - January 23, 2013 * target name is passed to recipe at runtime * Add alias for rvm_scripts (env_scripts) which enables the use of rbenv et al. ## 0.2.14 - October 23, 2012 * readme tweaks * add contributing guidelines * fix issue #72 ## 0.2.13 - August 1, 2012 * refactor some CLI handling and fix issue #71 ## 0.2.12 - July 11, 2012 * fix [#68][] (Error in Hook generation) * add quick and dirty fix for [#69][] (blazing requiring itself when using git as source in Gemfile) ## 0.2.11 - July 11, 2012 * add pimpmychangelog and pimp changelog * fix git/bundler related issue ([#60][]) * deprecate `:default` option for target * pull hook out of target * refactor and improve specs * use `Blazing::Commands` in favor of `Blazing::Runner` * other misc refactorings ## 0.2.10 - February 7, 2012 * Fix post-receive hook (use new syntax) ## 0.2.9 - February 7, 2012 * Fixes concerning recipe loading in blazing core and recipe gems. ## 0.2.8 - February 7, 2012 * no default target unless there is only one in config * ability to run seutp and update on all targets by specifiying all as target on command line * rewrite CLI interface, uses Thor * basic integration specs * update and improve readme and sample configuration * deprecate `repository` DSL method * allow environment variables to be defined in config when setting the rake task ([#58][]) * allow the RAILS_ENV to be specified for a target (will be used when calling rake) ([#58][]) ## 0.2.7 - November 24, 2011 * fix hook rake call, run it with bundle exec like the rest ## 0.2.6 - November 24, 2011 * Add option to specify custom rvm scripts location * Fix failing setup command when target directory already exists ## 0.2.5 - November 9, 2011 * Fix missing logger include in Recipe ## 0.2.4 - November 9, 2011 * Fix logger, so the formatting does not get carried over to apps using blazing. ([#55][]) ## 0.2.3 - November 1, 2011 * Don't run in -w (warnings) mode, as warnings scare people when they are deploying ;-) ## 0.2.2 - November 1, 2011 * Changed the way the target repository is initialized so it works on older git versions (Old git versions don't take a path as parameter when doing git init) ## 0.2.1 - October 27, 2011 * Improved Logging: Hook and recipes are much more verbose, colored output ## 0.2.0 - October 27, 2011 * Recipes accept target specific options (RECIPE API CHANGED! See [this commit](https://github.com/effkay/blazing/commit/f7fe22b822c00b55db6f2a870d67b449fcb7fce1) for details) ## 0.1.3 - October 25, 2011 * fix erros in hook and improve its logging ## 0.1.2 - October 25, 2011 * setup initializes an empty repository, so first push will work ([#47][]) * simplified cli workflow ([#45][]): * update runs update and setup:local * setup:remote renamed to setup * setup:remote also runs update ## 0.1.1 - October 25, 2011 * [BUG]: fix [#48][]: dont bundle test and dev gems, do it quietly * [BUG]: fix [#44][]: accept target as argument * [BUG]: fix [#41][]: recipe gem loading issues resolved * remove documentation of external recipes ## 0.1.0 - October 24, 2011 [@effkay]: https://github.com/effkay [#41]: https://github.com/effkay/blazing/issues/41 [#44]: https://github.com/effkay/blazing/issues/44 [#45]: https://github.com/effkay/blazing/issues/45 [#47]: https://github.com/effkay/blazing/issues/47 [#48]: https://github.com/effkay/blazing/issues/48 [#55]: https://github.com/effkay/blazing/issues/55 [#58]: https://github.com/effkay/blazing/issues/58 [#60]: https://github.com/effkay/blazing/issues/60 [#68]: https://github.com/effkay/blazing/issues/68 [#69]: https://github.com/effkay/blazing/issues/69 [@effkay]: https://github.com/effkay