Service Objects | Jared Norman
Service Objects are a popular software design pattern in the Ruby on Rails community. They are used to extract procedural logic away from models and controllers and into their own objects.
5 posts
Service Objects are a popular software design pattern in the Ruby on Rails community. They are used to extract procedural logic away from models and controllers and into their own objects.
Heroku's platform was designed with services in mind. If you're building a service oriented web app, you might find this interesting.
Check out our blog post Testing Rails Service Oriented Architecture from Big Nerd Ranch. Learn more and read it now!
The title says it all. Seems like the bane of service architecture is the scope