RailsCasts Pro episodes are now free!

Learn more or hide this

Cody Russell's Profile

GitHub User: bratsche

Site: http://blogs.gnome.org/bratsche/

Comments by Cody Russell

Avatar

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. :/

Avatar

I'd recommend using assert_difference instead:

ruby
   assert_difference('Comment.count') do
      post '/comments' ...
   end
Avatar

It seems that the SSH agent forwarding issue in JRuby was fixed as of 1.7.0.pre2.

Avatar

Anyone have experience setting up progressive uploads with an nginx/Unicorn setup? If so, can you post a gist of your setup?