Patch #4736

deprecation warning in extra/svn/reposman.rb

Added by digi byte about 2 years ago. Updated 4 months ago.

Status:Closed Start date:2010-02-04
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:0.9.2

Description

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'

Associated revisions

Revision 3378
Added by Jean-Philippe Lang about 2 years ago

Fixed: deprecation warning in reposman.rb (#4736).

History

Updated by Jean-Philippe Lang about 2 years ago

  • Status changed from New to Resolved
  • Target version set to 0.9.2

Committed in r3378, thanks.

Updated by Jean-Philippe Lang about 2 years ago

  • Status changed from Resolved to Closed

Merged in r3384.

Updated by Eugene Gooch 4 months ago

SPAM

Also available in: Atom PDF