mongoid / mongoid-history

Multi-user non-linear history tracking, auditing, undo, redo for mongoid.
https://rubygems.org/gems/mongoid-history
MIT License
393 stars 129 forks source link

Bump suggested rename method in readme #179

Closed colinxfleming closed 8 years ago

colinxfleming commented 8 years ago

Sorry for the tiny pull request -- was burying a body in an unrelated codebase and figured I'd try and do you all a solid while I was at it.

This bumps the part of readme to reflect the new rename syntax in recent versions of mongoid (since 3 at least it looks like). Also contains an optimization by doing the operation on the collection level rather than the individual record level (though it'll work both ways) - saves a decent amount of time.

Doesn't affect any of the actual codebase or anything. Let me know if I can be of further assistance on this.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 99.748% when pulling 795004a8f712b677d1f314ebf9e26ef3a591484b on colinxfleming:fix_rename_instructions into 77600722ae4b74bf0d9053e50ce5047a34a83150 on mongoid:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 99.748% when pulling cdae1fca3426937990183f69d5db2a03db1c75d8 on colinxfleming:fix_rename_instructions into 77600722ae4b74bf0d9053e50ce5047a34a83150 on mongoid:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 99.748% when pulling cdae1fca3426937990183f69d5db2a03db1c75d8 on colinxfleming:fix_rename_instructions into 77600722ae4b74bf0d9053e50ce5047a34a83150 on mongoid:master.

mongoid-bot commented 8 years ago
1 Warning
:warning: Unless you’re refactoring existing code, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#179](https://github.com/mongoid/mongoid-history/pull/179): Bump suggested rename method in readme - [@colinxfleming](https://github.com/colinxfleming).

Generated by :no_entry_sign: danger

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 99.748% when pulling 39ec06d23ff498897d96bc1a2e2d34dc5e249faa on colinxfleming:fix_rename_instructions into 77600722ae4b74bf0d9053e50ce5047a34a83150 on mongoid:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 99.748% when pulling 39ec06d23ff498897d96bc1a2e2d34dc5e249faa on colinxfleming:fix_rename_instructions into 77600722ae4b74bf0d9053e50ce5047a34a83150 on mongoid:master.

dblock commented 8 years ago

Thanks!

colinxfleming commented 8 years ago

You're welcome -- thanks for maintaining this library, it's been a huge help for us.