This project is archived and is in readonly mode.
Unable to create a rails application using system gems
Reported by Sam Ruby | December 26th, 2009 @ 05:04 PM | in 3.0.2
The issue is that the following commit introduced a dependency on a gem during active_support initialization:
http://github.com/rails/rails/commit/135d32c8bd91608c12a394ca5dbd65...
In activesupport/lib/active_support.rb, there is a require for active_support.vendor, however with the above commit i18n is no longer a vendor library.
Attached are two patches which resolve this: the first is localized to active_support, but has the unfortunate side effect of requiring rubygems. The second is localized to bin/rails.
Comments and changes to this ticket
-
Sam Ruby December 27th, 2009 @ 11:00 PM
- State changed from new to resolved
- Assigned user set to José Valim
-
DHH December 28th, 2009 @ 03:25 AM
- State changed from resolved to new
- Assigned user changed from José Valim to josh
This is because integration tests are now being thrown InvalidAuthenticityToken. They should be exempt from needing to pass that token in.
-
DHH December 28th, 2009 @ 03:25 AM
- State changed from new to committed
Wups, wrong ticket! This is closed.
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Medium
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>