-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Comparing changes
Open a pull request
base repository: activeadmin/activeadmin
base: v4.0.0.beta9
head repository: activeadmin/activeadmin
compare: v4.0.0.beta10
- 14 commits
- 45 files changed
- 12 contributors
Commits on Aug 5, 2024
-
Minor documentation content and formatting updates (#8424)
* Link docs to site root * Resolve dead link error with en locale link * Favor attributes_table_for throughout * Remove old Rails 5 docs * Add link to Rails overriding guide * Minor content and formatting updates
Configuration menu - View commit details
-
Copy full SHA for 2de51ea - Browse repository at this point
Copy the full SHA 2de51eaView commit details -
Update changelog_uri in gemspec metadata to GitHub Releases (#8422)
The gem metadata published to Rubygems points to the CHANGELOG.md file, but this is no longer the official changelog of record. The file says: > Future changelogs have moved to GitHub Releases This commit updates the gemspec metadata to point to GitHub Releases so that future releases to Rubygems contain the correct URL.
Configuration menu - View commit details
-
Copy full SHA for 59a8627 - Browse repository at this point
Copy the full SHA 59a8627View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2851c6 - Browse repository at this point
Copy the full SHA f2851c6View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c6d22f - Browse repository at this point
Copy the full SHA 3c6d22fView commit details
Commits on Aug 15, 2024
-
Add active admin layouts to tailwind config (#8430)
* Add active admin layouts to tailwind config * Only html and erb files are relevant for layouts Co-authored-by: Javier Julio <javierjulio@icloud.com> --------- Co-authored-by: Javier Julio <javierjulio@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 6165e14 - Browse repository at this point
Copy the full SHA 6165e14View commit details
Commits on Aug 19, 2024
-
Support async_count for scopes (#8394)
* Use ActiveRecord async_count to retrieve scope counts when supported * Add unit specs for Scopes component * Add unit specs for AsyncCount class * Refactor to extract calling scope.display_if_block * Move AsyncCount require statement to more appropriate file * Alias count as size for more ActiveRecord compatibility * Fixing Rubocop issues Sorry for the oversight! * Support show_count: :async option for Scopes * Only use AsyncCounts for scopes configured with show_count: :async * Revert to single iteration * Provide friendlier error when async_count is not supported * Prefer expect to allow in specs Co-authored-by: Javier Julio <jjfutbol@gmail.com> * Avoid comput 8000 ing scope_chain when an AsyncCount is present Co-authored-by: Matias Grunberg <matias@yellowspot.dev> --------- Co-authored-by: Javier Julio <jjfutbol@gmail.com> Co-authored-by: Matias Grunberg <matias@yellowspot.dev>
Configuration menu - View commit details
-
Copy full SHA for 06cac27 - Browse repository at this point
Copy the full SHA 06cac27View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0008648 - Browse repository at this point
Copy the full SHA 0008648View commit details
Commits on Aug 22, 2024
-
Bump tj-actions/changed-files from 44 to 45 in the github_actions gro…
…up (#8441) Bumps the github_actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 44 to 45 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v44...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files 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>
Configuration menu - View commit details
-
Copy full SHA for f2ee9b6 - Browse repository at this point
Copy the full SHA f2ee9b6View commit details -
The primary reason for this is to address rexml again, another security update. This also bumps Rails since 7.2.1 and 7.1.4 were released.
Configuration menu - View commit details
-
Copy full SHA for 69c2872 - Browse repository at this point
Copy the full SHA 69c2872View commit details
Commits on Aug 23, 2024
-
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 ..."
Configuration menu - View commit details
-
Copy full SHA for 37f0545 - Browse repository at this point
Copy the full SHA 37f0545View commit details -
Add tbody_html and row_html options to TableFor and IndexAsTable (#8423)
TableFor, add tbody_html and row_html options This patch adds a `tbody_html` and `row_html` options to the `TableFor` (and `IndexAsTable`) classes. These options allow you to pass a hash of html options attributes to the `tbody` and `tr` elements. This is useful when you want to add features to the table that require data attributes. For example, adding a sortable row via JavaScript. You can see how I'm currently using this approach in [this app](https://github.com/acp-admin/acp-admin): - [monkey patching](https://github.com/acp-admin/acp-admin/blob/master/config/initializers/active_admin.rb#L261-L328) (same approach as this PR) - [using both options on a `table_for` method](https://github.com/acp-admin/acp-admin/blob/master/app/views/active_admin/deliveries/_baskets.html.arb#L10-L13) for using [Stimulus Sortable component](https://www.stimulus-components.com/docs/stimulus-sortable/). The existing `row_class` option is kept for backwards compatibility, but the `row_html` will take precedence if both are provided.
Configuration menu - View commit details
-
Copy full SHA for 8bee931 - Browse repository at this point
Copy the full SHA 8bee931View commit details -
Fix batch action with partial and no confirm doesn't submit the form …
…on click (#8442) Fix bug where clicking a batch action with a partial automatically submits the form
Configuration menu - View commit details
-
Copy full SHA for b2de8d6 - Browse repository at this point
Copy the full SHA b2de8d6View commit details -
Be able to customize Tag resource form (#8448)
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`.
Configuration menu - View commit details
-
Copy full SHA for 54ac8f6 - Browse repository at this point
Copy the full SHA 54ac8f6View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b7090e - Browse repository at this point
Copy the full SHA 5b7090eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0.beta9...v4.0.0.beta10