Hi, I'm a Rails newbie myself, but I think that all required .rb files are automatically required when you boot up your app by invoking "script/server". This probably done in either boot.rb or environment.rb. If you didn't know, you can invoke "script/console" and create objects from your model in an irb-like command line. I believe it works the same way. Everything that's required, is automatically required by the framework's internals.
(If I'm wrong, there is probably someone more knowledgable that could clarify further). -- 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.

