All Versions
43
Latest Version
Avg Release Cycle
136 days
Latest Release
1778 days ago

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, 2012
    • Separate Capistrano recipes to allow custom execution. [Bogdan Gusiev]

    • πŸš€ Execute whenever:update_crontab before deploy:finalize_update, not deploy: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, 2011
    • Accept @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]