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

Switch templates from HAML to ERB #3425

Merged
merged 1 commit into from
Nov 22, 2021

Commits on Nov 22, 2021

  1. Switch templates from HAML to ERB

    Make RailsAdmin have fewer dependencies and so slightly reduce total
    installation size.
    
    Align the project with default upstream Rails practices. Starting a new
    Rails project includes ERB by default but not HAML. By switching, we
    don't pull in additional templating practices beyond what any default
    project is already using.
    
    The change may also help encourage contributors. While nearly all Rails
    developers have direct experience working with ERB, the same is not
    always true of HAML. This removes a small barrier.
    
    Fixes railsadminteam#3173
    jdufresne committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    aa6ef95 View commit details
    Browse the repository at this point in the history