The first is some kind of issue that Heroku's systems have with installing the rdoc gem version 4.2.0. One fix that seems to work is forcing the version of rdoc to 4.3.
The second issue I noticed when testing the new invite system with a test account that I set up on GitHub. I didn't give it a name at first and was unable to log in as a result.
Now if someone logs in and has no name set on GitHub we default to using their login name. In the future we should do one or both of the following:
Allow users to set a name for themselves within the app. This would allow them to use the name that they go by at Ada within the app while using a different name or pseudonym on GitHub.
Automatically update the name and any other fields we copy from GitHub, when the user logs in.
The first is some kind of issue that Heroku's systems have with installing the
rdoc
gem version 4.2.0. One fix that seems to work is forcing the version ofrdoc
to 4.3.The second issue I noticed when testing the new invite system with a test account that I set up on GitHub. I didn't give it a name at first and was unable to log in as a result.
Now if someone logs in and has no name set on GitHub we default to using their login name. In the future we should do one or both of the following: