-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't merge - Steven for review #33
base: review-base
Are you sure you want to change the base?
Conversation
Conflicts: db/schema.rb
Ready User Controller
new file: app/controllers/questions_controller.rb new file: app/views/questions/new.html.erb modified: config/routes.rb
modified: app/controllers/questions_controller.rb modified: app/views/questions/new.html.erb
Question new
added index method to user controller
new file: app/views/questions/show.html.erb
modified: app/controllers/questions_controller.rb
…the user of each modified: app/views/questions/show.html.erb
Sam login
modified: config/routes.rb
modified: app/controllers/answers_controller.rb modified: app/controllers/comments_controller.rb modified: app/views/comments/new.html.erb
Malcolm sunday edits
Final edits
Nifty Search Bar for User Index
Conflicts: app/controllers/comments_controller.rb app/views/comments/new.html.erb app/views/questions/show.html.erb
Conflicts: app/views/comments/new.html.erb app/views/questions/show.html.erb
console.log(serverResponse) | ||
$('#comments').append(serverResponse); | ||
}); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think this is not used? In any case, in general, it's better ux to show / hide / dynamically create forms with JS rather than get+partial (it's a good idea to avoid a network round-trip if we can.)
Me likey. This is done well. We can talk in person later about some of the points raised here. |
No description provided.