Add support for Rails 8.1 to Blacklight 7#3874
Merged
Merged
Conversation
orangewolf
reviewed
Jun 8, 2026
| { | ||
| "ruby": "3.4", | ||
| "rails_version": "8.1.3", | ||
| "bootstrap_version": "~> 4.0" |
Contributor
There was a problem hiding this comment.
is 4 the right version here? My understanding was that BL 7 required Boostrap ~> 5.0
Member
Author
There was a problem hiding this comment.
It is! Blacklight 7 can support Bootstrap 4 and 5.
Which thank goodness, a bunch of my apps are still on 4.
| <dataDir>${solr.data.dir:}</dataDir> | ||
|
|
||
| <requestHandler name="search" class="solr.SearchHandler" default="true"> | ||
| <requestHandler name="/select" class="solr.SearchHandler" default="true"> |
Contributor
There was a problem hiding this comment.
is this and the af_model change related to the rails 8 upgrade?
Member
Author
There was a problem hiding this comment.
No, but CI doesn't pass without them since new versions of Solr require it. The af_model change was just me pulling down the new schema from main.
orangewolf
approved these changes
Jun 8, 2026
orangewolf
left a comment
Contributor
There was a problem hiding this comment.
This is working for me locally with a fresh Rails 8.1 / Blacklight build.
jcoyne
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will save my team from months of maintenance work in a time when we really need to be pushing on iterating features for product fit and migration use cases.
I believe it's fully backwards compatible, initial tests are showing this opens the door to upgrading old Geoblacklight, Spotlight, and vanilla Blacklight applications.