This project is archived and is in readonly mode.

#4915 ✓resolved
Jeff Kreeftmeijer

"Thor is not available" and `ruby /path/to/rails new myapp --dev`

Reported by Jeff Kreeftmeijer | June 20th, 2010 @ 11:51 PM | in 3.0.2

When trying to use the Rails generators without having Thor installed, you get this message:

Thor is not available.
If you ran this command from a git checkout of Rails, please make sure thor is installed,
and run this command as `ruby /path/to/rails myapp --dev`

I've included a patch that simply changes ruby /path/to/rails myapp --dev to ruby /path/to/rails new myapp --dev (adding "new"). :)

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages