Fadzlan
Fadzlan
## Check list - [x] I have read through the [README](https://github.com/wfxr/forgit/blob/master/README.md) - [x] I have the latest version of forgit - [x] I have searched through the existing issues ##...
Lets say we have the following file ``` javascript const { task, option, logger, argv } = require('just-task'); const { spawn } = require('child_process'); option('no-cache', { default: false }); task('sayhello',...
Changed `RAILS_ROOT` constant to `Rails.root`. Unfortunately, this is not compatible with Rails 2.x. Removed up and down method as well, change it to migrate. This way, `up`, `down` and `change`...