Skip to content

Commit

Permalink
Explicitly require ActionController's CGI extensions so they're prope…
Browse files Browse the repository at this point in the history
…rly loaded before the first request.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
  • Loading branch information
pivotal authored and NZKoz committed Oct 7, 2009
1 parent 0f14d7b commit 6f2c499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_controller.rb
Expand Up @@ -33,6 +33,7 @@

gem 'rack', '~> 1.0.0'
require 'rack'
require 'action_controller/cgi_ext'

module ActionController
# TODO: Review explicit to see if they will automatically be handled by
Expand Down

0 comments on commit 6f2c499

Please sign in to comment.