views:

106

answers:

1

Where is the “scripts/server” file that bootstraps WEBrick and tells where WEBrick should serve files from?

A: 

checkout your_rails_app/config/boot.rb

You can configure your app via your_rails_app/config/environment.rb

StefanS