Jonathan Julian

Results 4 issues of Jonathan Julian

Same issue as #50. "runner = rake spec". When run from the command-line, rake exits with status 0, but when invoked from a post-commit POST, Exception building: undefined method `exitstatus'...

## What you are doing? `$ sequelize db:drop` ## What do you expect to happen? When the database does not exist, I expect the command to exit with status code...

bug
dependency

Instead of opening an entirely new log (and writing all the code to support it), just piggyback log messages to `Resque.logger`. This way, configuration and log output is all in...

When hosting on Heroku, the Heroku router sets `X-Forwarded-Proto` to the protocol used by the immediate connection (from Fastly). If it's https, then Rails will never know if a browser...