Why do you need to maintain a directory of files? There are preset directories already for anything you do with the Rails MVC framework and the lib directory gives you a spot to put additional modules. Static files that get pushed to the users belong in the public/ directory, etc.
You will need to require the files manually if you use your own subdirectories. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

