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: | - | |||
| Affected version: | devel | Resolution: | Fixed |
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 1 year ago
- Target version set to 1.4.0
#2 Updated by Etienne Massip over 1 year ago
- Category set to Ruby support
#3 Updated by Toshi MARUYAMA over 1 year 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 1 year 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.