Open rusikf opened 4 years ago
This is due to the gem not having a strategy for Rails 6.
The most recent version supported is rails 5.1. See: https://github.com/apotonick/roar-rails/blob/master/lib/roar-rails.rb#L38
The gem looks pretty much abandoned, as some other pull requests, that would support at least rails 5.2 were not merged.
@and0x000 Please send a PR for a Rails 6 strategy. :beers: 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?