ccocchi / rabl-rails

Rails 4.2+ templating system with JSON, XML and Plist support.
MIT License
209 stars 51 forks source link

rabl-rails with rails 5 in api mode #85

Closed AlexBeznos closed 7 years ago

AlexBeznos commented 7 years ago

I had an issue with rabl-rails in combination with ActionController::API. As a request response, i had a 204 status with no content. During the research, i figured out that ActionController::API don't have ActionController::Helpers and ActionController::ImplicitRender in ancestors. So I decided to add it. If it is not proper behaviour for the gem, maybe it gonna be better at least to add a wiki page for such ones like me?