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 trialRichard Coleman
Courses Plus Student 4,584 PointsWhy am I getting the quiz question wrong ? It's asking how to create a new Rails application. rails new odot
I think something is wrong with the test. The quiz asked me to create a new rails application by calling it odot. So I input rails new odot Quiz keeps telling me I'm wrong.
1 Answer
Ken Alger
Treehouse TeacherRichard;
That quiz question has two blank spaces. They give you the start of the command, rails
and you need to put the rest of the command in the other two spaces. Your answer is correct, just the wrong syntax for the quiz checker.
Happy coding,
Ken