Fixing the issue of visiting a project fork url giving 500 error when not...
Fixing the issue of visiting a project fork url giving 500 error when not signed in instead of being redirected to the sign in page. The main reason is ApplicationController skips authentication if the project exists. To fix the issue, forced the authentication in ForksController when current_user is nil.
Showing
Please register or sign in to comment