09 Nov 2022
01 Nov 2022
29 May 2016
RailsServices Gem Reaches 2.0.0
Since early-2014, I began to move away from the strict MVC approach with our Rails application. As I refactored some of our fatter models and not-so-skinny controllers, I wrote quite a few service classes. As a typical, developer, this was just too “hard” :). Naturally, I needed a generator to create these classes - and their attendant test scripts. So, I created my first gem, Rails Services.
03 May 2016
Update to the Rails Services Gem
A couple of years back I released my first gem, Rails Services. It’s a very simple gem and project, adding two generators to your Rails application: rails_services:create
and rails_services:destroy
.