-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/fix chaining methods v2 (#10)
* fix chaining on where clauses, but still need to fix other chainable methods * create clone_and_set_instance_variables method and write specs * remove pry statement * fix associations * reset records and decorated records on on cloned instance * (WIP) fix none so that specs pass * add tests to check for has_many mutation * fix count, sum, not, and or * add tests for active query not method * update version an changelog * fix sum ArgumentError message for invalid field --------- Co-authored-by: rferg <rmferguson77@gmail.com>
- Loading branch information
1 parent
441bb83
commit b646f50
Showing
7 changed files
with
272 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.