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

Opengov branch #4

Open
wants to merge 115 commits into
base: master
Choose a base branch
from
Open

Opengov branch #4

wants to merge 115 commits into from

Commits on Aug 6, 2013

  1. Fixing cascading recover to recover the main model first and then its…

    … dependents
    Chris Chiu committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    60c236e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2014

  1. Remove Gemfile.lock from repository

    Zachary Scott committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    0c692d2 View commit details
    Browse the repository at this point in the history
  2. Resolve warning about rake/rdoctask

    Zachary Scott committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    9e6ee17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d5956f View commit details
    Browse the repository at this point in the history
  4. Support activerecord >= 4.0.0

    Zachary Scott committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    d6d4699 View commit details
    Browse the repository at this point in the history
  5. bump gem to 0.5.0

    Zachary Scott committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    631ffaf View commit details
    Browse the repository at this point in the history
  6. Update gemspec summary and description to remove dependency mention.

    We can announce maintenance policy in README.
    Zachary Scott committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    587074b View commit details
    Browse the repository at this point in the history
  7. Add gemfile support for testing against various versions of

    activerecord on travis.
    Zachary Scott committed Feb 24, 2014
    Configuration menu
    Copy the full SHA
    9de04ab View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2014

  1. Fix trailing spaces on files.

    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    c24aefd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from andremedeiros/whitespace-fix

    Fix trailing spaces on files.
    Zachary Scott committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    1f45d2d View commit details
    Browse the repository at this point in the history
  3. Modernized the gem, and a few other tweaks.

    Now it looks like what a gem generated with `bundle gem` would look
    like.
    
    Also:
    - Change requirements back to ActiveRecord 3.1, seen as the gem is not
      ready for prime time with Rails 4;
    - Silence tests;
    - Indicate which license this gem has.
    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    f4fc7ba View commit details
    Browse the repository at this point in the history
  4. Support AR from 3.0 onwards.

    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    5a47cdf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from andremedeiros/modernize-gem

    Modernized the gem, and a few other tweaks.
    Zachary Scott committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    bd2d0d7 View commit details
    Browse the repository at this point in the history
  6. Added gemfiles to test AR 3.1 and 3.2

    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    86ecbcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5a831f View commit details
    Browse the repository at this point in the history
  8. Lock sqlite3 version so tests run with rbx

    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    95ecde7 View commit details
    Browse the repository at this point in the history
  9. Silence more deprecations

    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    e2ad638 View commit details
    Browse the repository at this point in the history
  10. Documentation improvements

    - Add build status badge
    - Mention that the gem also works for Rails 3.1
    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    c36e3ed View commit details
    Browse the repository at this point in the history
  11. Move the AR dependency back to 3.1

    Andre Medeiros committed Mar 7, 2014
    Configuration menu
    Copy the full SHA
    1bb293a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. Merge pull request #4 from andremedeiros/master

    Testing with AR 3.1 and 3.2
    Zachary Scott committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    7c543aa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2014

  1. Merge branch 'rails3.2' of github.com:goncalossilva/acts_as_paranoid …

    …into rails3.2
    Chris Chiu committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    96db0a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2014

  1. Add Zachary to the authors and change the gem homepage.

    Andre Medeiros committed Apr 5, 2014
    Configuration menu
    Copy the full SHA
    48ff312 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. Merge pull request #5 from andremedeiros/master

    Add Zachary to the authors and change the gem homepage.
    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    67c6923 View commit details
    Browse the repository at this point in the history
  2. Test Ruby 2.1.x [ci skip]

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    5a23726 View commit details
    Browse the repository at this point in the history
  3. Delete duplicate description content

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    879c66e View commit details
    Browse the repository at this point in the history
  4. Use original 0.4.x ActiveRecord dependency, we shouldn't change this

    between patch level releases.
    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    e7da594 View commit details
    Browse the repository at this point in the history
  5. Preparing 0.4.x patch level release first

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    b8ebaef View commit details
    Browse the repository at this point in the history
  6. For this release we don't need AR 4+ gemfiles

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    2e9fd78 View commit details
    Browse the repository at this point in the history
  7. Use pessimistic dependency requirement

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    e9cf44b View commit details
    Browse the repository at this point in the history
  8. Use gemspec for remaining dependencies

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    7fb0b5c View commit details
    Browse the repository at this point in the history
  9. Fix typo in gemspec authors

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    fa21bfa View commit details
    Browse the repository at this point in the history
  10. Add André Medeiros for his help!

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    0a66132 View commit details
    Browse the repository at this point in the history
  11. Enable 1.8.7 for Rails 3.x

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    5a1bafd View commit details
    Browse the repository at this point in the history
  12. Allow testing of AR 3.0.0 since this patch level supports all Rails 3…

    ….x versions
    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    ee96785 View commit details
    Browse the repository at this point in the history
  13. Revert "Allow testing of AR 3.0.0 since this patch level supports all…

    … Rails 3.x versions"
    
    This reverts commit ee96785.
    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    6714ab9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f13cc2f View commit details
    Browse the repository at this point in the history
  15. Markdown syntax

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    546267e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1b61c1 View commit details
    Browse the repository at this point in the history
  17. Make sure we use latest sqlite3 1.3.x when testing

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    7b9b0d7 View commit details
    Browse the repository at this point in the history
  18. Move gemspec after platform dependencies

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    61b26a5 View commit details
    Browse the repository at this point in the history
  19. Move Credits below Acknowledgements [ci skip]

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    a944af8 View commit details
    Browse the repository at this point in the history
  20. Update Copyright notice [ci skip]

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    2fcc4c6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    990a9c7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    17cf61a View commit details
    Browse the repository at this point in the history
  23. Remove ./gemfiles since we only test one version of Rails

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    37725d8 View commit details
    Browse the repository at this point in the history
  24. Mark as pre-release

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    5e6bc34 View commit details
    Browse the repository at this point in the history
  25. Master is now 0.5.x

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    fbcbdd4 View commit details
    Browse the repository at this point in the history
  26. Update README.markdown

    Jim Ray authored and Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    b583c3c View commit details
    Browse the repository at this point in the history
  27. Merge andremedeiros/acts_as_paranoid@f77770e manually

    Zachary Scott committed May 12, 2014
    Configuration menu
    Copy the full SHA
    17617a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Remove init.rb

    Zachary Scott committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    d2748d6 View commit details
    Browse the repository at this point in the history
  2. Specify branch support for master, add Gonçalo to credits.

    Thank you!! <3
    Zachary Scott committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    c1e4004 View commit details
    Browse the repository at this point in the history
  3. See LICENSE.

    Zachary Scott committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    f53f13b View commit details
    Browse the repository at this point in the history
  4. Update homepage

    Zachary Scott committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    7cb5ccd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. Configuration menu
    Copy the full SHA
    ed2a82e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2014

  1. Merge pull request goncalossilva#15 from binarycleric/spelling_fixup

    Fixed minor spelling mistake
    Zachary Scott committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    52c5166 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. rm 1.8 support, test against ruby-head

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    75a4662 View commit details
    Browse the repository at this point in the history
  2. Target AR 4.x

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    2b5fa82 View commit details
    Browse the repository at this point in the history
  3. This branch targets 4.x

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    6f7fa03 View commit details
    Browse the repository at this point in the history
  4. Thank you @technoweenie!! <3 <3

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    18d9ec4 View commit details
    Browse the repository at this point in the history
  5. Update repository homepage to org

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    f672e87 View commit details
    Browse the repository at this point in the history
  6. build travis

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    6bb32b2 View commit details
    Browse the repository at this point in the history
  7. Initial test matrix setup for AR 4+ on travis

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    7057280 View commit details
    Browse the repository at this point in the history
  8. Fix typo in version iteration of Rakefile

    Zachary Scott committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    82845ba View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. belongs_to_with_deleted should pass scope to belongs_to_without_deleted

    yuki24 authored and Zachary Scott committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    5bf262e View commit details
    Browse the repository at this point in the history
  2. don't save when destroying a non persisted object

    pelargir authored and Zachary Scott committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    e796b9f View commit details
    Browse the repository at this point in the history
  3. Rails 4.0.0 compatibility

    - Get rid of observers tests (I tried to use rails-observer gems but it was a mess)
    - Update deprecated calls like #scope or #default_scope without block
    - Get rid of attr_protected call and tests
    - Get rid of AR#destroy! NoMethodError test
    
    The last one cause issue because in AR 4 #destroy! bang is defined.
    It's the same as #destroy but raise an AR::RecordNotFound if the record
    is not present in database.
    
    It may be smart to find another name for this method. But for now it just works.
    
    Conflicts:
    	Gemfile
    	Gemfile.lock
    	acts_as_paranoid.gemspec
    	test/test_observers.rb
    byroot authored and Zachary Scott committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    ec9c311 View commit details
    Browse the repository at this point in the history
  4. Merged in @byroot's Rails 4.0.0 support, thank you! <3 <3 <3

    Zachary Scott committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    d5c17ad View commit details
    Browse the repository at this point in the history
  5. Add travis script for test

    Zachary Scott committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    c6d7c28 View commit details
    Browse the repository at this point in the history
  6. bump to beta1

    Zachary Scott committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    115f762 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. result is a hash

    Zachary Scott committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    d7929c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fdd810 View commit details
    Browse the repository at this point in the history
  3. Use unscoped instead of with_default_scope

    Zachary Scott committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    6142210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eef6a4f View commit details
    Browse the repository at this point in the history
  5. Use timestamps with null: false

    Zachary Scott committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    ddcd191 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Configuration menu
    Copy the full SHA
    e014094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4e16e View commit details
    Browse the repository at this point in the history
  3. Do not mangle belongs_to result

    The values of the result hash are all reflection objects. Adding a
    boolean there breaks stuff.
    mvz committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    e8f7fbb View commit details
    Browse the repository at this point in the history
  4. Set with_deleted option

    mvz committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    a8953b5 View commit details
    Browse the repository at this point in the history
  5. Fix with_deleted

    Remove #unscoped to avoid clearing the where_values prematurely.
    mvz committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    3bf46c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Soft destroy dependents

    The dependent destroy callback mechanism in Rails calls destroy! instead
    of destroy for has_many associations. With the existing implementation
    of acts_as_paranoid, this would unintentionally cause dependent objects
    to be hard-destroyed. This change makes destroy and destroy! identical,
    and adds a separate destroy_fully! method for full destroy.
    mvz committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    3c12279 View commit details
    Browse the repository at this point in the history
  2. Fix dependent recoverable associations scope

    By merging the scope, the original code would re-apply the default
    non-deleted scope, causing the scope to always return zero records. Use
    regular scope chaining instead.
    mvz committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    421dd3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37a9e33 View commit details
    Browse the repository at this point in the history
  4. Use destroy_fully! where needed

    mvz committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    6d9981e View commit details
    Browse the repository at this point in the history
  5. Allow broad range of minitest versions

    This is to avoid conflict with minitest versions required by the
    different versions of Rails.
    mvz committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    97d3b00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c70f8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01bdce8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae6598c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    784a874 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be7e251 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Update_all for delete_all recovery

    Conflicts:
    	lib/acts_as_paranoid/core.rb
    Chris Chiu authored and pavlos committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    fa16de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48781f View commit details
    Browse the repository at this point in the history
  3. reimlemented Chris Chiu's changes "Added support for only propagating…

    … delete to paranoid associations" see: 51cc825
    pavlos committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    273e741 View commit details
    Browse the repository at this point in the history
  4. reimplemented Chris Chiu's change "Halt execution of recovery if call…

    …back returns false" see: cb800f2
    pavlos committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    07bb0cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7891ea6 View commit details
    Browse the repository at this point in the history
  6. reimplemented Chris Chiu's change "Fixing cascading recover to recove…

    …r the main model first and then its dependents" see: 60c236e?diff=split
    pavlos committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    316e98a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. fix delete order

    pavlos committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    c2d914e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5932cfe View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. merge

    Sergey Petrenko committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    97ef835 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. comply to pavlos

    Sergey Petrenko committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    c3a41d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Configuration menu
    Copy the full SHA
    5fdff4d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. README.md changes

    skrishnegowda committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    8d3e7e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Merge pull request #3 from skrishnegowda/soft-delete-additions

    Soft Delete callback
    jpterry authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    458d725 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Adding scoping to dependent relationships

    Chris Chiu authored and Chris Chiu committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    7865bae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from christopherchiu/dependent_Scope

    Adding scoping to dependent relationships
    christopherchiu authored Feb 5, 2017
    Configuration menu
    Copy the full SHA
    6074cf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    a4386f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656fd28 View commit details
    Browse the repository at this point in the history
  3. Added more scope tests

    MSeal committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    b871623 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Removed composite key support (no specs). Consolidated some repeated …

    …code. Updated specs and builds to work better.
    MSeal committed May 11, 2017
    Configuration menu
    Copy the full SHA
    5d05fed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0918e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from MSeal/default_scope

    Added without_default_scope option
    MSeal authored May 11, 2017
    Configuration menu
    Copy the full SHA
    8afb100 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. [PLTF-693] Upgrade to V0.5.0.rc1 (#7)

    * Update readme.md
    foreign_key => :parent_id TO :foreign_key => :parent_id
    
    * When recovering associated records, need to specify the table name
    when querying the recovery window.
    
    Otherwise, an 'ambiguous column' error is thrown
    
    * Thanks @mvz <3
    
    * Execute tests on Ruby 2.2 as well
    
    * Update rails 4.2 to latest release for CI
    
    * Remove edge tests since Rails 5 is unsupported at this time
    
    * Bump version
    
    * ActiveRecord queries with includes now respect :with_deleted => true
    
    * Update core.rb
    
    Is better to use alias method instead of defining delegator methods.
    
    * Remove legacy observer reference
    
    * Add test for decrement counters
    
    * Manually decrement counters with activerecord >= 4.2
    
    * Compatibility with Rails 5
    
    * Running tests for Rails 5 with compatible versions of ruby
    
    * Fix typo
    
    * fix Default scope
    
    * Get working bundler before running tests
    
    Also add Ruby 2.3 and Jruby 9k to matrix
    
    * Add patch-levels to rvm rubies for travis CI
    
    * Added support for allow_nulls option for boolean column.
    
    * ✂️
    
    * Clarify supported versions of Rails
    
    * Thank you @sjke for working on Rails 5 support
    
    * Some doc cleanups 💅
    
    * Revert "Merge pull request goncalossilva#40 from paveldruzyak/master"
    
    This reverts commit 8df82c4, reversing
    changes made to 64bfe2f.
    
    * Document destroy_fully!
    
    Closes goncalossilva#51
    
    See also 3c12279
    
    * 💅
    
    * Bump to first release candidate
    
    Co-authored-by: Jenya Zueva <[email protected]>
    Co-authored-by: Cosmin A <[email protected]>
    Co-authored-by: Zachary Scott <[email protected]>
    Co-authored-by: Zachary Scott <[email protected]>
    Co-authored-by: Teemu Kupari <[email protected]>
    Co-authored-by: Ehsan Yousefi <[email protected]>
    Co-authored-by: Matt <[email protected]>
    Co-authored-by: Pavel Druziak <[email protected]>
    Co-authored-by: Andrey Ponomarenko <[email protected]>
    Co-authored-by: [email protected] <[email protected]>
    Co-authored-by: Nu-hin <[email protected]>
    12 people authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ee635a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Upgrade to v0.5.0 and cherry pick bugfix commits for [PLTF-5041] (#8)

    * Update readme.md
    foreign_key => :parent_id TO :foreign_key => :parent_id
    
    * When recovering associated records, need to specify the table name
    when querying the recovery window.
    
    Otherwise, an 'ambiguous column' error is thrown
    
    * Thanks @mvz <3
    
    * Execute tests on Ruby 2.2 as well
    
    * Update rails 4.2 to latest release for CI
    
    * Remove edge tests since Rails 5 is unsupported at this time
    
    * Bump version
    
    * ActiveRecord queries with includes now respect :with_deleted => true
    
    * Update core.rb
    
    Is better to use alias method instead of defining delegator methods.
    
    * Remove legacy observer reference
    
    * Add test for decrement counters
    
    * Manually decrement counters with activerecord >= 4.2
    
    * Compatibility with Rails 5
    
    * Running tests for Rails 5 with compatible versions of ruby
    
    * Fix typo
    
    * fix Default scope
    
    * Get working bundler before running tests
    
    Also add Ruby 2.3 and Jruby 9k to matrix
    
    * Add patch-levels to rvm rubies for travis CI
    
    * Added support for allow_nulls option for boolean column.
    
    * ✂️
    
    * Clarify supported versions of Rails
    
    * Thank you @sjke for working on Rails 5 support
    
    * Some doc cleanups 💅
    
    * Revert "Merge pull request goncalossilva#40 from paveldruzyak/master"
    
    This reverts commit 8df82c4, reversing
    changes made to 64bfe2f.
    
    * Document destroy_fully!
    
    Closes goncalossilva#51
    
    See also 3c12279
    
    * 💅
    
    * Bump to first release candidate
    
    * Bump to final
    
    * `active_record v5.1` support
    
    * Remove type_cast_for_schema call and pass relation to exists?
    
    Co-authored-by: Jenya Zueva <[email protected]>
    Co-authored-by: Cosmin A <[email protected]>
    Co-authored-by: Zachary Scott <[email protected]>
    Co-authored-by: Zachary Scott <[email protected]>
    Co-authored-by: Teemu Kupari <[email protected]>
    Co-authored-by: Ehsan Yousefi <[email protected]>
    Co-authored-by: Matt <[email protected]>
    Co-authored-by: Pavel Druziak <[email protected]>
    Co-authored-by: Andrey Ponomarenko <[email protected]>
    Co-authored-by: [email protected] <[email protected]>
    Co-authored-by: Nu-hin <[email protected]>
    Co-authored-by: itsmechlark <[email protected]>
    Co-authored-by: Shane Cavanaugh <[email protected]>
    14 people authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    6e81910 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    777d5a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    f0b3be5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    ac48a43 View commit details
    Browse the repository at this point in the history