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

Fix: Eager-loaded models will not register after_commit callback #38

Merged
merged 11 commits into from
Jun 7, 2018

Commits on Jun 7, 2018

  1. add eager loaded models

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    4e7a84d View commit details
    Browse the repository at this point in the history
  2. test eager loaded models

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    d4eba71 View commit details
    Browse the repository at this point in the history
  3. define global callbacks

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    37e5c60 View commit details
    Browse the repository at this point in the history
  4. move before_delete, after_delete to global scope

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    5df0093 View commit details
    Browse the repository at this point in the history
  5. implement global on_nullify

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    afdb804 View commit details
    Browse the repository at this point in the history
  6. implement on

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    61d479b View commit details
    Browse the repository at this point in the history
  7. remove unneeded patch for Rails 3

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    792539b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b48d3b View commit details
    Browse the repository at this point in the history
  9. Fix wrong implement

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    97bb316 View commit details
    Browse the repository at this point in the history
  10. test eager loaded belongs_to association

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    433192e View commit details
    Browse the repository at this point in the history
  11. prevent using class variables

    khiav reoy committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    8cf6d62 View commit details
    Browse the repository at this point in the history