Wednesday, July 25, 2012

Rails Best Practices | Use memoization

Rails Best Practices | Use memoizat...

Rails Best Practices | Use Observer

Rails Best Practices | Use Obser...

Saturday, July 7, 2012

Getting started Spree

Full documentation can be found here: http://railscasts.com/episodes/298-getting-started-with-spree http://guides.spreecommerce.com/getting_started.html https://github.com/spree/spree This is an approximate way of spree installation. Why 'approximate' - because docs may differ, and if installing with rails '3.2.3' causes no troubles, '3.2.6' version pulls with itself, in my case, an outdated versions of spree_core, _api and so on. 1. Create rails application rails new app cd app bundle install 2. In gemfile add gem 'spree', '1.1.1' bundle install This...

Powered by Blogger.