entangled icon indicating copy to clipboard operation
entangled copied to clipboard

Rails in real time

Results 4 entangled issues
Sort by recently updated
recently updated
newest added

Can you update the gem spec to support the latest redis and rails 5.2. Thank you. ``` Bundler could not find compatible versions for gem "redis": In snapshot (Gemfile.lock): redis...

When I create a new object, the collection of objects that gets pulled in by the client duplicates the new object, even though it is only created once in the...

Hi Dennis, In the docs, you say: > The index action will expect an instance variable with the same name as your controller in the plural form (e.g. @messages in...

Hey, First of all great work on this gem! I seem to have run into an issue though, my model returns objects in desc order with this: default_scope -> {...