• Yorick Peterse's avatar
    Refactor UsersController to not kill the database · fbdf3767
    Yorick Peterse authored
    Previously this controller would in multiple places load tons (read:
    around 65000) project and/or group IDs into memory. These changes in
    combination with the previous commits significantly cut down loading
    times of user profile pages and the Atom feeds of users.
    fbdf3767
users_controller.rb 1.72 KB