- Add create destroy after hook specs (#66) @chevinbrown
- Fix migration copying command in README.md (#65) @KubaSemczuk
- Stop overriding callback methods if they're present (#56) @skycocker
- Corrects unique index between friendable_id and friend_id
There was a typo in the migration of version 1.1.4 and the migration was not tested or reviewed.
- Adds unique index between friendable_id and friend_id to prevent duplicate friendships. (#64) @xilefff
- Add rails engine so that migrations will automatically be pulled in by rails (#60) @chevinbrown
- Accept Rails 5.0.x as a dependency @adambutler
- Fix missing methods issue (#28) @f-anthonioz
- Add down method to a migration (#30) @f-anthonioz
- Add a new migration for implementing state machine (#27) @ArmandoMendoza
- Implement state machine for friendship status (#24) @ArmandoMendoza
- Fix
blocked_friends
(#23)
- Fix friends_with to return true only when an 'accepted' friendship exists (f73d1e)
- Fix overlapping migration timestamp #17
- Rails 4.x support (#11)
- Add feature to block/unblock a friendable (#12)
- Fix
#friends_with?
logic. (#5)
- Add
#friends_with?
to check if an accepted friendship exists. (#5)
- Initial release