Actions
Defect #11466
closedRepository.fetch_changesets warnings
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Since upgrade to 2.0 I get warnings from Repository.fetch_changesets call.
I changed execution to: ./script/rails runner "Repository.fetch_changesets" -e production
and I got these warns in production.log:
Creating scope :open. Overwriting existing method Version.open. Creating scope :active. Overwriting existing method User.active. DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatic ally. Please define instance methods directly in CollectiveIdea::Acts::NestedSet::Model instead. (called from incl ude at ***/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb:5 8) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatic ally. Please define instance methods directly in CollectiveIdea::Acts::NestedSet::Model instead. (called from incl ude at ***/lib/plugins/awesome_nested_set/lib/awesome_nested_set/awesome_nested_set.rb:5 8) Creating scope :open. Overwriting existing method Issue.open.
Related issues
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Actions