This project is archived and is in readonly mode.
Cannot run Rails 3.0pre
Reported by Conrad Taylor | November 5th, 2009 @ 01:37 AM
Hi, I have tried the following:
rails rails-3.0-test
cd rails-3.0-test
rake rails:freeze:edge
Next, I'm using ruby 1.9.1p243 on Mac OS 10.5.8. Now, the standard generators appear to be broken. For example,
$ script/generate scaffold post title:string body:text
/Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:45:in `require': no such file to load -- /Users/conradwt/rails.dir/examples/rails-3.0-test/config/../vendor/rails/railties/lib/initializer (LoadError)
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:45:in `load_initializer'
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:38:in `run'
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:11:in `boot!'
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:110:in `<top (required)>'
from script/generate:2:in `require'
from script/generate:2:in `<main>'
I also tried the above on Ruby 1.9.2dev (2009-07-18 trunk 24186):
$ script/generate scaffold post title:string body:text
/Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:45:in `require': no such file to load -- /Users/conradwt/rails.dir/examples/rails-3.0-test/config/../vendor/rails/railties/lib/initializer (LoadError)
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:45:in `load_initializer'
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:38:in `run'
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:11:in `boot!'
from /Users/conradwt/rails.dir/examples/rails-3.0-test/config/boot.rb:110:in `<top (required)>'
from script/generate:2:in `require'
from script/generate:2:in `<main>'
Comments and changes to this ticket
-
Rizwan Reza January 16th, 2010 @ 07:04 PM
- Tag changed from 1.9.1, 1.9.2, 3.0, 3.0pre to 3.0, 3.0pre
Because Rails 3 now uses bundler gem, there is no need for that task. Please try it once again with the latest commits.
-
Jeremy Kemper January 16th, 2010 @ 08:06 PM
- State changed from new to resolved
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>