rabl icon indicating copy to clipboard operation
rabl copied to clipboard

Using Rabl with Rails 3.2 causes an error

Open willnet opened this issue 5 months ago • 1 comments

ActionView::Digestor was added in this commit and is available from Rails v4.0.0.

So, if you try to use Rabl with Rails 3.2, you’ll get a NameError: uninitialized constant ActionView::Digestor at this line. This issue has likely existed since Rabl v0.9.0.

ref: Custom digester for each file and its dependencies. Inherited from `… · nesquena/rabl@59c020c

willnet avatar Jul 31 '25 23:07 willnet