Running CE 1.2.1 on Heroku. Everything is working fine except for
creating friendships. Works fine locally, but not on Heroku. I get a
page not found error rather than the pending notice I get locally.
Here's Heroku's log from the point of the GET to the serving of the
404:
https://gist.github.com/2231680
My guess is it's something to do with this, but I'm not sure:
ActiveRecord::RecordNotFound (Couldn't find a FriendshipStatus
identified by (:pending)):
My Gemfile:
https://gist.github.com/2231707
If someone has an idea or wants more information, I'm happy to post
more. I'm a little stuck.