Results 20 issues of Ian Young

This issue isn't strictly a bug in Rack::Cache, but it's a problem that can very easily come up when using Rack::Cache with Rails. Not sure what the best solution is,...

Dug up this branch while pruning. I think I was convinced that replicate wasn't correctly handling HABTM, then in the course of writing tests realized that I was just doing...

I realized that the best way to handle chained certs is to let the renewal script generate them. This ensures that chained certs will be regenerated whenever the main cert...

Idea is to not get into a horrible infinite restart loop when you have a syntax error or similar. First restart happens immediately. Second restart within a certain time window...

wishlist

We need a clean way to pass arbitrary options (both to `node`/`coffeescript` and to the program being run). See #49 for some history.

wishlist

I'd like to have a persistent config file. This should help the people who want a certain options always set a certain way, or who want to specify files to...

wishlist

Inspired by #67. Current idea: ``` supervisor --plugin my_module app.js ``` Can follow standard require path rules. Given module should export a function like `reload(...)` which supervisor will then call.

I have to admit, I'm a bit disappointed to see that the site has been "updated". I liked the old pizzatastrophe with hundreds of pizza GIFs splashed into one HTML...

enhancement

The README generated by this project suggests that you can only include some scripts from a package with the following `external-scripts.json`: ```json { "hubot-fun": [ "crazy", "thanks" ], "hubot-auto-deploy": "*"...

## Description of the change Adds a new configuration option to run DelayedJob invocations in a scoped block. When enabled, this adds job data to any Rollbar reporting that happens...