Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Bumps administrate from 0.20.1 to 1.0.0.

Release notes

Sourced from administrate's releases.

1.0.0

After a long time in the making, and contributions from many different people, we're pleased to release Administrate v1.0.0! Thank you to everyone who uses, contributes and opens issues on Administrate. It couldn't be done without you.

Aside from lots of smaller optimisations, this release starts bundling assets inside the gem which brings both easier setup and support for all of the new ways to handle assets in Rails.

Administrate has been stable for a long time and this release will be the last with the widest Ruby and Rails support. We're going to drop some older versions of Ruby and Rails which are beyond EOL after this release, but it's not something we wanted to do ahead of release v1.

The following templates have changed since v1.0.0.beta3:

app/views/administrate/application/_collection.html.erb
app/views/administrate/application/_collection_header_actions.html.erb
app/views/administrate/application/_collection_item_actions.html.erb
app/views/administrate/application/_form.html.erb
app/views/administrate/application/_icons.html.erb
app/views/administrate/application/_index_header.html.erb
app/views/administrate/application/index.html.erb
app/views/fields/has_many/_form.html.erb
app/views/fields/has_one/_form.html.erb
app/views/fields/polymorphic/_form.html.erb

If your application overrides any of them, make sure to review your custom templates to ensure that they remain compatible.

  • [COMPAT] #2900 Upgrade default Ruby from 3.4.1 to 3.4.6
  • [OPTIM] #2874 Remove unused association_attribute from Order
  • [DOC] #2518 Add a guide for Migrating to v1
  • [BUGFIX] #2865 Fix problems with having a model named Host
  • [OPTIM] #2844 Removed the link role from the index table
  • [OPTIM] #2832 Remove deprecations ahead of releasing 1.0
  • [OPTIM] #2837 Replace data.count with data.size in HasMany field
  • [CHANGE] #2842 Conventional location and name for custom field
  • [BUGFIX] #2839 Fix broken Selectize on polymorphic select field
  • [BUGFIX] #2836 Update link to selectize.js
  • [CHANGE] #2827 Undeprecations of :class_name I missed last time
  • [BUGFIX] #2826 Fix table header generation for "Become" button
  • [OPTIM] #2825 Replace form_for with form_with
  • [UI] #2818 Add cell styles for action buttons
  • [UI] #2758 Add tooltip to search
  • [UI] #2804 Display field hints on nested forms
  • [UI] #2810 Restrict attributes shown on the Customer index
  • [UI] #2809 Switch to using the feather icon set
  • [BUGFIX] #2811 Fix Stimulus Selectize reinitialization issue
  • [I18n] #2797 Add translation support for polymorphic fields

... (truncated)

Changelog

Sourced from administrate's changelog.

1.0.0 (October 31, 2025)

After a long time in the making, and contributions from many different people, we're pleased to release Administrate v1.0.0! Thank you to everyone who uses, contributes and opens issues on Administrate. It couldn't be done without you.

Aside from lots of smaller optimisations, this release starts bundling assets inside the gem which brings both easier setup and support for all of the new ways to handle assets in Rails.

Administrate has been stable for a long time and this release will be the last with the widest Ruby and Rails support. We're going to drop some older versions of Ruby and Rails which are beyond EOL after this release, but it's not something we wanted to do ahead of release v1.

The following templates have changed since v1.0.0.beta3:

app/views/administrate/application/_collection.html.erb app/views/administrate/application/_collection_header_actions.html.erb app/views/administrate/application/_collection_item_actions.html.erb app/views/administrate/application/_form.html.erb app/views/administrate/application/_icons.html.erb app/views/administrate/application/_index_header.html.erb app/views/administrate/application/index.html.erb app/views/fields/has_many/_form.html.erb app/views/fields/has_one/_form.html.erb app/views/fields/polymorphic/_form.html.erb

If your application overrides any of them, make sure to review your custom templates to ensure that they remain compatible.

  • [COMPAT] #2900 Upgrade default Ruby from 3.4.1 to 3.4.6
  • [OPTIM] #2874 Remove unused association_attribute from Order
  • [DOC] #2518 Add a guide for Migrating to v1
  • [BUGFIX] #2865 Fix problems with having a model named Host
  • [OPTIM] #2844 Removed the link role from the index table
  • [OPTIM] #2832 Remove deprecations ahead of releasing 1.0
  • [OPTIM] #2837 Replace data.count with data.size in HasMany field
  • [CHANGE] #2842 Conventional location and name for custom field
  • [BUGFIX] #2839 Fix broken Selectize on polymorphic select field
  • [BUGFIX] #2836 Update link to selectize.js
  • [CHANGE] #2827 Undeprecations of :class_name I missed last time
  • [BUGFIX] #2826 Fix table header generation for "Become" button
  • [OPTIM] #2825 Replace form_for with form_with
  • [UI] #2818 Add cell styles for action buttons
  • [UI] #2758 Add tooltip to search
  • [UI] #2804 Display field hints on nested forms
  • [UI] #2810 Restrict attributes shown on the Customer index
  • [UI] #2809 Switch to using the feather icon set
  • [BUGFIX] #2811 Fix Stimulus Selectize reinitialization issue

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Oct 31, 2025
@dependabot dependabot bot force-pushed the dependabot/bundler/administrate-1.0.0 branch 2 times, most recently from f145ea5 to c10185e Compare November 7, 2025 16:44
Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.20.1 to 1.0.0.
- [Release notes](https://github.com/thoughtbot/administrate/releases)
- [Changelog](https://github.com/thoughtbot/administrate/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/administrate@v0.20.1...v1.0.0)

---
updated-dependencies:
- dependency-name: administrate
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/administrate-1.0.0 branch from c10185e to f711cde Compare November 24, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant