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

Andrew McGalliard
Andrew McGalliard
2,600 Points

Fill in the blank answer for Generate a Rails Application

What is the solution for the fill in the blank solution? I have tried a few combinations of "new odot" and can't seem to get the quiz to accept any of them. Question below:

"Fill in the blanks to complete the command that creates a new rails application called "odot":"

2 Answers

Hi Andrew,

new odot is correct. There are 2 blanks to fill in there.

Make sure you're putting "new" in the first one and "odot" in the second one with no quotes around the words.

Andrew McGalliard
Andrew McGalliard
2,600 Points

This was what I was missing! Guess I need to adjust the contrast on my monitor a bit since I couldn't see the second blank. Thank you Jason!

Have you tried the command

rails new odot

Thats what I did and it worked