Drop the old output_compression plugin
The production servers all have mod_deflate enabled anyway, which almost certainly does a better job of compression than this.
This commit is contained in:
parent
bc056a5e98
commit
9fb8f5a84b
12 changed files with 0 additions and 106 deletions
|
@ -7,7 +7,6 @@ class WayController < ApplicationController
|
|||
before_action :require_public_data, :only => [:create, :update, :delete]
|
||||
before_action :check_api_writable, :only => [:create, :update, :delete]
|
||||
before_action :check_api_readable, :except => [:create, :update, :delete]
|
||||
after_action :compress_output
|
||||
around_action :api_call_handle_error, :api_call_timeout
|
||||
|
||||
def create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue