Project

General

Profile

Actions

Feature #6852

closed

Rake log task to log ActiveRecord changes

Added by Martin Ducar over 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
DB migrations
Target version:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

Description

When testing idempotency of seed files in automated way, we have found out that best solution would be to have db:seed run twice second time with log of ActiveRecord sql commands. That way we can filter is second run tries to do another updates, inserts, deletes,.... This might be use-full also for debugging purposes.

Actions #1

Updated by Dominic Cleal over 9 years ago

Note that there's a test in core for idempotency of db:seed which uses an expectation on #save, so this should flag up the problem with a full stack trace when run (test/lib/tasks/seeds_test.rb).

Actions #3

Updated by Martin Ducar over 9 years ago

Ok, thanks for the hint than i think this feature is irrelevant

Actions #4

Updated by Dominic Cleal over 9 years ago

Nah, after seeing the PR, I think that'll still be useful for all sorts, I'm happy to keep it.

Actions #5

Updated by Dominic Cleal over 9 years ago

  • Status changed from New to Ready For Testing
  • Target version set to 1.7.5
  • translation missing: en.field_release set to 10
  • Pull request https://github.com/theforeman/foreman/pull/1633 added
  • Pull request deleted ()
Actions #6

Updated by Martin Ducar over 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF