-
Notifications
You must be signed in to change notification settings - Fork 84
Support Rails 5 #229
Comments
I need schema_plus for rails 5 please. |
Now that SchemaPlus/schema_plus_core#9 is merged, is the rest of this basically just updating dependencies, or is there a lot more work to be done in the other schema_plus gems? |
Unfortunately, every gem I've went through so far had to be updated individually, but that doesn't mean all of them will. |
Status updateThe following gems are now released with full AR5 support and all tests passing:
The following gems are WIP:
|
I've opened up a PR with the changes for schema_plus_enums as well at SchemaPlus/schema_plus_enums#6 - it has one outstanding question over how the versioning should continue before merging. |
@myabc |
@edwardmp - Any update now that schema_plus_pg_indexes supports Rails5? |
@ACPK Ah great someone else did that. It seems that it's just schema_plus_views needs to be updated for AR 5.1 before the schema_plus gem itself can be updated. |
Yes, the But as per the README, "For the most part we recommend skipping [ So if the specific gems you need are already at 5.1 you can just require them directly and not bother waiting for (...and if any gems you need are not yet ready for 5.1, any help to get them there would be greatly appreciated!) |
Creating the issue...
...if anybody out there in github-land is interested in working on Rails 5 support for SchemaPlus, please let me know. I myself am a bit swamped these days so would welcome a collaborator stepping in.
(I haven't even looked into whether this would be hard or trivial.)
Thanks!
[This is a duplicate of SchemaPlus/schema_plus_core#9 which is where presumably most of the work would be]
The text was updated successfully, but these errors were encountered: