Doug Johnston
Doug Johnston
Not sure if the instruments should be available as part of a kit only or if users should be able to mix & match. If mix & match, do we...
Agreed, it would be nice to get an update on this issue, especially since PR #291 exists for it. It appears that this gem is only receiving Foundation version updates,...
@golevel You don't need to add a new parser, just to ignore commas when dealing with currencies. See the above pull request for the fix.
Curious about this as well. Anyone using a variation of this gem with Spree 2.1+?
Just had this same issue and was able to track it to a move from sprockets-rails 3.2.2 to 3.4.2. More importantly, I noticed that 3.4.2 introduced a new config value...
+1 I love the simplicity of this site and use it nearly every day. Support for newer versions of the API would be great.
Here's the fix that worked for me (which @twalpole already mentioned above): **Before** `expect(page).to have_content(message)` **After** `expect(page).to have_content(message, normalize_ws: true)` From my understanding, the `normalize_ws` flag just forces Capybara to...
+1 This would be a great feature.