/CFA-httplesson

Using rack in the development environment

Primary LanguageRuby

Rack server

This basic website was created only using the config.ru file in Rails and the terminal command $ rackup -p 3000.

Here's a diagram of how a HTTP request comes from your browser to a Rails controller (via Rack) rails_http