Pierre-Louis Gottfrois
Pierre-Louis Gottfrois
Any updates here?
Hey @luismadrigal, I created a branch but I'm having some weird issues regarding the widgets template not being recognize very well. But maybe you can give it a try anyway?...
Really not sure what's going on here. What I do know is that `ActionController::Live` Is not very stable and is more of a hacky way to perform live stream. The...
have you tried to override this file? https://github.com/gottfrois/dashing-rails/blob/master/app/assets/javascripts/dashing/dashing.coffee On your rails app, create an exact copy of this file, located at the same location and add your custom code. Please...
Have you tried adding it manually in your `application.rb`?
That's progress :) It's weird though that if the JS file is included it does not get executed :-/
yeah, to be honest, dashing rails is not really production ready due to using the rails action live...
the ideal approach would be to refactor the project using action cable instead
Thanks for the reference, I'll have a look when time permits
I don't have much time to spend on this project but i'll gladly accept PRs :)