Actions
Defect #2700
closedTypeError (can't modify frozen string)
Start date:
2009-02-08
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I am getting:
TypeError (can't modify frozen string): /app/controllers/settings_controller.rb:44:in `<<' /app/controllers/settings_controller.rb:44:in `edit' /app/controllers/settings_controller.rb:22:in `index'
when trying to access '/settings'.
I am running the application using Passenger with URI my_server/projects. In environment.rb I have set:
config.action_controller.relative_url_root = '/projects'
when I remove the line and run the Redmine application using scripts/server everything works just fine.
Actions