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
/home/rusikf/.rvm/gems/ruby-2.6.4/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:80:in block in load_missing_con stant': uninitialized constant ActionController::Responder (NameError) from /home/rusikf/.rvm/gems/ruby-2.6.4/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:9:in without_boots
nap_cache'
from /home/rusikf/.rvm/gems/ruby-2.6.4/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:80:in rescue in lo ad_missing_constant' from /home/rusikf/.rvm/gems/ruby-2.6.4/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:59:in load_missing
_constant'
from /home/rusikf/.rvm/gems/ruby-2.6.4/gems/roar-rails-1.1.0/lib/roar/rails/rails4_0_strategy.rb:2:in <module:Rails>' from /home/rusikf/.rvm/gems/ruby-2.6.4/gems/roar-rails-1.1.0/lib/roar/rails/rails4_0_strategy.rb:1:in
'
I included in Gemfile: roar-rails, responders, multi_json gems
How to fix it ? Is it possible to add readme note about it?
Also, this gem requires gem 'multi_json', is it possible to add note to README?
The text was updated successfully, but these errors were encountered:
@and0x000 Please send a PR for a Rails 6 strategy. 🍻 We can discuss whether or not we want to support the responder logic.
Roar-rails is slowly superseded by Trailblazer's endpoints, or people do rendering manually in operations, so there was less interest in this particular glue gem.
Hi guys, when I run
On rails 6 api app
I receive
I included in Gemfile: roar-rails, responders, multi_json gems
How to fix it ? Is it possible to add readme note about it?
Also, this gem requires gem 'multi_json', is it possible to add note to README?
The text was updated successfully, but these errors were encountered: