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
GroningenRB Spree from the trenches
Search
Peter Berkenbosch
October 23, 2012
Programming
0
110
GroningenRB Spree from the trenches
Talk for the local Ruby user group Groningen RB.
Peter Berkenbosch
October 23, 2012
Tweet
Share
More Decks by Peter Berkenbosch
See All by Peter Berkenbosch
Open source contribution with Spree
pberkenbosch
1
200
Building Extensions - best practises
pberkenbosch
0
56
Spree Commerce hub for developers
pberkenbosch
0
180
Behavior Driven Development, an introduction
pberkenbosch
1
52
TDD Spree
pberkenbosch
5
460
Twente RB Spree from the trenches
pberkenbosch
0
52
Spree from the Trenches
pberkenbosch
3
330
[dutch] Behavior Driven Development
pberkenbosch
1
70
BDD Outside in development
pberkenbosch
1
160
Other Decks in Programming
See All in Programming
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
410
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
20
11k
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
AIでLINEスタンプを作ってみた
eycjur
1
230
Navigating Dependency Injection with Metro
zacsweers
3
240
為你自己學 Python - 冷知識篇
eddie
1
350
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
230
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
Namespace and Its Future
tagomoris
6
700
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
410
Laravel Boost 超入門
fire_arlo
2
210
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
150
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Making Projects Easy
brettharned
117
6.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Why Our Code Smells
bkeepers
PRO
339
57k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Bash Introduction
62gerente
615
210k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Designing Experiences People Love
moore
142
24k
Transcript
Spree from the trenches Groningen.rb 23 Oct. 2012 Tuesday, October
23, 12
Spree is a 100% open source e-commerce platform.. Tuesday, October
23, 12
Spree short history Tuesday, October 23, 12
2007 : Railscart soon after that: Spree Tuesday, October 23,
12
Tuesday, October 23, 12
2007 - 2010 Slowly gains traction Tuesday, October 23, 12
2011 : $ 1.5M Funding Spree Commerce Inc. was born
Tuesday, October 23, 12
2011: Spree 1.0.0 Tuesday, October 23, 12
2012 Tuesday, October 23, 12
Spree Conf New York Tuesday, October 23, 12
Spree Conf Europe Dublin Tuesday, October 23, 12
> 300 Contributors Tuesday, October 23, 12
142.421 Downloads Tuesday, October 23, 12
4519 downloads 1.2.0 Tuesday, October 23, 12
Spree 1.2.0 Tuesday, October 23, 12
Spree app structure Tuesday, October 23, 12
Ruby Tuesday, October 23, 12
Ruby Rails Tuesday, October 23, 12
Ruby Rails spree_core Tuesday, October 23, 12
Ruby Rails spree_core spree_cmd Tuesday, October 23, 12
Ruby Rails spree_core spree_dash spree_cmd Tuesday, October 23, 12
Ruby Rails spree_core spree_promo spree_dash spree_cmd Tuesday, October 23, 12
Ruby Rails spree_core spree_api spree_promo spree_dash spree_cmd Tuesday, October 23,
12
Ruby Rails spree_core spree_api spree_promo spree_dash spree_auth_devise spree_cmd Tuesday, October
23, 12
Ruby Rails spree_core spree_api spree_promo spree_dash spree_auth_devise spree_cmd CUSTOM EXTENSION
Tuesday, October 23, 12
create your first shop Tuesday, October 23, 12
$ gem install rails $ gem install spree $ rails
new my_store $ spree install my_store -A Tuesday, October 23, 12
Tuesday, October 23, 12
Don’t do this Tuesday, October 23, 12
Use git stable branch Tuesday, October 23, 12
gem “spree”, :git => ...., :branch => “1-2-stable” Tuesday, October
23, 12
https://github.com/spree/ spree/tree/1-2-stable Tuesday, October 23, 12
Now what? Tuesday, October 23, 12
Extension registry Tuesday, October 23, 12
Tuesday, October 23, 12
http://spreecommerce.com/ extensions Tuesday, October 23, 12
Tuesday, October 23, 12
Extend Spree with custom extensions Tuesday, October 23, 12
Extension == Rails Engine Tuesday, October 23, 12
spree extension homepage Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Decorators Tuesday, October 23, 12
Tuesday, October 23, 12
small and concise if possible Tuesday, October 23, 12
DO NOT CREATE A SITE EXTENSION unless it only contains
‘theme’ content Tuesday, October 23, 12
It will become the “config/initializer/” sinkhole Tuesday, October 23, 12
Hire great designers www.studiowolf.nl Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Deface or not Deface. that’s the question Tuesday, October 23,
12
Deface? Tuesday, October 23, 12
CSS selectors as supported by Nokogiri. Tuesday, October 23, 12
https://github.com/spree/ deface Tuesday, October 23, 12
spree_core dependency Tuesday, October 23, 12
app/overrides Tuesday, October 23, 12
Tuesday, October 23, 12
Great new DSL Tuesday, October 23, 12
spree/layouts/ spree_application/ Tuesday, October 23, 12
replace_body.html.erb.deface Tuesday, October 23, 12
Tuesday, October 23, 12
View overrides Tuesday, October 23, 12
app/views/spree/home/index.html.erb Tuesday, October 23, 12
Tuesday, October 23, 12
Where are the Spree views?! Tuesday, October 23, 12
github ‘t’ command Tuesday, October 23, 12
Tuesday, October 23, 12
bundle open spree_core Tuesday, October 23, 12
clone code and symlink Tuesday, October 23, 12
ln -s ~/code/spree-dev/spree spree Tuesday, October 23, 12
gem “spree”, :path => “spree” Tuesday, October 23, 12
CMD + T CMD + SHIFT + F Tuesday, October
23, 12
FUUUUUUUUUU Tuesday, October 23, 12
Graffity Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Tuesday, October 23, 12
Untested Spike Tuesday, October 23, 12
on github soon Tuesday, October 23, 12
https://github.com/pero-ict-solutions/graffity Tuesday, October 23, 12
Hosting Spree Tuesday, October 23, 12
Spree Deployment Service Tuesday, October 23, 12
Open source Puppet scripts https://github.com/spree/deployement_service_puppet Tuesday, October 23, 12
Unicorn, Nginx, Mysql Tuesday, October 23, 12
http://guides.spreecommerce.com/ deployment_service.html Tuesday, October 23, 12
SaaS Hosted Spree Tuesday, October 23, 12
http://spreeworks.com Tuesday, October 23, 12
Questions? @pberkenbosch peterberkenbosch peterberkenbosch.nl https://speakerdeck.com/u/pberkenbosch/p/groningenrb-spree-from-the-trenches Tuesday, October 23, 12