zendesk / arturo

Feature Sliders for Rails
http://github.com/zendesk/arturo
Other
206 stars 24 forks source link

bring back warm_cache! method #135

Closed razumau closed 1 year ago

razumau commented 1 year ago

To force a cache load during startup, some services at Zendesk have resorted to making a fake query in an initializer (Arturo::Feature.find_feature "smth"). This method will make this intent more explicit and readable.