Actions
Defect #9751
closedcan't open issue list page and setting page on Ruby 1.8.6
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Ruby support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Tests fail on Ruby 1.8.6.
47) Error: test_public_query_should_be_available_to_other_users(IssuesControllerTest): ArgumentError: wrong number of arguments (0 for 1) app/models/query.rb:366:in `index' app/models/query.rb:366:in `available_columns' app/models/query.rb:393:in `sortable_columns' app/controllers/issues_controller.rb:68:in `index' test/functional/issues_controller_test.rb:299:in `test_public_query_should_be_available_to_other_users'
Related issues
Updated by Etienne Massip almost 13 years ago
- Target version set to 1.4.0
Updated by Toshi MARUYAMA almost 13 years ago
It seems bundler does not support Ruby 1.8.6.
I think it is good time to stop supporting Ruby 1.8.6.
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from New to Closed
- Target version deleted (
1.4.0) - Resolution set to Fixed
That was easy to fix so I fixed it in r8128, but I agree that ruby1.8.6 support in Redmine 1.4.0 may be dropped.
Actions