This project is archived and is in readonly mode.
simple "rack test" fails
Reported by Sam Ruby | September 2nd, 2009 @ 02:53 AM | in 3.0.6
generate any sort of controller, and attempt to run "rack test" immediately afterwards, and the test fails. Standalone test script and patch attached.
Problem was introduced with commit a79790e1a5733694baef3d03d8d79b76948a9d69
Symptoms are as follows:
actionpack/lib/action_controller/testing/process.rb:87: no such file to load -- rack/test (MissingSourceFile)
Comments and changes to this ticket
-
Sam Ruby September 2nd, 2009 @ 02:55 AM
- Tag changed from 3.0, configuration, patch, rake, test to 3.0, configuration, patch, rake, test
I don't know if this is ideal, but it solves the issue and seems consistent with the approach taken in commits ad49895fe82da5fcad2f401c1238c274e944c062 and c5f6e038daf2221ddd5a7534e68f4158d84a5975
-
josh September 2nd, 2009 @ 03:40 AM
- Assigned user changed from josh to Yehuda Katz (wycats)
- State changed from new to open
- Milestone cleared.
This should actually be handled by the initializer. The initializer is in charge of what package manager is used, by default it is rubygems.
Hand off to Yehuda and Carl who are working on that atm.
-
Jeremy Kemper September 2nd, 2009 @ 03:51 AM
- State changed from open to incomplete
Patched at http://github.com/rails/rails/commit/847907d7531331e4b8bc1b8bd80352... but needs a real fix
-
Yehuda Katz (wycats) September 2nd, 2009 @ 03:52 AM
Josh is correct, but I pulled this patch to keep things going in the interim.
-
Rohit Arondekar July 1st, 2010 @ 10:37 AM
- Importance changed from to
Any updates to this ticket? Was the issue resolved properly?
-
Santiago Pastorino February 27th, 2011 @ 03:15 AM
- Milestone changed from 3.0.5 to 3.0.6
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>