RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: bratsche
Site: http://blogs.gnome.org/bratsche/
meta_request just immediately blows up with stack too deep errors for me, but I don't get any kind of stack request at all to try to understand where it's happening. :/
I'd recommend using assert_difference instead:
assert_difference('Comment.count') do post '/comments' ... end
It seems that the SSH agent forwarding issue in JRuby was fixed as of 1.7.0.pre2.
Anyone have experience setting up progressive uploads with an nginx/Unicorn setup? If so, can you post a gist of your setup?
meta_request just immediately blows up with stack too deep errors for me, but I don't get any kind of stack request at all to try to understand where it's happening. :/
I'd recommend using assert_difference instead:
It seems that the SSH agent forwarding issue in JRuby was fixed as of 1.7.0.pre2.
Anyone have experience setting up progressive uploads with an nginx/Unicorn setup? If so, can you post a gist of your setup?