You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsofaer edited this page Dec 16, 2010
·
2 revisions
Run "bundle exec rake migrations:contacts_as_requests" to move your data across commit 94fe0b4049d903b6f14c.
If you're running in production, do "RAILS_ENV=production bundle exec rake migrations:contacts_as_requests" so that the migration hits the right database.
This remove all 'sent' requests. Anyone who has sent a request that hasn't been answered will see the answer as a new pending request.
This change simplifies the requesting system by making outgoing pending Requests Contacts (that's the object that represents a relationship) with a pending flag.