Rails::GemDependency#load prevents missing gems from aborting
application initialization:

   [EMAIL PROTECTED]:~/tmp/test_gem$ script/runner 'p 1'
   These gems that this application depends on are missing:
    - foo
   Run "rake gems:install" to install them.
   1

Which is the rationale? Why would you want the initialization to go on
in spite of missing gems?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to