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

Added transaction support for restoring associations #44

Closed
wants to merge 21 commits into from

Commits on Mar 21, 2011

  1. Added support for transactions.

    This should solve all the problems with restoring associations.
    tderks committed Mar 21, 2011
    Copy the full SHA
    870a1f7 View commit details
    Browse the repository at this point in the history
  2. Changed rollback to be a real transaction

    Changed rollback save to save!, will raise exception when validation fails
    tderks committed Mar 21, 2011
    Copy the full SHA
    3688c3b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2011

  1. Copy the full SHA
    122f7bb View commit details
    Browse the repository at this point in the history
  2. Fixed indexes on tables

    tderks committed Mar 31, 2011
    Copy the full SHA
    9bf6819 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6f3c8cd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2011

  1. Copy the full SHA
    68ac893 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2011

  1. Copy the full SHA
    36a2085 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2011

  1. Fixed reify_has_manys query

    Added delete support (add :autosave=>true to association in model)
    tderks committed Apr 8, 2011
    Copy the full SHA
    32b08e8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    93029c7 View commit details
    Browse the repository at this point in the history
  3. Adjusted reify_has_one query

    Only mark for destruction if child still exists
    tderks committed Apr 8, 2011
    Copy the full SHA
    a16dfd5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bb9e42e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2011

  1. Copy the full SHA
    a694735 View commit details
    Browse the repository at this point in the history
  2. Revert "Added select to query to prevent activerecord being marked re…

    …adonly"
    
    This reverts commit a694735.
    tderks committed Apr 26, 2011
    Copy the full SHA
    5f8a1f2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2011

  1. Merged comits to v2.2.3.

    unknown authored and unknown committed May 6, 2011
    Copy the full SHA
    25a7efc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d823e98 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2011

  1. Copy the full SHA
    c1a3bbb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d4fd36d View commit details
    Browse the repository at this point in the history
  3. Added extra files to gitignore

    tderks committed Jul 29, 2011
    Copy the full SHA
    506bbfa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7baf0db View commit details
    Browse the repository at this point in the history
  5. Fixed merging upstream changes

    tderks committed Jul 29, 2011
    Copy the full SHA
    dda1e00 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    dbdee1a View commit details
    Browse the repository at this point in the history