Project

General

Profile

Actions

Patch #4736

closed

deprecation warning in extra/svn/reposman.rb

Added by digi byte about 14 years ago. Updated over 12 years ago.

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

0%

Estimated time:

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'

Actions #1

Updated by Jean-Philippe Lang about 14 years ago

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

Committed in r3378, thanks.

Actions #2

Updated by Jean-Philippe Lang about 14 years ago

  • Status changed from Resolved to Closed

Merged in r3384.

Actions #3

Updated by Eugene Gooch over 12 years ago

SPAM

Actions

Also available in: Atom PDF