Flowdock
method

run_cmd_error

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: MySQLDatabaseTasks
run_cmd_error(cmd, args, action) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/tasks/mysql_database_tasks.rb, line 147
        def run_cmd_error(cmd, args, action)
          msg = "failed to execute: `#{cmd}`\n"
          msg << "Please check the output above for any errors and make sure that `#{cmd}` is installed in your PATH and has proper permissions.\n\n"
          msg
        end
Register or log in to add new notes.