Jeff Blake

Results 14 issues of Jeff Blake

I have something like this ``` class Event friendly_id :slug_candidates, use: [:slugged, :history, :finders] def slug_candidates [:name, [:name, :event_times]] end end ``` Where `event_times` basically calls `strftime` on a date...

Bug
Looking for help
pinned

Similar to `bundle outdated` it would be useful to see which packages have new versions. This, and/or seeing a Gemfile.lock equivalent file w/ versions would be very helpful.

Heroku says in their docs that swap memory can accumulate before you even hit R14's. Since swap severely degrades performance, I think it would be more prudent of whacamole to...

The latest version of oauth is 0.5.1. Can we get support for this? Thanks.

https://github.com/envygeeks/jekyll-assets/issues/575 from January is still open, but locked for some reason. I haven't been able to deploy a new website update since then due to this bug. I'm sorry for...

I would like to send # of cache hits, # cache misses, # cache writes, cache store latency, memoized cache hits, etc to `$stdout` (for transport to Librato). Is any...

With Sidekiq 5 (released in 2017), job logging is no longer a middleware, and now sits above all middleware in the stack. I think this is why `Datadog.tracer.active_correlation` is not...

bug
integrations
community

I've used Scout in the past and loved the quick actionable insights to make improvements (n+1's, etc). I installed the heroku addon and deployed, and received thousands of H15 Idle...

In your notes you mention it won't work with a timer based sauna. Mine has a timer, but it also has a separate thermostat control. The thermostat can be left...

This is what I'm getting using the standard configuration, on Heroku. ``` NoMethodError (undefined method `options' for nil:NilClass): vendor/bundle/ruby/2.3.0/gems/puma-stats-logger-0.2.1/lib/puma_stats_logger/middleware.rb:19:in `puma_options' vendor/bundle/ruby/2.3.0/gems/puma-stats-logger-0.2.1/lib/puma_stats_logger/middleware.rb:10:in `call' ```