Actions
Feature #12787
closedRemove "Warning - iconv will be deprecated in the future, use String#encode instead."
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
/.rvm/gems/ruby-1.9.3-p327/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:251:in `block in require': iconv will be deprecated in the future, use String#encode instead.
Updated by Jean-Philippe Lang almost 12 years ago
- Subject changed from Remove Warning - iconv will be deprecated in the future, use String#encode instead. to Remove "Warning - iconv will be deprecated in the future, use String#encode instead."
- Status changed from New to Closed
- Target version set to 2.3.0
- Resolution set to Fixed
Warning removed, thanks Toshi for the last fix.
Updated by Etienne Massip almost 12 years ago
- Status changed from Closed to Reopened
Still present at least in source:/trunk/lib/tasks/migrate_from_mantis.rake@11324#L21.
Updated by Pavel Potcheptsov almost 12 years ago
I see it in Unicorn log:
/usr/local/rvm/gems/ruby-1.9.3-p327/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require': iconv will be deprecated in the future, use String#encode instead.
Environment: Redmine version 2.2.2.stable.11244 Ruby version 1.9.3 (i686-linux) Rails version 3.2.11 Environment production Database adapter Mysql2
Updated by Etienne Massip almost 12 years ago
Pavel Potcheptsov wrote:
I see it in Unicorn log:
[...]
[...]
Because it's not fixed with 2.2.2.stable, it will be for future version 2.3.0.
Updated by Daniel Felix almost 12 years ago
- Status changed from Reopened to Closed
I close it again. Etienne is right.
Just ignore it until upgrade. :-)
Updated by Etienne Massip almost 12 years ago
- Status changed from Closed to New
Should not have been closed, #note-2 is still true (and applicable to Trac importer).
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
The rake tasks should be fixed in r11440.
Actions