Defect #9751
can't open issue list page and setting page on Ruby 1.8.6
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Ruby support | |||
Target version: | - | |||
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
Associated revisions
Tests broken with ruby1.8.6 (#9751).
History
#1
Updated by Etienne Massip over 10 years ago
- Target version set to 1.4.0
#2
Updated by Etienne Massip over 10 years ago
- Category set to Ruby support
#3
Updated by Toshi MARUYAMA over 10 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.
#4
Updated by Jean-Philippe Lang over 10 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.