Ruby on Rails Controller Patterns and Anti-patterns | AppSignal Blog
Since Ruby on Rails is a web framework, HTTP requests are a vital part of it. All sorts of Clients reach out to Rails backends via requests and this is where controllers shine. Controllers are at the front lines of receiving and handling requests. That makes them a fundamental part of the Ruby on Rails framework. Of course, there is code that comes before controllers, but controller code is something most of us can control.
Ruby on Rails Controller Patterns and Anti-patterns | AppSignal Blog #ruby #rubydeveloper #rubyonrails #blog