Can anyone set me straight on this? I often put files in lib which add new modules or monkey patch existing classes etc. These always need to be explicitly required in my environment file. That all works, but one of my colleagues believes that everything in lib should be loaded automatically, and that the requires should be necessary. This definitely isn't the case - if i remove the require then i dont get the extra functionality.
Is something going wrong for me? Or are lib files not meant to be loaded automatically? thanks max -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

