Don
Don
Yes, this works great. I was able to use the `jquery.appear` plugin to detect the appearance of the element, then trigger the render-async toggle event... ```javascript $("#user_comments").appear({container: "body"}); $("#user_comments").on("appear", function(event,...
I think #118 is related - the use case would be: 1. Start polling on page load. 1. Set up a toggle that would disable polling based on the toggle....
I implemented some code that sets up `async-stop` and `async-start` events on the container element to give us total control over the starting and stopping of the polling. I will...
Suggest closing this issue. The 'async-stop' event works great for stopping the polling when a background job is completed, or based upon some other status.
Since `render_async` purpose is to render views, the output is going to be a html or js partial. I think it would be up to the client to handle the...
No joy with HEAD. This seems an issue for mongoid - Dirty should track changes when embedded documents are changed via the `_attributes=` path. I have not been able to...
INFO: We have a server in the US Eastern Time Zone. Sidecloq is triggering the events at the declared time in UTC.
This suggestion is 6 years old - apparently this project is no longer maintained.
Currently there appears to be no way to pass the include=invoiceLink parameter in the request where invoices are fetched. This goes deeper than the invoice model so a general suggestion...
Note reIndex() builds from the _visible_ HTML so if the list is currently filtered, the new index will only include the visible items. Not sure if this is the intended...