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 Build a Rails API Coding the API Rails API CSRF Verification

What happened to the command line response to these commands?

Hello!

I was following this video and I noticed that there were some confirmation messages after Naomi Freeman uses this command:

curl \
-H "Accept: application/json" \
-H "Content-type: application/json" \
-X POST \
-d '{"title":"The Title will go here"}' \
http://localhost:3000/api/todo_lists.json

However, in my own terminal, it just goes back to a prompt. It still works, but I was wondering why my terminal didn't give me the other info.

Thanks!

Jim