nesquena / rabl

General ruby templating with json, bson, xml, plist and msgpack support
http://blog.codepath.com/2011/06/27/building-a-platform-api-on-rails/
MIT License
3.65k stars 335 forks source link

Require action_view for ActionView::Digestor #743

Closed ngan closed 3 years ago

ngan commented 3 years ago

We're seeing this error when running a binstub of a command from another gem.

.rvm/gems/ruby-2.7.4@zenpayroll/gems/rabl-0.14.5/lib/rabl/digestor.rb:2:in `<module:Rabl>': uninitialized constant Rabl::ActionView (NameError)
Did you mean?  ActionMailer
nesquena commented 3 years ago

Thanks, weird that this changed but appreciate the patch