ruby-hyperloop / hyper-mesh

The project has moved to Hyperstack!! - Synchronization of active record models across multiple clients using Pusher, ActionCable, or Polling
https://hyperstack.org/
MIT License
22 stars 12 forks source link

Server Methods should have a way to indicate when they need to be updated like scopes and joins #53

Open catmando opened 6 years ago

catmando commented 6 years ago

We need within the server method declaration, a way to indicate what data the method depends on so that during a sync, the method can be updated if necessary.