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

Fill 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

there is nothing wrong with that command. can you type rails -v into the cli and ensure rails is installed correctly

Antonio Rosado
Antonio Rosado
2,069 Points

Hi Vinoth, can you share what are the errors or feedback provided by the terminal where you're running the "rails new odot" command?

Guys, its the objective of treehouse http://tinypic.com/view.php?pic=keaxkm&s=8#.UxaTVkqo1U0 Try solving this objective

Antonio Rosado
Antonio Rosado
2,069 Points

On the first field you write "new", on the second field you write "odot". Without the quotes.

Babajide Okusanya
Babajide Okusanya
9,707 Points

Hehehe. I had exactly the same problem. I didn't see the second field. Thought I was going crazy or something. Thanks :)