Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 395 Bytes

File metadata and controls

7 lines (4 loc) · 395 Bytes

Rails-Lite

This is a class project that I built at App Academy to improve my knowledge of Ruby on Rails' inner workings. Essentially, it's a stripped-down version of Rails' view/controller "magic."

I learned a lot from building this. It helped me understand HTTP, web servers, and how Rails handles the request/response process.

The core code is located in the lib/rails_lite directory.