Vote #66501
完了deprecation warning in extra/svn/reposman.rb
0%
説明
I get this message when running reposman.rb:
@DEPRECATION WARNING: require "activeresource" is deprecated and will be removed in Rails 3. Use require "active_resource" instead.. (called from /usr/lib/ruby/gems/1.8/gems/activeresource-2.3.5/lib/activeresource.rb:2)@
Redmine version 0.9.1
Ruby 1.8.7
Rails 2.3.5
Rake 1.0.1
Database: MySQL 5.0
I could solve the problem by replacing line 178 in extra/svn/reposman.rb
@ require 'activeresource'@
to
@ require 'active_resource'@
journals
Committed in r3378, thanks.
--------------------------------------------------------------------------------
Merged in r3384.
--------------------------------------------------------------------------------
SPAM
--------------------------------------------------------------------------------