Actions
Defect #3892
closedUpgrade to Rails 2.3.4 broke mongrel
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-18
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
The upgrade to Rails 2.3.4 broke mongrel, resulting in the error:
/usr/lib64/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:440:in `load_missing_constant': uninitialized constant ActionController::AbstractRequest (NameError)
An easy fix is to patch config/initializers/10-patches.rb to add support for this. A quick patch is attached to get people up and running. Please redo as appropriate for other versions, if any changes are needed. This snippet provided by https://rails.lighthouseapp.com/projects/8994/tickets/2319-rails-23-mongrel-deploy-with-prefix-causes-abstractrequest-error and adapted for Redmine.
Files
Actions