Santiago Perez

Results 4 issues of Santiago Perez

To be clear, I'm using your implementation as a reference and not importing it directly, so it's likely I'm missing something! If I use a query object like this: ```ruby...

I am using JSPM, so my config is a bit different from the usual examples. In my karma.config.j file I am loading the templates the following way: ``` ... jspm:...

If `RailsAdmin` is present, a top-level include of `MoneyRails::ActionViewExtension` happens. It has caused trouble for us because since we have rails_admin installed, all our objects have currency_symbol defined. In our...

The actual problem seems to be URI.encode, which is an alias for URI.escape. I think this could be changed to just CGI.encode the file name in lines 51 and 70...