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

Fixes a problem of ambiguous table names when using only_deleted meth… #379

Commits on Feb 14, 2017

  1. Fixes a problem of ambiguous table names when using only_deleted meth…

    …od and joining tables that have a scope on `with_deleted`
    
    Update homepage in gemspec
    
    The homepage is supposed to be where you can find the code. It is displayed on rubygems.org page. Currently it will redirect you back to the same page. Should point at this github repo.
    
    Update README to use proper version for Rails 5
    
    Version 2.2.0
    
    Ignore failures from all jruby's on travis
    
    Add explicit language about dependent: :destroy
    
    Update CHANGELOG.md
    
    update ruby and rails versions
    
    Use ActiveSupport.on_load to correctly re-open ActiveRecord::Base. rubysherpas#335
    
    Touch record on paranoia-destroy. Fixes rubysherpas#296
    
    Touch record on destroy by leveraging the paranoia_destroy_attributes.
    Applied the same to the restore-method as this eliminates the extra query.
    thromera authored and Thomas Romera committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    2024303 View commit details
    Browse the repository at this point in the history