Skip to content
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

taskmaster rails project #17

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

taskmaster rails project #17

wants to merge 22 commits into from

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