-
-
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.beta10
head repository: activeadmin/activeadmin
compare: v4.0.0.beta11
- 10 commits
- 23 files changed
- 7 contributors
Commits on Aug 24, 2024
-
Bump micromatch from 4.0.5 to 4.0.8 (#8453)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... 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 c2c1f4d - Browse repository at this point
Copy the full SHA c2c1f4dView commit details -
Relax sqlite3 version constraint because rails/rails#51636 is included in the latest 7.1.4 release
Configuration menu - View commit details
-
Copy full SHA for 858f6b3 - Browse repository at this point
Copy the full SHA 858f6b3View commit details -
Update bug report template to Rails 7.2 (#8451)
Also set config.eager_load to avoid a warning on stdout: ``` config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly: ```
Configuration menu - View commit details
-
Copy full SHA for df64a45 - Browse repository at this point
Copy the full SHA df64a45View commit details -
Update @rails/ujs to 7.1.400 (#8455)
It is the same file except for the version number. The new numbering will help with security releases (7.1.4.1 => 7.1.401) Ref: https://guides.rubyonrails.org/maintenance_policy.html#npm-packages
Configuration menu - View commit details
-
Copy full SHA for 1cf0414 - Browse repository at this point
Copy the full SHA 1cf0414View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b87754a - Browse repository at this point
Copy the full SHA b87754aView commit details
Commits on Aug 28, 2024
-
Optimize count query for
pagination_total: false
option (#6911)* Remove duplicated delegation `total_pages` is listed twice. * Remove ORDER BY from count subquery Queries like `SELECT COUNT(*) FROM (SELECT DISTINCT resources.* FROM resources ORDER BY resources.created 8000 _at DESC LIMIT 1 OFFSET 30) subquery_for_count` are too inefficient * add specs about ensure count query does not include ORDER BY clause * exclude also select because based on https://github.com/activeadmin/activeadmin/pull/7489\#issuecomment-1554197081 --------- Co-authored-by: Rafael Sales <rafaelcds@gmail.com> Co-authored-by: David Rodríguez <deivid-rodriguez> Co-authored-by: Matias Grunberg <matias@yellowspot.dev>
Configuration menu - View commit details
-
Copy full SHA for 18e17e4 - Browse repository at this point
Copy the full SHA 18e17e4View commit details -
Use attribute_types instead of columns_hash to determine type (#8457)
Previously, virtual attributes of type boolean with value `nil` would not be rendered as status tag. This also improves boolean detection in rare cases when an `attribute` declaration overrides the type detected in the database.
Configuration menu - View commit details
-
Copy full SHA for 2a1c71b - Browse repository at this point
Copy the full SHA 2a1c71bView commit details -
Use consistent text-like inputs selector list for CSS styles (#8456)
Use consistent list of text-like inputs for styling Previously, inputs with type=datetime-local, type=search, type=week and type=month were missing some tailwind styles.
Configuration menu - View commit details
-
Copy full SHA for 72b8252 - Browse repository at this point
Copy the full SHA 72b8252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 434f1ec - Browse repository at this point
Copy the full SHA 434f1ecView commit details
Commits on Aug 31, 2024
-
Add favicon to template app to fix Rails 7.2 test suite run (#8461)
add favicon for template app We have some specs failing in Rails 7.2. The only hint we have in the log is ``` No route matches [GET] "/favicon.ico" (ActionController::RoutingError) ``` Rails 7.2 new app generator does not use favicon.ico anymore. It uses a png + meta "icon" tag. Let's configure the icon in the template app to prevent this kind of error.
Configuration menu - View commit details
-
Copy full SHA for 21e3244 - Browse repository at this point
Copy the full SHA 21e3244View 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.beta10...v4.0.0.beta11