Attila Horváth
Attila Horváth
@yuki24 I think that's an excellent idea to make this the default. Individual developers can then pay the price if they want numbered links for specific pages. My concern was...
Fixed that one failing AR 4.1 test in the meantime.
You shouldn't need to set the `PATH` in the schedule file. There might be something wrong with your rbenv setup though. Are you sure the task runs correctly? Can you...
I think this shouldn't be the default behaviour because: - It's not a backward compatible change, it would break existing schedule files. - It could be confusing for some people....
I like @IlkhamGaysin's proposal to set the timezone on a case-by-case basis. However, I still think there should be a way to set a default for the whole schedule file,...
Can you run the task from the command line? ```bash cd /home/productiondeploy/mydomain/releases/201611107983652 && RAILS_ENV=production bundle exec rake punching_bag:combine --silent ``` Also, are you using the same user for deployments and...
Yeah, I had a feeling it wouldn't be too easy after going through the API docs myself. It would probably be a big effort to migrate to some other solution....