Jeff Dutil

Results 112 comments of Jeff Dutil

I think that's something that would be worthwhile implementing in core if you wanted to submit a pull request there. Now that a store model exists in core more and...

The issue is probably related to the fragment caching needing to switch based on current currency, which I thought I had fixed. Are you overriding the view templates at all?...

I don't have support for any honeypot yet, but would like to add one as I've begun receiving some spam through one of my apps contact forms. Would you be...

Theres a honeypot branch now. You could get that a shot if you like. I'm not going to pull into master unless the pull request I have open for rack-honeypot...

Hey yea that is the error I've fixed in my fork of rack-honeypot. It should work for you if you specify in your Gemfile to use my fork until the...

I don't think this is correct. Your spree assets should be under vendor/assets not app/assets, and this may just be an issue with upgrading from an older version of spree...

Where in your application do the manifest files exist? They should be under vendor/assets not assets.

I believe this is some sort of issue with your application itself, and not a required change in this extension. It appears to be that your assets are not within...

@plongyear if you have issues bundling because of prerelease .beta .rc etc... it probably means you need to update to latest version of bundler. That used to annoy the hell...