Open letrungtruc opened 8 years ago
Hi @letrungtruc, nice work with submission :+1:
The goals of this homework are:
has_secure_password
class method and the brypt
gem (while understanding what they do under the hood)belongs_to
/has_many
, using has_many :through
and building more advanced queries by chaining where
, order
, and merge
user
partial view.Small issues:
Gemfile:
rails_12factor
gem.Routes:
resources
with only
keyword, g.e. your sessions_controller
didn't need anymore action but new, create, destroy
.Controllers:
messages_controller
and friend_request
action before doing things. You can use before_action
and your helper method current_user
for this.Others
Congrats again on the submission. Everyone has limited time; it's good to see you finished all required functionalities. Let us know if you have any feedback.
@coderschoolreview: please help to review