.codeclimate.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/build_gem.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/deploy.yml | |
|
|
.github/workflows/lint.yml | |
|
|
.github/workflows/test.yml | |
|
|
.github/workflows/upload_sarif.yml | |
|
|
.gitignore | |
|
|
.rubocop-codeclimate.yml | |
|
|
.rubocop.yml | |
|
|
.rubocop/base.yml | |
|
|
.rubocop/layout.yml | |
|
|
.rubocop/metrics.yml | |
|
|
.rubocop/performance.yml | |
|
|
.rubocop/rspec.yml | |
|
|
.rubocop/style.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
HUMANS.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
SECURITY.md | |
|
|
activeinteractor.gemspec | |
|
|
lib/active_interactor.rb | 44 | A 0 mins |
|
lib/active_interactor/base.rb | 12 | A 0 mins |
|
lib/active_interactor/config.rb | 15 | A 0 mins |
|
lib/active_interactor/configurable.rb | 27 | A 0 mins |
|
lib/active_interactor/context/attributes.rb | 77 | A 0 mins |
|
lib/active_interactor/context/base.rb | 12 | A 0 mins |
|
lib/active_interactor/context/errors.rb | 40 | A 0 mins |
|
lib/active_interactor/context/loader.rb | 23 | A 0 mins |
|
lib/active_interactor/context/status.rb | 32 | A 0 mins |
|
lib/active_interactor/error.rb | 19 | A 0 mins |
|
lib/active_interactor/interactor/callbacks.rb | 59 | A 0 mins |
|
lib/active_interactor/interactor/context.rb | 36 | A 0 mins |
|
lib/active_interactor/interactor/perform.rb | 44 | A 0 mins |
|
lib/active_interactor/interactor/worker.rb | 76 | A 0 mins |
|
lib/active_interactor/models.rb | 20 | A 0 mins |
|
lib/active_interactor/organizer/base.rb | 11 | A 0 mins |
|
lib/active_interactor/organizer/callbacks.rb | 31 | A 0 mins |
|
lib/active_interactor/organizer/interactor_interface.rb | 63 | A 0 mins |
|
lib/active_interactor/organizer/interactor_interface_collection.rb | 24 | A 0 mins |
|
lib/active_interactor/organizer/organize.rb | 16 | A 0 mins |
|
lib/active_interactor/organizer/perform.rb | 67 | A 0 mins |
|
lib/active_interactor/rails.rb | 2 | A 0 mins |
|
lib/active_interactor/rails/orm/active_record.rb | 3 | A 0 mins |
|