Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Two Ruby on Rails issues

I am working on the ruby on rails tutorials and when I put the "delete" link_to in the code just as it is on the screen I get a syntax error. Also when I put the "new_status_path" I get a syntax error also. I have the code exactly as the tutorial does. Anyone know what's wrong?

3 Answers

When I put the "new_status_path" the link for new post doesn't show up. And it's when I add the button that I get a syntax error.

What's the error that's coming up? What does your code for this view file look like?

I figured it out, thanks for your help! I had to put the code in a little differently that they had it on the tutorial.