Why Rails Engines ? First, let me define my problem. I want to write a rails engine for my customer, this engine is to provide several rails type features such as helpers, components etc… But, Read more…
Back in part 1 we identified a few imperfections in my code that I wanted to address. We have done the unwraps, done the error handling. This post addresses splitting up the api.rs into multiple Read more…
In part 1 – we identified a few problems with my initial code. In part 2 – we addressed one of them – the removal of the unwraps. In this episode, we will sort out Read more…
1 Comment