Changelog History
Page 2
-
v0.9.0 Changes
December 17, 2013π Capistrano V3 support. [Philip Hallstrom]
π· Process params in job templates. [Austin Ziegler]
-
v0.8.4 Changes
July 22, 2012β± Don't require schedule file when clearing. [Javan Makhmali]
π Use bin/rails when available. [Javan Makhmali]
-
v0.8.3 Changes
July 11, 2013π Improve Cap rollback logic. [Jeroen Jacobs]
π Allow configuration of the environment variable. [andfx]
Output option can be a callable Proc. [Li Xiao]
-
v0.8.2 Changes
January 10, 2013π Fix Capistrano host options. [Igor Yamolov, Wes Morgan]
π Improve JRuby test support. [Igor Yamolov]
π Use correct release path in Cap task. [Wes Morgan]
-
v0.8.1 Changes
December 22, 2012π Fix multiserver roles bug. [Wes Morgan]
π¨ Refactor Cap recipes and add tests for them. [Wes Morgan]
π Fix file not found error when running under JRuby. [Wes Morgan]
Stop interpolating template attributes with no corresponding value. [Vincent Boisard]
π Support for raw cron separated by tabs. [Γtienne BarriΓ©]
-
v0.8.0 Changes
November 08, 2012Separate Capistrano recipes to allow custom execution. [Bogdan Gusiev]
π Execute
whenever:update_crontab
beforedeploy:finalize_update
, notdeploy:restart
. [Michal Wrobel]β Added a new
script
job type. [JΓ‘n Suchal]π Use correct path in Cap task. [Alex Dean]
π Fix that setup.rb and schedule.rb were eval'd together. [Niklas H]
π New Capistrano roles feature. [Wes Morgan]
π Stop clearing the crontab during a deploy. [Javan Makhmali]
β¬οΈ Bump Chronic gem dependency. [rainchen]
-
v0.7.3 Changes
February 23, 2012- π Make included Capistrano task compatible with both new and old versions of Cap. [Giacomo MacrΓ¬]
-
v0.7.2 Changes
December 23, 2011Accept @reboot and friends as raw cron syntax. [Felix Buenemann]
π Fix clear_crontab task so it will work both standalone and during deploy. [Justin Giancola]
-
v0.7.1 Changes
December 19, 2011π Require thread before active_support for compatibility with Rails < 2.3.11 and RubyGems >= 1.6.0. [Micah Geisel]
More advanced role filtering in Cap task. [Brad Gessler]
β Added whenever_variables as a configuration variable in Cap task. [Steve Agalloco]
π· Escape percent signs and reject newlines in jobs. [Amir Yalon]
Escape paths so spaces don't trip up cron. [Javan Makhmali]
π Fix ambiguous handling of 1.month with :at. #99 [Javan Makhmali]
-
v0.7.0 Changes
September 02, 2011π Use mojombo's chronic, it's active again. [Javan Makhmali]
Capistrano task enhancements. [Chris Griego]
0οΈβ£ wheneverize command defaults to '.' directory. [Andrew Nesbitt]
π· rake job_type uses bundler if detected. [MichaΕ Szajbe]
β± Indicate filename in exceptions stemming from schedule file. [Javan Makhmali]
π Don't require rubygems, bundler where possible. [Oleg Pudeyev]
π Documentation and code cleanup. [many nice people]