Actions
Defect #4704
closedActionController::AbstractRequest error
Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-01
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I am currently unable to run 0.9.1 due to the following error.
uninitialized constant ActionController::AbstractRequest
(Full trace attached in trace.txt)
I have done some looking around and it appears that ActionController::AbstractRequest has been removed and replaced with ActionController:Request.
I have checked for the former in redmine and found the following;
ubuntu:/var/www/redmine$ grep -r 'ActionController::AbstractRequest' * lib/redmine/utils.rb: ActionController::AbstractRequest.relative_url_root.to_s lib/redmine/utils.rb: ActionController::AbstractRequest.relative_url_root=arg vendor/plugins/open_id_authentication/lib/open_id_authentication/request.rb: ActionController::AbstractRequest.send :include, OpenIdAuthentication::Request vendor/plugins/actionwebservice/lib/action_web_service/protocol/abstract.rb: class SimpleActionPackRequest < ActionController::AbstractRequest # :nodoc: vendor/rails/railties/guides/source/2_3_release_notes.textile:* +ActionController::AbstractRequest+ and +ActionController::Request+ have been unified. The new +ActionController::Request+ inherits from +Rack::Request+. This affects access to +response.headers['type']+ in test requests. Use +response.content_type+ instead. vendor/rails/railties/lib/rails/mongrel_server/commands.rb: ActionController::AbstractRequest.relative_url_root = defaults[:prefix] vendor/lib/redmine/utils.rb: ActionController::AbstractRequest.relative_url_root.to_s vendor/lib/redmine/utils.rb: ActionController::AbstractRequest.relative_url_root=arg
Ruby version 1.8.7 (i686-linux)
RubyGems version 1.3.5
- LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
fastthread (1.0.7)
htmlentities (4.2.0)
mocha (0.9.8)
nofxx-object_daddy (0.4.1)
nokogiri (1.4.1)
passenger (2.2.9, 2.2.8)
pg (0.8.0)
rack (1.1.0, 1.0.1)
rack-test (0.5.3)
rails (2.3.5)
rake (0.8.7)
thoughtbot-shoulda (2.10.2)
webrat (0.7.0)
Files
Actions