Add spree_last_address extension, which retrieves a customer's address when they order a second time so they don't need to retype it

This commit is contained in:
Rohan Mitchell
2012-07-01 11:44:18 +10:00
parent 86847d99da
commit 9afa566be5
2 changed files with 10 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ gem 'rails', '3.2.3'
gem 'pg'
gem 'spree'
gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git'
gem "spree_paypal_express", :git => "git://github.com/spree/spree_paypal_express.git"
gem 'spree_paypal_express', :git => 'git://github.com/spree/spree_paypal_express.git'
gem 'spree_last_address', :git => 'git://github.com/dancinglightning/spree-last-address.git'
# Fix bug in simple_form preventing collection_check_boxes usage within form_for block

View File

@@ -6,6 +6,13 @@ GIT
actionpack (~> 3.0)
activemodel (~> 3.0)
GIT
remote: git://github.com/dancinglightning/spree-last-address.git
revision: f5ed71a5482fbc16da559737903bb46fe032c150
specs:
spree_last_address (1.1.0)
spree_core (>= 1.1)
GIT
remote: git://github.com/joneslee85/spree-heroku.git
revision: 63f0cfa47089cae50365e226ec7dd1eccde0ac05
@@ -334,6 +341,7 @@ DEPENDENCIES
spree
spree_heroku!
spree_i18n!
spree_last_address!
spree_paypal_express!
therubyracer
turn (~> 0.8.3)