I\'ve built a JSON API using Rails 3 and RABL
The API works well but on particular requests only part of the data is returned - the rest of the JSON is cut off. Sinc
So I was able to track this issue down to Passenger
Long story short I fixed it by setting passenger_buffer_response off; in my passenger configs.
passenger_buffer_response off;