R
Roman Kononov
I have following task - create single file from gem for executing it on
dedicated server. I have implemented recursive walk of files tree. Main
problem that order of file list i extracted from gem is wrong, i.e
require "/simple_record/attributes"
require "/simple_record/active_sdb"
require "/simple_record/callbacks"
but when i'm trying to merge these files into one in this precedence on
file load i'm receiving NameError due to wrong files order.Any ideas how
i could get proper list of gem files or make dependency graph, or export
gem in single huge file?
dedicated server. I have implemented recursive walk of files tree. Main
problem that order of file list i extracted from gem is wrong, i.e
require "/simple_record/attributes"
require "/simple_record/active_sdb"
require "/simple_record/callbacks"
but when i'm trying to merge these files into one in this precedence on
file load i'm receiving NameError due to wrong files order.Any ideas how
i could get proper list of gem files or make dependency graph, or export
gem in single huge file?