Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated implementation #18

Open
abatista75 opened this issue Sep 18, 2015 · 0 comments
Open

Deprecated implementation #18

abatista75 opened this issue Sep 18, 2015 · 0 comments

Comments

@abatista75
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant