[Rails] sidekiq job status back to browser

2014-03-23 Thread Ken Paul
Hi, There was a post in this forum saying it is possible to stream the way of transition the sidekiq job status back to browser with rails 4, but it didn't include too much details. Does anyone know anything about this new technology? What is it and how to let browser know a job is completed. I

[Rails] Re: sidekiq job status back to browser

2014-03-23 Thread Ken Paul
Hassan Schroeder wrote in post #1140691: Is 'ActionController::Live' what you're referring to? Yes, this is the module/class that pushes notifications back to client browser side using the server-sent event. That's COOL! -- Posted via http://www.ruby-forum.com/. -- You received this

[Rails] undefined method `+@'

2011-11-18 Thread Ken Paul
Any idea what might be wrong? ActionView::Template::Error (undefined method `+@' for #ActionView::OutputBuffer:0x0002e51580): -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this

[Rails] rails 3 on debian

2010-02-27 Thread Ken Paul
Rails 3 requires bundler to be installed, but bundler can't be installed on Debian lenny because the gem version 1.2 is too old, an attempt update is also failed, any idea? # gem update --system ERROR: While executing gem ... (RuntimeError) gem update --system is disabled on Debian. RubyGems

[Rails] Re: rails 3 on debian

2010-02-27 Thread Ken Paul
Yes, Rubygems must be installed from source. Depending on your tastes, Ruby can also be installed from source. Disregard 1 2 as they are just trolls. what about ubuntu Linux, does it also provide out dated rails related resources? -- Posted via http://www.ruby-forum.com/. -- You