Actions
Defect #35190
closedMissing RAILS_ENV for generate_secret_token rake task
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Please update both RedmineInstall and RedmineUpgrade in order to add missing RAILS_ENV to rake generate_secret_token command, so
bundle exec rake generate_secret_token RAILS_ENV=production
instead of just
bundle exec rake generate_secret_token
Updated by Holger Just over 3 years ago
- Status changed from New to Needs feedback
The generate_secret_token
rake task does not interact with the database nor the global configuration nor any other external component. As such, it shouldn't make any different under which environment the rake task is run.
Do you see any observable difference when running this rake task under the (usual) default development
rather than production
?
Updated by Karel Pičman over 3 years ago
You're right. The problem has been finally identified in a plugin. Thank you for prodding me into searching the real cause of the problem. You can close the issue, I think.
Updated by Marius BĂLTEANU over 3 years ago
- Status changed from Needs feedback to Closed
- Resolution set to Invalid
Actions