0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 1 year ago
Merge pull request #57 from joe1chen/feature/mongoid8 More... over 1 year ago
Update specs to pass for Mongoid 8 (and removed note about Mongoid 7 bug since it has since been fixed). More... over 1 year ago
Add github actions for running test matrix. Update the build status badge in README. More... over 1 year ago
Update code to work with ActiveModel 7.0, which removes the raw_filter method. More... over 1 year ago
Update rails and mongoid versions More... over 1 year ago
Update README.md More... over 3 years ago
Merge pull request #56 from joe1chen/master More... over 3 years ago
Fix specs for Mongoid 3. More... over 3 years ago
Fix test to pass for mongoid 7. More... over 3 years ago
Fix spec_helper to properly restore klass fields back to their original state between runs. More... over 3 years ago
Fix ambiguous association errors in specs by adding :inverse_of More... over 3 years ago
Add support for rails 6 and mongoid 7.0 and 7.1. Update test matrix to add ruby 2.6 and remove 2.3. More... over 3 years ago
Update README.md More... almost 6 years ago
Update README & bump version to 0.6.0 More... almost 6 years ago
Remove unused Rake file and script More... almost 6 years ago
Merge pull request #54 from joe1chen/master More... almost 6 years ago
Fix Rails 4.2 test by updating to 4.2.10 More... almost 6 years ago
Update rspec More... almost 6 years ago
Update mongo connection code. More... almost 6 years ago
Exclude Date and DateTime tests from Mongoid 3 since Moped has issues storing these types of fields. (See https://github.com/dzello/mongoid_alize/issues/13) More... almost 6 years ago
Fix belongs_to optional:true syntax which should only be mongoid 6+. More... almost 6 years ago
Execute rspec directly instead of rake to get around rake issue. More... almost 6 years ago
Remove unnecessary stubs More... almost 6 years ago
Set version of rake to 12 More... almost 6 years ago
Allow more up-to-date rspec versions to fix Rake issue. More... almost 6 years ago
Update Gemfile to allow for more precise versions of Rails and Mongoid to be tested. More... almost 6 years ago
Fix for Rails 5.2 - Need to require 'rr' in spec_helper.rb for rr mocks to be loaded. More... almost 6 years ago
Fixes for Rails 5.1 - set_callback must take in a symbol instead of a string. More... almost 6 years ago
Fixes for Rails 5.0 - Need to add optional: true for belongs_to in order for specs to pass. More... almost 6 years ago