This project is archived and is in readonly mode.
Move Bundler.require below class Application; end
Reported by Joe F. | February 20th, 2010 @ 04:34 PM
Some bundled gems (eg. Shoulda) may depend on Application config settings (such as Rails.root). These are not defined until after the Application class is loaded, therefore we shouldn't require the gems until the class is set up. Patch for the generator is attached to this ticket.
Comments and changes to this ticket
-
codesnik February 21st, 2010 @ 02:20 AM
filed #4016 on the same issue, with a different/complementary approach
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
Tags
Referenced by
- 4016 Rails.root returns nil before app initialization, silently breaking some gems seems that #4009 addresses the same issue and has a patch...