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 trialAndrew McGalliard
2,600 PointsFill 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
Jason Anello
Courses Plus Student 94,610 PointsHi 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.
Angelo Adkins
5,675 PointsHave you tried the command
rails new odot
Thats what I did and it worked
Andrew McGalliard
2,600 PointsAndrew McGalliard
2,600 PointsThis 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!