-
The Modular Monolith: Rails Architecture
The Modular Monolith: Rails Architecture
Another Rails architecture approach to split Rails app usig gem and engine instead of going for microservice. They divide code into stand alone Gem that doesn’t depend on Rails and egine that depends on Rails. You can take this approach and re-implement in any stack.
Appears in lists (1)
More like this (3)
-
Rails architecture tips from route helpers | Everyday Rails
Rails Architecture Tips From Route Helpers — When you have Rails apps with methods that fall...
-
How to do multi-step forms in Rails - Code with Jason
How to Build Multi-Step Forms in Rails — This is a gem-free approach (yay!) that uses...
-