Spree 0.10.0 release
Intro: Spree is a fairly powerful and flexible engine for creating online stores, written in Ruby on Rails, distributed under the license New BSD.
Nearly half a year after the release of 0.9.0
, the next version of Spree - 0.10.0 was released, this version absorbed many wonderful, new features:
- Support themes
- Extensible search engine (using extensions supports searching through Xapian, Sphinx and Solr)
- Customizable checkout process (you can remove or add steps)
- Groups of products based on a variety of criteria
- Improved support for the configuration of payment systems
- Ability to choose (for the user) from several payment methods
- RESTful API
- Several SEO improvements
- Rails 2.3.5 and Ruby 1.9 support
The support for internationalization in general and for the Russian language in particular was also significantly improved.
Full list of release notes
')
UPD: moved to the blog "Ruby"
Source: https://habr.com/ru/post/87504/
All Articles