This project is archived and is in readonly mode.
"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
-
Jeff Kreeftmeijer June 20th, 2010 @ 11:52 PM
- no changes were found...
-
Rohit Arondekar June 21st, 2010 @ 02:15 AM
- Milestone cleared.
- State changed from new to verified
- Assigned user set to José Valim
+1 applies cleanly, and a nice find :)
-
Repository June 21st, 2010 @ 10:10 AM
- State changed from verified to resolved
(from [ead72b319f781ae3767a8695e3e29e9249388f7f]) Changed
ruby /path/to/rails myapp --dev
toruby /path/to/rails new myapp --dev
in the "Thor is not avalable" message. [#4915 state:resolved]Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/ead72b319f781ae3767a8695e3e29e... -
Ryan Bigg October 11th, 2010 @ 10:56 AM
- Tag cleared.
- Importance changed from to Low
Automatic cleanup of spam.
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>
People watching this ticket
Attachments
Referenced by
- 4915 "Thor is not available" and `ruby /path/to/rails new myapp --dev` (from [ead72b319f781ae3767a8695e3e29e9249388f7f]) Changed...