This project is archived and is in readonly mode.
Unable to run working edge app with vendored rails.
Reported by Andriy Tyurnikov | December 22nd, 2009 @ 12:32 AM
$ ruby ~/Code/rails/railties/bin/rails edge_app
/Users/andriytyurnikov/Code/rails/actionpack/lib/action_dispatch.rb:28:in `require': no such file to load -- rack (LoadError)
from /Users/andriytyurnikov/Code/rails/actionpack/lib/action_dispatch.rb:28
from /Users/andriytyurnikov/Code/rails/railties/lib/rails.rb:6:in `require'
from /Users/andriytyurnikov/Code/rails/railties/lib/rails.rb:6
from /Users/andriytyurnikov/Code/rails/railties/bin/rails:23:in `require'
from /Users/andriytyurnikov/Code/rails/railties/bin/rails:23
$ ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
P.S. See ticket 2567 - same thing here?
Comments and changes to this ticket
-
Repository December 22nd, 2009 @ 12:54 AM
- State changed from new to committed
(from [76e732a7be690f09d1e5d6c97138a6eb7d263423]) Fix the documentation for root :to. It should use a fully qualified controller#action syntax (Closes #3606) http://github.com/rails/rails/commit/76e732a7be690f09d1e5d6c97138a6...
-
Michael Nutt December 22nd, 2009 @ 01:03 AM
The commit to fix this ticket doesn't seem to be related...maybe it's a typo?
-
Andriy Tyurnikov December 22nd, 2009 @ 01:14 AM
- Assigned user set to DHH
-
DHH December 22nd, 2009 @ 01:20 AM
- State changed from committed to resolved
Wups, wrong ticket.
The problem here is that rails/master depends on rack/master. You currently need to build that gem by hand and install it. By the time rails 3.0 is out, rack 1.1.0 is out, and we'll depend on that and it'll work.
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
Referenced by
- 3606 Unable to run working edge app with vendored rails. (from [76e732a7be690f09d1e5d6c97138a6eb7d263423]) Fix the...
- 3613 Error Rails 3.0 pre Rack version incompatible Jeremy, what should be my course of action to resolve thi...