Project

General

Profile

Actions

Defect #15958

closed

AnonymousUser class not found by plugin

Added by Yehuda Katz about 10 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Because the AnonymousUser class is in app/models/user.rb, plugins like http://www.redmine.org/plugins/anonymous-authors can't autoload it. The temporary solution I used was to add autoload :AnonymousUser, "/full/path/to/redmine/app/models/user.rb" to the plugin init.rb.
I think the correct solution would be to break AnonymousUser into its own file.


Related issues

Related to Redmine - Feature #32938: Rails 6: Zeitwerk supportClosedMarius BÄ‚LTEANU

Actions
Actions #1

Updated by Go MAEDA about 2 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

Fixed in r21252 (#32938) for Redmine 5.0.0.

Actions #2

Updated by Go MAEDA about 2 years ago

Actions

Also available in: Atom PDF