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 trialVinoth Babu
2,346 PointsFill in the blanks to complete the command that creates a new rails application called "odot":
whats wrong with this command here " rails new odot"
4 Answers
Brian Cassidy
2,944 Pointsthere is nothing wrong with that command. can you type rails -v into the cli and ensure rails is installed correctly
Antonio Rosado
2,069 PointsHi Vinoth, can you share what are the errors or feedback provided by the terminal where you're running the "rails new odot" command?
Vinoth Babu
2,346 PointsGuys, its the objective of treehouse http://tinypic.com/view.php?pic=keaxkm&s=8#.UxaTVkqo1U0 Try solving this objective
Antonio Rosado
2,069 PointsOn the first field you write "new", on the second field you write "odot". Without the quotes.
Babajide Okusanya
9,707 PointsHehehe. I had exactly the same problem. I didn't see the second field. Thought I was going crazy or something. Thanks :)