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 Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Generate a Rails Application

Randolph Judy
PLUS
Randolph Judy
Courses Plus Student 28,198 Points

Keep getting wrong answer for question wrong of the quiz and have no reason why.

I keep getting a message that I submitted the wrong answer for the first answer when I submitted "rails new odot". I even reviewed the video and this was the answer given. I typed "new odot" directly and " new odot" both, but neither answer came up correctly. I have a local development environment and did not have to neither setup the current directory manually nor create the application from the command line.

1 Answer

Tim Knight
Tim Knight
28,888 Points

Randolph, you've got the right answer I'd just make sure you're tabbing over to the other field. Putting "new" in the first blank and "odot" in the second (both without the quotation marks) works for me and should work for you.

Randolph Judy
Randolph Judy
Courses Plus Student 28,198 Points

Thanks. I was not treating the two words as separate fields.