Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Spree
Search
Pedro Costa
June 27, 2013
Programming
0
120
Spree
Spree presentation @ Minho.rb
Pedro Costa
June 27, 2013
Tweet
Share
More Decks by Pedro Costa
See All by Pedro Costa
The Functional Discipline
pfac
0
110
Interruption Engineering - Part I
pfac
0
54
Workshop Git 2013
pfac
2
130
Other Decks in Programming
See All in Programming
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
1
110
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
2.3k
速いWebフレームワークを作る
yusukebe
5
1.8k
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
1
680
Reading Rails 1.0 Source Code
okuramasafumi
0
260
iOSDC.pdf
chronos2500
1
320
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
600
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
240
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
620
半自動E2Eで手っ取り早くリグレッションテストを効率化しよう
beryu
3
510
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.4k
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
160
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
6.6k
Bash Introduction
62gerente
615
210k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Scaling GitHub
holman
463
140k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Facilitating Awesome Meetings
lara
55
6.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
3k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Transcript
Spree Pedro Costa minho.rb Friday, June 28, 13
$ whoami • MSc @ UMinho • WebDev @ Group
Buddies • working with Spree • Ruby & Rails fan Friday, June 28, 13
e-Commerce (Rails) • ROR-e standalone app • Spree collection of
engines • Piggybak single simple engine Friday, June 28, 13
Spree • Subjectively better than ROR-e Objectively more popular •
High investment => shouldn’t die soon • Open Source Friday, June 28, 13
Spree • omakase • Inefficient apparently it scales badly •
Untested code • SpreeConf’13 - Large Scale Migration to Spree by Gregor MacDougall & Clarke Brunsdon - TDD Spree by Peter Berkenbosch Friday, June 28, 13
Out of the box • Catalogue • Inventory • Orders
• Taxing & Promotions • Shipping Friday, June 28, 13
Extensions • User authentication • Paypal & other Gateways •
Internationalization some say multiple locales... • Complex searching filters (grouping) • Fancy • ... moar! (Spree & Community) Friday, June 28, 13
My experience • It’s probably already done • Overriding somethings
can be a pain • “Weird” code • No why’s Friday, June 28, 13
A little demo gem install rails -v 3.2.13 gem install
spree rails _3.2.13_ new my_store spree install my_store Friday, June 28, 13
??? Friday, June 28, 13
Resource • Kyle Crum @ ChicagoRuby 2013 http://vimeo.com/67860065 • guides.spreecommerce.com
• spreecommerce.com/extensions Friday, June 28, 13