Open
Description
Dennis,
I am trying to make a chat with your gem where parent/children are chatroom/messages.
If I setup Message.all( )
, everytime a message is created Message.all()
is called and fetches all messages.
That is fine when you have a dozen messages, but if you have thousand of messages...
So, I thought of passing an object to .all()
, like you can do on .create()
, so that I can filter messages after some date on Rails controller. Something like:
Message.all({last: 'Sat Apr 09 2016 00:32:13 GMT-0300 (BRT)'}, function() {...} )
Would that be possible with current Entangled?
How and Where would be better to hack such a feature?
Metadata
Metadata
Assignees
Labels
No labels