top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Rails: How to disable Chunked response encoding in v3.2?

+3 votes
321 views

I need to disable Chunked response encoding in Rails 3.2 or force HTTP/1.0 in response of one controller action. Is there an easy way to do this?

posted Oct 24, 2013 by Abhay Kulkarni

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+4 votes

My .net API response is in encrypted form. Please let me know how should I proceed to do decryption.

0 votes

I have developed rails application in rails-2.3.8, ruby-1.9.2, mysql, wamp server with windowsxp platform.
Please help me to deploy it and also tell me how to host it after deployed?

+1 vote

Does any one have Rails Bricks 3.2.8 on their github or something. I have 3.2.6, wanted the latest to analyze the code and possibly contribute to it as its no more there.

+1 vote

I am going to add offline feature in our web application. But, that application was developed using Rails 2.3.5. I planned to use rack-offline gem.

While using that gem, we have to add a statement like below in "routes.rb" file (to generate "cache-manifest" file):

match "/application.manifest" => Rails::Offline
But, that statement is like "Rails 3" route statement but not "Rails 2".

Is "rack-offline" supports Rails 2.3.5?

+2 votes

Does anyone knows how-to disable SSL v3 in older tomcat version, I have tried to variety solution including sslProtocols or sslEnabledProtocols but it both did not work well, the Firefox I am using to test is only select TLS 1 and result is that I were not able to access the site.

Below is the server information:

Server version: Apache Tomcat/6.0.18
Server built: Jul 22 2008 02:00:36
Server number: 6.0.18.0
OS Name: Windows 2003
OS Version: 5.2
Architecture: x86
JVM Version: 1.6.0-b105
JVM Vendor: Sun Microsystems Inc

...