You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#id to Model#record_id
Alias Model.query as Model.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.
The text was updated successfully, but these errors were encountered:
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:
Model#id
toModel#record_id
Model.query
asModel.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.
The text was updated successfully, but these errors were encountered: