Ruby on Rails
Monday, January 7, 2019
Here's an example:
I'm working on the CodeTriage app (https://github.com/codetriage/codetriage). I have CodeTriage working and passing tests in my local development environment.
-- I'm working on the CodeTriage app (https://github.com/codetriage/codetriage). I have CodeTriage working and passing tests in my local development environment.
In this app, GitHub authentication is the sole authentication option. To avoid being automatically logged in in the localhost environment, I can log out of GitHub in my browser or open up the localhost site in private to get the option to log in. However, clicking on the "Log in" option then takes me to https://github.com/login, which means that I can only log in as myself and not one of the seeded users.
Given this, what's the procedure to log in as one of the seeded users?
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/757758bc-fe82-4a0d-916c-1832c3ade1d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment