From: shawn bright Date: 2008-12-06T03:43:02+09:00 Subject: Re: where to put class to run in everything thanks On Fri, Dec 5, 2008 at 12:04 PM, Michael Fellinger wrote: > On Sat, Dec 6, 2008 at 2:24 AM, shawn bright wrote: >> Hey there all, >> >> I am using ruby to run both the processing engine for my companies >> data provider, ruby in most of the housekeeping cron scripts, and ruby >> on rails powers the website. This is all on an Ubuntu linux server. >> >> The thing is, we host a few domain websites that, although very >> different, use a lot of the shared code. >> >> What I would like to do is have all my ruby classes and functions that >> are common to everything be in one location that I can require from. >> I just don't know how I would use them for things like Rails that has >> all models in one folder, controllers in another, etc.. >> >> Anyone have a solution to share? >> thanks > > put it in your filesystem at a place everybody has read access to, > then use the almighty require > >