allegroplanet / allegro-planet

1 stars 1 forks source link

Rename slug to handle #25

Closed MarkOates closed 7 years ago

MarkOates commented 7 years ago

Problem

The name slug is mildly annoying, so I'm going to rename it to handle. It's the part of the path that is used to identify records in the URL:

http://www.allegroplanet.com/games/this-last-part-is-the-handle

Solution

Rename it. Also, this PR adds an index on the handles for User and Game so lookup will be faster.