tom statter

Results 8 issues of tom statter

No errors reported by Analyze, but when calling Show, exception occurs : When I check in the PW-src directory, there is No results directory created. However something ran as the...

If the Price column is a currency type containing symbol get a very nasty bug where the Product saves and save returns true but there is no master Variant. This...

Bug

Better loading of lib files e.g ```Gem.find_files("gem_name/**/*.rb").each { |path| require path }```

delegate_belongs_to fields do not appear in the template output For example see Spree, the model Spree::Product has following definition ``` delegate_belongs_to :master, :sku, :price, :currency, :display_amount, :display_price, :weight, :height, :width,...

I am slowly looking at implementing this. Need to create a better loader object management layer and then refactor the perform.._load methods (e.g perform_excel_load) as these currently do too much....

Feature

As per the demo spreadsheets which were created manually, when a template is generated, see if we can dynamically write similar comments into the heading of each column with details...

Feature