interactor-rails icon indicating copy to clipboard operation
interactor-rails copied to clipboard

Interactor Rails provides Rails support for the Interactor gem.

Results 7 interactor-rails issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/collectiveidea/interactor-rails/issues/22 ![](https://media.giphy.com/media/Ge86XF8AVY1KE/giphy.gif)

Dear support, wasn't able to get answer at https://stackoverflow.com/questions/62833926/unable-to-run-single-rails-interactor-at-rails-6 Unable to run single(!) rails interactor at rails 6. According to https://github.com/collectiveidea/interactor-rails execute: rails generate interactor authenticate_user to create interactor. Command...

The generator only generates spec files — I _hate_ rspec 😄 . Any chance you could support plain old `Test::Unit` before I submit a PR?

the new version of the interactor gem fixes an issue with ruby 2.7 and context.fail! Let me know if the changelog needs to be updated with this change

Current spec generator requires 'spec_helper' while RSpec v3 requires 'rails_helper' From [RSpec Rails GitHub](https://github.com/rspec/rspec-rails)

Many apps only pull in the necessary rails gems for what they need, for instance not using actionmailbox, which has a whole load of other dependencies. `interactor-rails` depends on `rails`...

Hey guys! Just wanted to know if development/support is still alive for this gem, since I'm planning to use it in a new project! Thanks!