Jeff Dutil

Results 112 comments of Jeff Dutil

If you did it as it's own transition you don't need to worry about finalize! ever changing. Granted it's unlikely, but just a way to avoid maintenance.

Could you provide a pull request for your second choice prefixing the methods with paypal_ please?

I wasn't able to reproduce this at all on my setup w/latest 2-4-stable so I don't think this has anything to do between 2.4.2 to 2.4.3. The error is saying...

I'm not sure if you forgot to post some changes you made or if you didn't do the update off from master. I tried to just create a Rails 3.2...

``` base.send :class_attribute, :validations ``` Isn't working properly for me. I get: ``` /Users/JD/validation_reflection/lib/validation_reflection.rb:30:in `included': undefined method `class_attribute' for ValidationReflection::ClassMethods:Module (NoMethodError) from /Users/JD/validation_reflection/lib/validation_reflection.rb:62:in `include' from /Users/JD/validation_reflection/lib/validation_reflection.rb:62:in `' from /Users/JD/validation_reflection/lib/validation_reflection.rb:60:in `'...

I can confirm this happens. A request to the server is actually made though, but it returns a url 1 character at a time for the json response... I'm having...

All I've been able to come up with is that for some reason in IE9 the following data.submit() doesn't do anything even though I've confirmed that the code is being...

I was able to resolve my issue of IE9 not firing the requests by ensuring that the file input was within ancestor elements containing the .fileupload-buttonbar & .fileinput-button classes. We...

I think this extension should move away from supporting multiple carousel libraries, and just promote rolling your own as referenced in the README.

@priviterag this extension may be useful over at github.com/spree-contrib see my blog post http://spreecommerce.com/blog/the-state-of-extensions-2014 although I may be biased for using this in my website.