简体   繁体   English

用横杆安装大礼包2.3.11

[英]installing spree with rails 2.3.11

I'm following the spree 'getting started' guide from here: http://spreecommerce.com/documentation/getting_started.html 我从这里遵循了狂欢的“入门”指南: http : //spreecommerce.com/documentation/getting_started.html

I'm stuck at: 我被困在:

rails g spree:site

I'm using Rails 2.3.11 and not Rails 3. So I tried: 我使用的是Rails 2.3.11,而不是Rails3。所以我尝试了:

dan@bt:~/mystore$ script/generate spree:site
Couldn't find 'spree:site' generator

I couldn't find the guide for a Rails 2.3.x install.. 我找不到Rails 2.3.x安装的指南。

Spree gem 0.11-stable works against Rails 2.3.8. 狂欢宝石0.11稳定版可在Rails 2.3.8上使用。 If you want to fix it to work against 2.3.11 you'll have to go through the code-base and manually update references for Rails 2.3.8 to 2.3.11. 如果要修复它以使其与2.3.11兼容,则必须遍历代码库并手动将Rails 2.3.8的引用更新为2.3.11。

Legacy documentation to Spree 0.11 is here: http://guides.spreecommerce.com/legacy/0-11-x/index.html Spree 0.11的旧版文档在这里: http : //guides.spreecommerce.com/legacy/0-11-x/index.html

There is a thread on the Spree Google Groups that discusses this: http://groups.google.com/group/spree-user/browse_thread/thread/d0a22b82b2fb43ee Spree Google网上论坛上有一个线程对此进行了讨论: http : //groups.google.com/group/spree-user/browse_thread/thread/d0a22b82b2fb43ee

I highly recommend upgraded to the latest version of Spree (currently 1.0.0) as Spree-Conference was just announcing it. 我强烈建议升级到Spree的最新版本(当前是1.0.0),因为Spree-Conference只是在宣布它。 It has a rich feature-set, great bug fixing, and works against Rails 3.1.1. 它具有丰富的功能集,出色的错误修复程序,并且可与Rails 3.1.1兼容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM