phony_rails
This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem (https://github.com/floere/phony). (by joost)
Light Service
Series of Actions with an emphasis on simplicity. (by adomokos)
phony_rails | Light Service | |
---|---|---|
1 | 5 | |
559 | 855 | |
- | 0.4% | |
0.0 | 5.4 | |
almost 2 years ago | about 1 month ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
phony_rails
Posts with mentions or reviews of phony_rails.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-25.
Light Service
Posts with mentions or reviews of Light Service.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-03.
-
The Decree Design Pattern (Ruby on Rails)
check out the `light-service` gem - it lets you create services that use this pattern and compose them into complex flows: https://github.com/adomokos/light-service
-
How to avoid if/else with different ramifications
Similar to the above recommendations of Railway Orientated Programming and the Interactor gem, I use the Light Service gem. While it can sometimes be a bit verbose it excels in code reuse, testability, and composition.
-
Utilizando o padrão interactor no Ruby on Rails
View on GitHub
-
Ten Ruby gems for Rails you should definitely know about
LightService
-
The Ruby Unbundled Series: Services vs. Objects - The Battle for Decomposition and Reuse
You can implement the service pattern as a PORO, but it helps to use one of the gems available to aid in code structure, orchestration, and error handling. The LightService gem provides a nice implementation without adding hardly any overhead. It’s design is very simple, as shown in the diagram below. An organizer is used to define the sequential workflow, which is made up of one or more actions. An error in any of the actions will short-circuit the entire workflow.
What are some alternatives?
When comparing phony_rails and Light Service you can also consider the following projects:
strong_migrations - Catch unsafe migrations in development
Interactor - Interactor provides a common interface for performing complex user interactions.
money-rails - Integration of RubyMoney - Money with Rails
wisper - A micro library providing Ruby objects with Publish-Subscribe capabilities
Pagy - 🏆 The Best Pagination Ruby Gem 🥇
Rectify - Build maintainable Rails apps