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

Make config.action_view.button_to_generates_button_tag work #41055

Commits on Jan 8, 2021

  1. Make config.action_view.button_to_generates_button_tag work

    In rails#40747 we added `ActionView::Helpers::UrlHelper.button_to_generates_button_tag`.
    
    - `config.action_view.button_to_generates_button_tag` should configure `ActionView::Helpers::UrlHelper.button_to_generates_button_tag`
      - Added test cases
    - Fixed new_framework_defaults_6_2.rb.tt (See rails#40747 (comment), rails#40747 (comment), cc @kaspth)
    - Added the option to the configuring guide
      - Documented
      - Added to "6.2 defaults section
      - Added to "Baseline defaults" section (see ff88113)
    bogdanvlviv committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4a401ca View commit details
    Browse the repository at this point in the history