Ruby on Rails
Friday, March 2, 2012
On Friday, March 2, 2012 3:33:40 AM UTC-5, mkristian wrote:
this feature needs Fiber and that you have only with ruby 1.9.x, i.e.
you need to use jruby in 1.9 mode. there is options setting in jruby-
rack (or in warbler).
Yes, just found that. This now works.
warble.rb:
Warbler::Config.new do |config|
# stuff before
config.webxml.jruby.compat.version = "1.9"
# stuff after
end
In addition to the content, It spits out some random numbers and letters as it streams, but I guess I'll find the answer for that in due time too :)
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/D-F-zZadxVEJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment