I decided to improve my understanding of Rails by implementing a light version of it myself!
Features include:
- template rendering
- routing
- params (query string, request body, and url)
- session cookies
- link_to and button_to helpers
- url path helpers
- flash
- CSRF tokens