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: v4.0.0.beta16
Choose a base ref
...
head repository: activeadmin/activeadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 19 files changed
  • 4 contributors

Commits on Jul 24, 2025

  1. Update french locales (#8770)

    Co-authored-by: Julien 'Lta' BALLET <contact@lta.io>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    3 people authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    acfe9bd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. Enable Lint/RedundantStringCoercion cop (#8771)

    This cop does not introduce a performance gain, but it removes visual
    noise from the codebase.
    
    String interpolation handles coercion automatically, so explicit `.to_s`
    calls are redundant and can be safely removed for better readability.
    tagliala authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    fa3006a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Bump the rails_70 group in /gemfiles/rails_70 with 3 updates (#8778)

    Bumps the rails_70 group in /gemfiles/rails_70 with 3 updates: [importmap-rails](https://github.com/rails/importmap-rails), [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record) and [parallel_tests](https://github.com/grosser/parallel_tests).
    
    
    Updates `importmap-rails` from 2.2.0 to 2.2.2
    - [Release notes](https://github.com/rails/importmap-rails/releases)
    - [Commits](rails/importmap-rails@v2.2.0...v2.2.2)
    
    Updates `database_cleaner-active_record` from 2.2.1 to 2.2.2
    - [Changelog](https://github.com/DatabaseCleaner/database_cleaner-active_record/blob/main/CHANGELOG.md)
    - [Commits](DatabaseCleaner/database_cleaner-active_record@v2.2.1...v2.2.2)
    
    Updates `parallel_tests` from 5.3.0 to 5.3.1
    - [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
    - [Commits](grosser/parallel_tests@v5.3.0...v5.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: importmap-rails
      dependency-version: 2.2.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_70
    - dependency-name: database_cleaner-active_record
      dependency-version: 2.2.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_70
    - dependency-name: parallel_tests
      dependency-version: 5.3.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_70
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    b8fee0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f1430 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Bump actions/download-artifact from 4 to 5 in the github_actions group (

    #8781)
    
    Bumps the github_actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/download-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    7a7e35e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5 in the github_actions group (#8783)

    Bumps the github_actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    1237aef View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    018baf6 View commit details
    Browse the repository at this point in the history
Loading