render_sync
render_sync copied to clipboard
Real-time Rails Partials
fix issue #233 Change from around_filter and before_filter to around_actiond and before_action to support Rails 5. the erros on CI appear to be some deprecated things obs.: until the maintainer...
I created a new project and I would prefer using render_sync API instead of ActionCable since it seems simpler to me. The problem I am facing is that rails server(which...
Why should plural, what if we want to use singular? https://github.com/chrismccord/render_sync/blob/81cc3ced9a9c31977cd930434d1aeb25f7a0ca95/lib/render_sync/partial.rb#L17
This happens when I try to start the Faye server with Rackup in development mode `-E development`. The problem itself is with the Faye gem (I think), but I just...
ActionController::RoutingError (No route matches [GET] "/faye/faye.js") WHy ?????
Fixes travis build: - Update bundler before install - Set gem versions (json and mime-types) to broken build ruby 1.9.3 and rails 4 Travis build passing: https://travis-ci.org/Godoy/render_sync/builds/144786608
@ajb I am missing partials intermittently and am trying to debug the cause. I am currently using Pusher with Render Sync, and am trying to get the connection states as...
Just trying to do a simple refetch, and I am getting this error. my partial is located at sync/messages/refetch/_message_row.html.erb I am not super familiar with the code base but at...
Hi! I added the include Sync::Actions in my form object class expecting to be able to use the Sync::Model.enable and saving my record. But I got this error: NameError (uninitialized...