Commit Graph

20 Commits

Author SHA1 Message Date
Javan Makhmali
27827c8e17 Cleaned up requirements, paths, test structure 2010-09-06 13:18:39 -04:00
Javan Makhmali
f31148d27d adds user definable job types and uses the new API for these to define the original command, runner, and rake commands 2010-06-28 15:14:01 -04:00
Javan Makhmali
c2e0320d2a use Dir.pwd as default path instead of loading Rails and getting the Rails.root 2010-06-24 13:51:17 -04:00
Javan Makhmali
8565a6547c require rakefile again 2010-06-11 11:35:00 -04:00
Damien
480a0a9e04 Allow creation of new job types from within schedule.rb. Not only does this make it easier to define app-specific job types such as the new rails 3 runner, or jobs which need to run under bundler, but it also allows the user to create reusable system commands rather than using the :command method every time. 2010-06-11 23:31:08 +08:00
Damien
50fc55dbef A couple of small changes so whenever plays nice with rails 3.. Don't load up the Rakefile and use the new syntax for getting rails root 2010-06-11 23:31:08 +08:00
Javan Makhmali
19c9bbd32e require active_support/all. fix #52 2010-04-26 10:48:50 -04:00
Javan Makhmali
22d34a538d updated docs, bumped version 2009-11-30 14:45:03 -05:00
Andrew Nesbitt
cc2993f1be Fixed activesupport deprecation warning 2009-12-01 03:07:30 +08:00
Javan Makhmali
9968a75e51 using jeweler, lots of cleanup, updates to readme, etc. 2009-10-20 15:54:09 -04:00
Javan Makhmali
b84c8a8f0b moved everthing into a whenever/ dir 2009-10-20 13:42:09 -04:00
Javan Makhmali
295cabe56c added new output redirection features, moved most of it into a new class. 2009-10-20 11:52:09 -04:00
Javan Makhmali
6fbb125296 Removed activesupport dependency from gemspec. Closes #1 2009-06-25 21:37:23 -04:00
Javan Makhmali
c4989147be Added ability to update a crontab non-destructively using identifiers 2009-03-05 17:28:36 -08:00
Javan Makhmali
7199b9e5ef Fixed load path to avoid conflicts with Rails files (Thanks Ryan Koopmans). Bumped to 0.1.5 2009-02-19 11:48:07 -08:00
Javan Makhmali
469fd369db Added more opts to whenever binary. Moved code from rake tasks into bin files themselves and removed rake files. Bumped version to 0.1.4 2009-02-17 11:22:18 -08:00
Javan Makhmali
44d6716f80 Minor fixes. Bump to 0.1.3 2009-02-16 21:46:22 -08:00
Javan Makhmali
bf9fb1d6c1 Got rid of already initialized constant warning. Improved version code. Improved test load paths. Bumped to 0.1.2 2009-02-16 18:32:55 -08:00
Javan Makhmali
01b7b81a10 Added RakeTask job type and helper and refactored the job types. Cleaned up and added tests. 2009-02-16 16:22:37 -08:00
Javan Makhmali
d2eec9f94a Initial commit. 2009-02-15 19:24:10 -08:00