https://github.com/blocknotes/rails_hexagonal_app
Test Rails app using hexagonal architecture
https://github.com/blocknotes/rails_hexagonal_app
Last synced: 7 months ago
JSON representation
Test Rails app using hexagonal architecture
- Host: GitHub
- URL: https://github.com/blocknotes/rails_hexagonal_app
- Owner: blocknotes
- Created: 2022-10-04T07:11:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T08:05:56.000Z (over 3 years ago)
- Last Synced: 2025-04-05T04:26:02.827Z (10 months ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Rails app using hexagonal architecture
This is a test project to apply some hexagonal architecture patterns to a Rails application.
### Details
Please take a look at the commits history for the details.
They propose the following changes:
- add some service objects to a sample app;
- add some service adapters;
- add some listeners to the service objects.