Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add a rake task to rewrite the crontab-example file | Mark Longair | 2013-11-07 | -0/+18 |
| | | | | | | As suggested by Louise Crow, this new rake task reuses the convert_ugly function to rewrite the crontab-example file into a usable crontab file. | |||
* | Fix an undefined variable error | Mark Longair | 2013-11-07 | -6/+2 |
| | | | | | I assume 'skip' must have been an argument to this function before it was introduced into our repository. | |||
* | Move the usage notice functions to a module so they can be used elsewhere. | Louise Crow | 2012-09-25 | -22/+2 |
| | ||||
* | Add task config_files:convert_init_script - it does the ugly variable ↵ | Louise Crow | 2012-09-20 | -0/+76 |
replacement and uncomments the RAILS_ENV setting and exporting (substituting in the current RAILS_ENV) if there's no config/rails_env.rb |