Javan Makhmali

Results 20 comments of Javan Makhmali

Thanks! I was able to reproduce this and will start thinking about possible fixes. In the meantime, here are a couple workarounds you could consider. 1. Load your JavaScript asynchronously...

Hey @emilbruckner, I've confirmed this issue and agree that the outcome is not correct. There should either be two blocks or a single merged block with a newline between the...

When you run `crontab -l` on your server, what do the Whenever comments surrounding the job look like?

Sounds like [Whenever's defaults](https://github.com/javan/whenever/blob/master/lib/whenever/capistrano/v3/tasks/whenever.rake#L37) might be clobbering your settings. Check to see if you're on a version of Capistrano that includes this commit https://github.com/capistrano/capistrano/commit/f040f12353c3ad8f682631463743691b785b3353.

This is now possible to do with the TTFunk gem. See https://github.com/prawnpdf/ttfunk/pull/22 and https://github.com/github/gemoji/pull/63 for examples.

Thanks @benlangfeld. I just sent you an email.

Closing this for now because @benlangfeld is doing such a kick ass job! https://groups.google.com/forum/m/#!topic/whenever-gem/5r3cUQ0FDT0

What happens if you run the command manually (without logging)? ``` /bin/bash -l -c 'cd /Users/zach/Apps/myapp && bin/rails runner -e development '\''Order.sync_orders'\''' ```

Can you paste your `schedule.rb` file please? You can exclude the contents of the `every` blocks if you'd like.

:shipit: We've implemented the same thing in Basecamp. Native support would be nice.