• S
    Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks · 07f8a96a
    starbelly 提交于
      -   Added run_cmd() class method to dry up Kernel.system() messages within
          this namespace and avoid shell expansion by passing a list of
          arguments instead of a string
    
      -   Update structure_dump, structure_load, and related tests units to
          pass a list of params instead of using a string to
          avoid shell expansion
    07f8a96a
database_tasks.rb 10.5 KB