|
You are here |
pbrisbin.com | ||
| | | | |
thepugautomatic.com
|
|
| | | | | I recently discovered the Ruby Module Builder pattern. It lets you pass in arguments to dynamically generate a module at include time: class Greeter < Module def initialize(name)... | |
| | | | |
blog.blundellapps.co.uk
|
|
| | | | | This blog post explains how to create Room DAOs specifically for your Android debug build. These debug-only DAOs enable you to implement developer-centric features without affecting your production app. Keeping your codebase clean is essential for long-term maintainability. Debug-only DAOs help achieve this by isolating developer tools from user-facing features. Consider an app that caches | |
| | | | |
suchdevblog.com
|
|
| | | | | Much Ruby, Eigenvery, so singleton. | |
| | | | |
jakeyesbeck.com
|
|
| | | Using AR Models in Rails migrations works but can have hidden problems. Learn why to avoid them and what to do instead | ||