-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Sunny Ripert edited this page Aug 15, 2023
·
13 revisions
Welcome to the Actor wiki, take a seat! π
- π service_actor-rails gem for a better Ruby on Rails compatibility
- π service_actor-promptable to accept user prompts for on the command line
- π₯ Rename the Actor class to
ApplicationActor
for example - π₯ Turn exceptions into actor failures to use with
result
- π Use dependency injection (issue) by passing lambdas as arguments
- π’ Use positional arguments (issue) instead of named arguments
- π€ Differences with the Interactor gem
- π₯° Contribute to the gem