Tim Herby

Results 10 comments of Tim Herby

Ran into this issue as well, and this solution worked for me. Would love to see this merged.

Unfortunately, after making that change, I'm seeing this deprecation warning: ``` DEPRECATION WARNING: Sprockets method `register_engine` is deprecated. Please register a mime type using `register_mime_type` then use `register_compressor` or `register_transformer`....

Thanks @AlexRiedler. This worked great! I tried either one, and they both seem to do the trick. BTW, when looking through config.rb, I noticed there may be a small typo....

One last thing. I tried to simplify to only disabling haml by using this setting: ``` ruby config.haml_enabled = false ``` but then the .hbs registration still kicks in and...

I'm also seeing this issue, and having a heck of a time working around it (since we're using SCSS which really wants to compress the output). Any idea what's causing...

I am also seeing this issue (going back to linkedin auth page after canceling, and submitting causes a CSRF error instead of processing properly because the session state is already...

Thanks @polmuz . This is exactly what I needed. This allowed me to test without mocking Redlock itself, which is great! BTW, Redlock 1.3.2 needed `Redlock::Scripts::PTTL_SCRIPT_SHA` as well, so I've...

I'd really appreciate it if someone could merge this change so that we can switch back to the main gem

Just used this solution too. We have multiple domains and need to dynamically determine the domain. The gem should really integrate this fix in order to align with what the...

+1 on preventing force-pushes for a whole repo (not on a per-branch basis). The code review system doesn't track properly after a force-push. Also, we're talking about an option, not...