Skip to content

Conversation

@DStorck
Copy link
Member

@DStorck DStorck commented Apr 26, 2016

https://ds-taskmaster.herokuapp.com/

I can't believe how much we've done in the last few weeks, this whole project would have seemed like total nonsense not too long ago.

// display: row;
// // padding: 20px;
// }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good habit to remove unused code that's commented out to clean up your files - if you need to look back at it later it'll be in your commit history :)

<li>
<span class="name"><%= link_to person.name , "/people/#{person.id}"%></span>
Tasks left: <%= person.tasks.where(completed: nil).count %>
</li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Careful with indentations here!

@dezshino
Copy link

Great job on your first Rails project! It looks great and it's awesome how much you can do in a week with a new framework. If you have any questions, let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants