Florian Bergmann
Florian Bergmann
If is set a custom admin_path admin_translations routes are still with /admin and not with the overwrite. ``` Spree.config do |config| config.admin_path = 'backend' end ``` ``` Routes for Spree::Core::Engine:...
Documentation is missing what needs to be passed to api2 to be included in the product response. Maybe, there is no api v2 support. In general I did not see...
Increases support for temporary tables and join tables. We experienced for example bugs with pagy (gem) since it sends the value ASCII_8BIT encoded.