raw1z / amistad

Adds friendships management into a rails application
http://github.com/raw1z/amistad
MIT License
185 stars 71 forks source link

undefined method `uncached' for nil:NilClass #18

Closed jespr closed 12 years ago

jespr commented 12 years ago

Hi,

I get the following when I do a current_user.friends

However I have no problem doing a current_user.invited and current_user.invited_by

Im running Rails 3.1.1

jespr commented 12 years ago

Hm.. Looks like it might have something to do with devise_invitable (https://github.com/scambra/devise_invitable). After disabling that, it worked.. I will investigate this.

bharthur commented 12 years ago

did you overcome the issue? please let me know, if there is a way to use both amistad and devise_invitable. thanks!

tareksamni commented 11 years ago

why this issue is closed ?!? It's still there :(