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
@Marahin I started looking into it, but I don't think I have the bandwidth for this, especially if it needs to work for versions of Rails < 5. (My preferred way of getting this to work on Rails 5+ would be to use ActionController::Renderer, which, of course, would not work on earlier versions of Rails.)
That's an interesting approach and I'm fond of it. There hasn't been a decision made whether we want to continue supporting Rails 4, so I can't say anything here.
Either way help wanted definitely, so if anyone sees this post - you are more than welcome to contribute!
The
render_anywhere
gem (which this one depends on) doesn't work in Rails 6, since it mutatesview_paths
, which is no longer allowed.It doesn't look like
render_anywhere
is actively maintained, so this is unlikely to be fixed there. On the upside,render_anywhere
is a small gem.The text was updated successfully, but these errors were encountered: