A Beginner’s Guide to Ruby on Rails April 30, 2022June 1, 2023 |Rev TeamBack-End Engineering Ruby on Rails Ruby on Rails (also just called Rails) is a vital part of software development in today’s world. It is a server-side framework written in…
Skinny Everything (Part 1 of 3) September 24, 2014May 31, 2023 |Daniel AndrewsBack-End Engineering While it is definitely good to have a slim controller for sake of code reusability, readability, and testing, it is also good to have a skinny model (for the exact same reasons). In fact, its just good to have a skinny everything.