Andreas Woerle
Andreas Woerle
I'm having the same issue, using bullet-5.7.5 in a rails 4 app. It makes debugging the unused eager loading a bit difficult. If I find out more I will update...
I just tried to set up a fiddle to reproduce this issue. However the newest version on jscdn is 2.0.5 - and on that version it seems to behave correctly:...
@zwagner86 there used to be a different bug, where the mantissa was ignored if the decimal places where 0. This bug has been fixed, here is the fiddle for version...
I updated this fiddle with stringified output of the integerFormat, showing that the call to formatCurrency is actually mutating the object with input options: https://jsfiddle.net/kcxh7gd2/3/
And I think it happens in this line: https://github.com/BenjaminVanRyseghem/numbro/blob/8d72513d597c0c777e432d16462ec96159cb5e0c/src/numbro.js#L47
Just wanted to mention, that `image_pack_tag` uses the "static/" prefix now, and not "media/images": https://github.com/rails/webpacker/blob/master/lib/webpacker/helper.rb#L156
Unfortunately It seems the rubocop channels do not get updated frequently - by now version 0.76 is released. And is there any supported way to get rubocop extensions to work?...
Maybe the easiest way to support this and potentially many other use cases, would be if `intercept` would optionally take a function as the first parameter, and expect this function...
This can be solved by using the deprecated `cedar-14` stack on heroku, and configuring heroku to use ruby 1.9.3. The better solution would probably to fork this gem and make...