Thomas von Deyen
Thomas von Deyen
``` Could not find "/Users/tvd/.rvm/gems/ruby-1.9.3-p0@alchemy/bundler/gems/fancygrid-475f31b7d98c/lib/generators/../../config/initializers/fancygrid.rb" in any of your source paths. Please invoke Fancygrid::Generators::InstallGenerator.source_root(PATH) with the PATH containing your templates. Currently you have no source paths. ``` Rails 3.1.3 Ruby...
While discussing #3394 we cam up with the idea to add a "customer service" role. This should help us test the various permissions we are having and provide stores with...
In Solidus v2.11 we still use `false` for this setting. Using `true` in specs per default is giving false positives and issues like #4094 where not found. **Description** **Checklist:** -...
**Description** **WIP** Cartons belong to a shipment. Also they can belong to mulitple orders, but IMO this feature should be moved into an extension instead. This declutters the order shipments...
`kt-paperclip` is open ended in v2.11.5 but constrained to v6 in latest versions. This allows paperclip v7 in 2.11.15 and only v6 in 3.0 and above. Not sure if this...
**Description** And make use of the `after_touch` callback of `Spree::Taxon`, that already handles touching ancestors and its taxonomy. This hopefully fixes #3931 as well, because it runs each `touch` callback...
As a follow up to the `inline-editable-table` introduced in #1580 we should have a look into all tables in the admin and see where this new UI component could fit....
Latest release of Sidekiq 6.5.0 is incompatible with this gem. ``` /builds/blish/gems/blish-gem/vendor/bundle/ruby/2.7.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in `require': cannot load such file -- sidekiq/exception_handler (LoadError) [337](https://gitlab.com/blish/gems/blish-gem/-/jobs/2560542042#L337) from /builds/blish/gems/blish-gem/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.8/lib/active_support/dependencies.rb:291:in `block in require' [338](https://gitlab.com/blish/gems/blish-gem/-/jobs/2560542042#L338) from /builds/blish/gems/blish-gem/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.8/lib/active_support/dependencies.rb:257:in `load_dependency'...
It would be nice to have support for files/folders that need to be changed on a PR. The most prominent example would be tests. Whenever a PR gets created that...
First I thought this is only an issue in the variants select in the "admin new order" view (https://github.com/spree/spree/issues/6146). After researching I realized that currently the complete product search is...