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 Namespacing Routes and JSON Namespaces and Routes

Api TodoList.all (json response empty). Does anyone had the same problem?

Download the Linux VM and followed along with the video, however when i run on my browser http://localhost:3000/api/todo_lists.json. The json response is empty.

6 Answers

Oğulcan Girginc
Oğulcan Girginc
24,848 Points

Can you share your todo_lists controller?

class Api::TodoListsController < ApplicationController def index render json: TodoList.all end end

Mohammad Fachri
Mohammad Fachri
1,472 Points

Hey I have the same problem. Can anyone share?

I have the same issue, did anyone get a fix for this?

Craig Booker
Craig Booker
14,968 Points

I have the same result. Empty.