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: activeadmin/activeadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.3
Choose a base ref
...
head repository: activeadmin/activeadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.4
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 19, 2024

  1. Backport Test against Rails 7.2 (#8434)

    test against Rails 7.2
    mgrunberg authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0e02889 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Backport Improve form f.inputs attributes rendering (#8446)

    * Improve form f.inputs attributes rendering (#8439)
    
    * Improve rendering attributes for f.inputs
    
    * Support rails 6.1
    
    but use tag.attributes if available
    
    * Use tag.legend instead of "<legend ..."
    
    * use helpers to prevent calling resource methods (tag admin)
    
    * be able to customize Tag resource form
    
    #8439 improved form
    attributes rendering but introduced an issue if host app has an admin
    for Tag resource.
    
    The problem is that `tag` (`tag.attributes`) refences the resource and
    not the `TagHelper`.
    
    Let's prefix the call with `helpers`.
    
    ---------
    
    Co-authored-by: Amiel Martin <amiel.martin@gmail.com>
    mgrunberg and amiel authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    55d88a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Get ready for 3.2.4 Release (#8452)

    * Get ready for 3.2.4 release
    
    * Update changelog
    mgrunberg authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b71930a View commit details
    Browse the repository at this point in the history
Loading