Skip to content
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

It needs gem responders to run #3

Open
CloudyLord opened this issue Oct 18, 2015 · 1 comment
Open

It needs gem responders to run #3

CloudyLord opened this issue Oct 18, 2015 · 1 comment

Comments

@CloudyLord
Copy link

On my computer with Apache2 it cannot run without 'gem responders' in the Gemfile.
And I must add the line below in the ApplicationController :
include ActionController::RespondWith
Without this, I receive the error: undefined method 'respond_to'

Regards,

Info:
rails -v
Rails 4.2.4
ruby --version
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]

@hiromipaw
Copy link
Owner

Hey there!
Thanks for reaching out. The respond_to method has been changing a lot in different version of Rails. In this repo I had included a previous version and you are using a newer one. I will nevertheless check it and update the repo with your suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants