Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351240 - dev-ruby/rails-3.0.3 - rails generate * reports that thor is missing
Summary: dev-ruby/rails-3.0.3 - rails generate * reports that thor is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-09 19:44 UTC by Serge Ratke
Modified: 2011-01-10 07:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,3.93 KB, text/plain)
2011-01-09 19:45 UTC, Serge Ratke
Details
gem list (gem-list.txt,507 bytes, text/plain)
2011-01-09 19:45 UTC, Serge Ratke
Details
rails generate output (rails-generate.txt,185 bytes, text/plain)
2011-01-09 19:46 UTC, Serge Ratke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Ratke 2011-01-09 19:44:12 UTC
rails generate scaffold/model/* reports that thor is missing, even though gem list shows that thor is installed.

Reproducible: Always
Comment 1 Serge Ratke 2011-01-09 19:45:11 UTC
Created attachment 259411 [details]
emerge --info
Comment 2 Serge Ratke 2011-01-09 19:45:36 UTC
Created attachment 259412 [details]
gem list
Comment 3 Serge Ratke 2011-01-09 19:46:06 UTC
Created attachment 259414 [details]
rails generate output
Comment 4 Hans de Graaff gentoo-dev Security 2011-01-10 07:09:05 UTC
This is bundler trying to 'help' you by restricting the search path to gem versions explicitly listed in Gemfile.lock.

Should be fixed with railties-3.0.3-r1 which now installs the proper gemspec file to accommodate this.

Thanks for reporting.