Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Shopify/better-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: Shopify/better-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e050e08 View commit details
    Browse the repository at this point in the history
  2. Make sure annotate_rendered_view_with_filenames is configured

    Action View is setup to copy the configuration from the application after
    initialization is finished, using `ActiveSupport.on_load(:action_view)`
    to make sure it only happens when `ActionView::Base` is loaded.
    
    We need to add our on_load hook after that, so we're also putting it in
    an after_initialize. Typically apps load all Rails railties before
    requiring gems with Bundler, so our after_initialize should always run
    after the one from Action View.
    etiennebarrie committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ea19da1 View commit details
    Browse the repository at this point in the history
  3. Support actionview 6.0

    etiennebarrie committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bcc021f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #130 from Shopify/fix-annotate_rendered_view_with_…

    …filenames-config
    
    Make sure annotate_rendered_view_with_filenames is configured
    etiennebarrie authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8942d6b View commit details
    Browse the repository at this point in the history
  5. Release 2.1.1

    etiennebarrie committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    72e7bc8 View commit details
    Browse the repository at this point in the history
Loading