-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Active Support 7 support #314
Add Active Support 7 support #314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small changes and then I'll approve and merge. Thanks!
e65f5b4
to
b192876
Compare
Also: - Test against latest ruby versions - Test against Rails 6.1 - Use setup-ruby@v1 action - Update Gemfile.lock
Rails 7.0 adds the autocomplete attribute to hidden fields. By switching to a selector, we can test both Rails 6 and 7
b192876
to
b2a867d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Would you mind also updating the CHANGELOG.md
file like you did with InheritedResources? I'll merge right after as this is ready.
Hi, I've read this comment in the changelog and I thought it was kinda of automatic
I've manually did the change |
Oh it isn't, that (PimpMyChangelog) doesn't appear to be used anymore so it's safe to ignore. Thanks again! |
I'm asking if it is possible to release a new version of this gem, for the following reasons:
|
@javierjulio anything we can do to help get a new release of this? ActiveAdmin is the only thing blocking us from our Rails 7 upgrade and this is an important step forward (thanks to the great work of @tagliala too) |
Thanks! OT: there are new issues with Active Admin and Rails 7 not covered by specs, with information on how to reproduce available at activeadmin/activeadmin#7235 and I personally have no idea on how to fix them Any help would be appreciated |
Are there still arbre related issues on activeadmin/activeadmin#7235 ? I was looking and it seems to only be the issue with getting consts. |
A new version of arbre hasn't been released yet, so I can't mark at completed the checkbox at activeadmin/activeadmin#7235 |
Allow Active Support 7.0
Also: