><FOOTNOTE TEXT NOBODY READSWRITING CONFIG FILES IN RUBY@ARNVALD, RUBYCONFTW 20181
View Slide
CONFIG FILES? next 2
BORING!!! next 3
just useJSON / YAML / XMLor store it in the dbnext 4
configurationisstaticnext 5
what if it has to bedynamic? next 6
is it stillconfiguration? next 7
gem 'simple_configuration' next 8
github:arnvald/simple_configurationnext 9
Challenge time! next 10
><STILL NOTHING TO SEE HERE 11MISSING_VALUE = '__missing_value__'def config(config_name,default_value = MISSING_VALUE,&default_value_blk)
><STILL NOTHING TO SEE HERE 12engineering.kaligo.com