-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 5 issue #6
Comments
By chance are you using the responders gem? Others on rails 5 were able to resolve similar errors by adding the responders gem (richpeck/exception_handler#34) |
@calebh05 No, I don't use it directly. redis-namespace (1.5.2)
redis (~> 3.0, >= 3.0.4)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
resque (1.26.0)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2) |
@k2m30, please check your rest-client version, I was able to make a request using rest-client 1.8.0 (was 1.6.7) |
@k2m30 any luck? I'm also able to make this request using rest-client 1.8.0. |
Same here, |
I fixed it, in the Gemfile
Or install from github.
|
RAILS 5 model:
undefined method response for #<NoMethodError:0x007f81470f2dd0> Did you mean? respond_to?
/usr/local/lib/ruby/gems/2.3.0/gems/twocheckout-0.4.0/lib/twocheckout/api.rb:24:in rescue in request'
/usr/local/lib/ruby/gems/2.3.0/gems/twocheckout-0.4.0/lib/twocheckout/api.rb:20:in request'
/usr/local/lib/ruby/gems/2.3.0/gems/twocheckout-0.4.0/lib/twocheckout/sale.rb:5:in find'
/Users/mikhail/projects/trendom/backend/app/models/user.rb:95:in stop_recurring!'
/Users/mikhail/projects/trendom/backend/app/controllers/users_controller.rb:27:in cancel_subscription'
The same in plain
irb
works perfectly fineThe text was updated successfully, but these errors were encountered: