Spree 1.0.0

SpreeはRuby on RailsのE-Commerceアプリ、例によって簡単にECサイトを構築できる。Versionが1.0.0になって、Updateすると動かなくなったので、新たに生成してみる。

  • Install spree on OSX (10.6)
$ rvm 1.9.2
$ brew install imagemagic
$ gem install rails -v 3.1.3
$ gem install bundler
$ gem install spree
$ rails new spree20120212
$ cd spree20120212
$ spree install
Would you like to install the default gateways? (yes/no) [yes] 
Would you like to run the migrations? (yes/no) [yes] 
Would you like to load the seed data? (yes/no) [yes] 
Would you like to load the sample data? (yes/no) [yes] 
Admin Email [spree@example.com] 
Admin Password [spree123]
$ rails s


http://localhost:3000/

と、サンプルデータを使ったサイトがサクッと生成できる。

  • Cucumber

調子が悪いようで、Dropしていた。

http://guides.spreecommerce.com/testing.html#cucumber