-
Notifications
You must be signed in to change notification settings - Fork 8
Remove Spyke dependency #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Instead of having Spyke as a dependency that we patch on top of, copy the relevant bits of Spyke into this gem and modify it as needed. This should give us a lot more flexibility going forward.
Things we may want to do once we break free of Spyke:
- Rename
Model#idtoModel#record_id - Alias
Model.queryasModel.where
Note: this will require adding specs for all of Spyke's features, which we currently don't have as we trust that Spyke tests those itself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request