Patch #18817
Sort helper undefined to_a for string
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 3.0.0 |
Description
Sort helper - in new rails to_a for string is not defined
Associated revisions
Sort helper undefined to_a for string (#18817).
Patch by Ondřej Ezr.
History
#1
Updated by Toshi MARUYAMA almost 6 years ago
- Target version set to 3.0.0
#2
Updated by Jean-Philippe Lang almost 6 years ago
- Category set to Code cleanup/refactoring
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed in r13970, thanks.
#3
Updated by Toshi MARUYAMA almost 6 years ago
For the record:
Redmine defined String#to_a on Redmine < 3 and it was removed by r13482 (#14534).
source:tags/2.6.2/lib/redmine/core_ext/string/conversions.rb#L41