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

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    21ff4c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    50489c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Prefer require_relative for internal requires (#8482)

    `require_relative` is preferred over `require` for files within the same
    project because it uses paths relative to the current file, making code
    more portable and less dependent on the load path.
    
    This change updates internal requires to use `require_relative` for
    consistency, performance, and improved portability.
    
    Ref:
    - activeadmin/arbre#622
    - activeadmin/inherited_resources#939
    tagliala authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e6ecf5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28cdc19 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Bump rollup from 4.21.2 to 4.22.4 (#8486)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.2 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.2...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1ae99ed View commit details
    Browse the repository at this point in the history
Loading