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

Unable to query Model.where(param: true) #109

Open johansmitsnl opened 6 years ago

johansmitsnl commented 6 years ago

Mitch VanDuyn @catmando 14:14 @johansmitsnl where is not implmented on the client ATM (probably never will be fully as it would require that we have access to SQL on client.) @catmando 14:15 so for each where clause you do have to create a scope unfortunately ATM @barriehadfield 14:15 Ha! @catmando we should have an exception saying not implement if its used then