You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used google_visualr for one app -- works great. I then built another, leveraging ActiveAdmin to manage the backend, which uses Devise (https://github.com/plataformatec/devise) for authentication. Everything working for ActiceAdmin/Devise, but as I just add back the google_visualr gem, and restart puma for test, I get the following error. Looks like possibly Devise and google_visualr have conflicting helper methods?
google_visualr/app/helpers/view_helper.rb:7:in block in <module:ViewHelper>': undefined method helper_method' for ActionController::API:Class (NoMethodError)
Has anyone run into this, resolution or workaround for this?
The text was updated successfully, but these errors were encountered:
I just did a test, creating a new rails app (-d mysql being the only modifier), added the ActiveAdmin gem, ran generate/install for aa, and a db:migrate -- basic but works fine. I then just add gem "google_visualr", "~> 2.5.1", and rails s no longer runs. No controllers have been created, other than by the AA install, so not sure where to look for a syntax error as you mentioned.
I have used google_visualr for one app -- works great. I then built another, leveraging ActiveAdmin to manage the backend, which uses Devise (https://github.com/plataformatec/devise) for authentication. Everything working for ActiceAdmin/Devise, but as I just add back the google_visualr gem, and restart puma for test, I get the following error. Looks like possibly Devise and google_visualr have conflicting helper methods?
google_visualr/app/helpers/view_helper.rb:7:in
block in <module:ViewHelper>': undefined method
helper_method' for ActionController::API:Class (NoMethodError)Has anyone run into this, resolution or workaround for this?
The text was updated successfully, but these errors were encountered: