Question

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

Was it helpful?

Solution

checkout your_rails_app/config/boot.rb

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top