-
Notifications
You must be signed in to change notification settings - Fork 463
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
undefined method `content_tag' #354
Comments
@Amnesthesia you are not alone: see: #350 You might be ok if you drop down to 0.3.3 in the interim. |
Same problem. |
Try putting the latest version in your Gemfile using github, the problem was fixed for me like this: |
Great waleedasif322, problem solved ;) |
Same problem, same solution ( |
@FPierre It's better to specify revision that has this fix and nothing more. You don't want to get unexpected changes after running gem 'apipie-rails', github: 'Apipie/apipie-rails', ref: '928bd858fd14ec67eeb9483ba0d43b3be8339608' |
I was having the same problem on Rails 3.2 and was able to get it working with commit |
@IlyaBylich +1 |
+1 - Thanks guys! |
I hate to +1 again, but this was an excellent solution to this tricky problem. Thanks @iliabylich |
@IlyaBylich +1 |
@iliabylich +1 Thanks! gem uninstall apipie-rails |
No matter what I do, it seems that as soon as I click to view the details of any resource, I get this error.
undefined method `content_tag' for #Apipie::ApipiesController:0x007fecd8cd6ff0
I'm on Ruby 2.1.4 and Rails 4.2.1
Extracted source (around line #4):
Top stack trace:
The text was updated successfully, but these errors were encountered: