Looking for a package of like/following like act_as_follower

Hello.

I’m looking for a package that provides bookmarking functionality like/follow.

Similar ruby gems are ‘acts_as_follower’ and ‘socialization’.

Just save and remove like of records and query them are enough.

Any idea?

I don’t know about packages, but the nature of Ecto is clearly different from Active Record.

That means no callbacks. Also polymorphism in not done the same way. You can have a look at

This book has been updated to version 2.1.

I put a sample schema to show You how it can be done manually.

1 Like

A late reply but do checkout this, maybe this will work for you :slight_smile:

3 Likes