This project is archived and is in readonly mode.

#3618 ✓committed
Sam Ruby

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

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

Attachments

Pages