key88sf

Results 8 comments of key88sf

Verified this error happens with all browser, and even the faye websocket client for Ruby.

So all that's really needed is to change jelly_controller.rb: def jelly_callback_erb_template "" # added the 'raw' to this line end

You need to change the instances of RAILS_ROOT to Rails.root in the jelly_controller.rb and any other files which have it.

Just put the jelly .js files into vendor/assets/javascripts and they will be served via the asset pipeline :)

Are you sure you added the "raw" change listed above, so they aren't getting HTML escaped?

Would be nice to also have the README reflect how to use this as well.

@waits Any chance of merging this soon? Thanks!

Just curious when in practice the `response` object is actually nil? It seems like either there is a response (even if it's an http error), or an exception is raised....