An open API service indexing awesome lists of open source software.

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

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.