Closed NKHolton closed 8 years ago
The code you have here looks good to me. If you didn't say you don't think it's complete, I would've merged it. Looking forward to talking about this on the call this evening.
Great! My outstanding questions (that again we can discuss later) are:
Thanks!
Perfect. Putting it in application_controller.rb
is the correct place to go.
Fields aren't required by default. If we want to make it required, we'd need to add a validation:
validates :github_handle, :presence => true
Autofocus makes the cursor of the user be in that field blinking when the page loads. Only one form field can have autofocus and usually it's the form element nearest to the top.
This is for Issue #107. Made edits to the schema, several views and Application and Users controller. I do not think I've done all of the necessary changes for this yet though. Was hoping to talk about it more at tonight's meeting.