📜 ⬆️ ⬇️

Spree 0.60.0 released

Spree 0.60.0 release is officially released. The main goal of this release is to eliminate the use of resource_controller. It was a long journey with this library, but at the moment it is already outdated. Special thanks to Neeraj Singh, Roman Smirnov and Brian Quinn for their hard work on this issue.

We have made significant efforts to preserve most of the resource_controller functionality that was used in Spree code, implementing it in a more appropriate way for Rails Way (using inheritance, etc.). However, in some cases, we were unable to maintain 100% compatibility with previous versions of Spree. This may affect some existing extensions, as well as stores that rely on this functionality. In addition, the new approach uses respond_with instead of respond_to. All of this is described in more detail in the configuration guide and in the release notes for 0.60.0 .

You can also look at Github for the full list of changes included in the 0.60.0 release.
')
From the translator:
I also recall the existence of Synergy , the Spree assembly, adapted specifically for Russia. Currently the build supports Spree 0.50.2 and 0.60.0. I talked about it in more detail in the article “Synergy - a platform for creating online stores”

Source: https://habr.com/ru/post/119281/


All Articles