You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the log generated when the cron is running:
DEPRECATION WARNING: Currently, Active Record suppresses errors raised within `after_rollback`/`after_commit` callbacks and only print them to the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks.
You can opt into the new behavior and remove this warning by setting:
config.active_record.raise_in_transactional_callbacks = true
(called from block in tsort_each at /usr/local/rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/tsort.rb:226)
Starting Maintenance Mode plugin for Redmine
Starting Pretend plugin for RedMine
DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: 'issue_templates'` to `controller: 'issue_templates'`. (called from block (3 levels) in <top (required)> at (eval):3)
DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: 'issue_templates_settings'` to `controller: 'issue_templates_settings'`. (called from block (3 levels) in <top (required)> at (eval):6)
DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: 'global_issue_templates'` to `controller: 'global_issue_templates'`. (called from block (3 levels) in <top (required)> at (eval):10)
The text was updated successfully, but these errors were encountered:
Here is the log generated when the cron is running:
The text was updated successfully, but these errors were encountered: