project_danebook#49
Conversation
…eeding formatting
|
opening the root url ("/") while logged in does not redirect back to a signed in page or give any indication of being still logged in. recommended to add a condition to your signup url to redirect to the user's timeline if logged in |
|
Shows current user's birthday on all pages instead of profile I'm viewing. don't overuse current user. use @user when viewing info and current user when editing info |
|
users/1/timeline path is non-existant clicking the timeline button in the navbar causes application failure. make the link a dead link until you are ready to implement recommended to use the users#index for your main timeline, and users#show as individual timelines. then you can keep your users#profiles#show for profile pages |
|
can't make posts or comments. no path available |
No description provided.