Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes for Rails 6 #2100

Merged
merged 1 commit into from Mar 18, 2019
Merged

Commits on Mar 18, 2019

  1. Fix ActionView::Template#formats issue in Rails 6

    In Rails 6 the `ActionView::Template#formats` method has been deprecated
    [1] and replaced with `ActionView::Template#format` method.
    
    I have attempted to retain support for Rails <= 5.2.
    
    [1] https://www.github.com/rails/rails/commit/ca5e23ed4d8
    sebjacobs committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    81fdc8a View commit details
    Browse the repository at this point in the history