amistad icon indicating copy to clipboard operation
amistad copied to clipboard

Adds friendships management into a rails application

Results 23 amistad issues
Sort by recently updated
recently updated
newest added

hi is possible to paginate friends or hava a search in friends?

Running PostgreSQL, after upgrading to 0.9.x there's been major spikes on our db server, with average response times running well into the 2seconds. Here's some of the EXPLAIN's: duration: 409.997...

The `invited_by?` and `invited?` methods aren't working for me because of this line: ``` friendship.friendable == user ``` For some reason when I access a User instance via the association,...