Michael Herold
Michael Herold
I'm not sure I understand why we want to limit `Resque.enqueue_in` to only `Numeric`s. `Time`, by default [does a type check against other Time values](https://github.com/ruby/ruby/blob/218b8324bb8aab829c2dcd2c473970827e5e1353/time.c#L3666-L3668) and then [performs](https://github.com/ruby/ruby/blob/218b8324bb8aab829c2dcd2c473970827e5e1353/time.c#L3627) a [type...
Yes, this is a great idea. I'd be happy to review a PR if you want to put one together. Otherwise, I will do this the next time I have...
@technicalpickles, would you give the branch a try before I merge and release?
That seems reasonable to me. This was me looking at the open issues list and finding one that I could do. I'm not sure why we don't currently use `ActionView::OutputBuffer`...
I'm open to the idea! Happy to accept a PR.
@DataDaoDe, care to give this a whirl to see if it fixes the issue?
Rats, I have a fix but it only works for 7.0+. I'd like to still support 6.1 so need to muddle some more. It's almost like monkey-patching Rails is a...
With the work in #20, this will be extracted into a separate gem. I want the `ksuid` gem to be just that - the KSUID object.
Can you please send a link to a minimal example? That would help to diagnose the issue.
**tl;dr** The `chosen-rails` gem works on `sprockets-3.7.0` but not on `sprockets-4.0.0.beta4` or the `master` branch. I can't diagnose why the paths aren't loaded properly in Sprockets 4 but did verify...