0.07
A long-lived project that still receives updates
An implementation of the Command Pattern for Ruby with ActiveModel::Validations inspired by the interactor gem. Rich support for attributes, callbacks, and validations, and thread safe performance methods.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.3

Runtime

>= 4.2, < 8
>= 4.2, < 8
 Project Readme

ActiveInteractor

Version Build Status Maintainability Test Coverage Yard Docs Inline docs License

An implementation of the command pattern for Ruby with ActiveModel::Validations inspired by the interactor gem. Rich support for attributes, callbacks, and validations, and thread safe performance methods.

Reduce controller bloat with procedural service objects. Checkout this Medium article for a crash course on how to use ActiveInteractors. Read the wiki for detailed usage information.

Features

Documentation

Be sure to read the wiki for detailed information on how to use ActiveInteractor.

For technical documentation please see the gem's ruby docs.

Install

Add this line to your application's Gemfile:

gem 'activeinteractor', require: 'active_interactor'

Or install it yourself as:

gem install activeinteractor

Contributing

Read our guidelines for Contributing.

Acknowledgements

ActiveInteractor is made possible by wonderful humans.

License

The gem is available as open source under the terms of the MIT License.