From: Andrew Gibson Date: 2006-07-26T22:09:54+09:00 Subject: require_gem question Does require_gem also load all of the listed dependencies in the gem spec or are those dependencies loaded by manually through require statements? so example: require_gem 'rails' the rails gem has: actionwebservice actionmailer actionpack activerecord activesupport rake as listed dependencies. so does require_gem 'rails' also perform require_gem 'actionamailer', etc... ? or is there a specific 'require' statement somewhere in 'rails' ? -- Posted via http://www.ruby-forum.com/.