TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: State of Rails e-commerce?

3 点作者 GrahamsNumber超过 11 年前
I'm looking to set up a small web store(on rails) and I've been looking at available solutions. I've found Spree, which seems overkill for my project, ror-ecommerce, which seems to be far from complete, and Piggyback, which hasn't been updated in months. Are any of you using these platforms? What other options do I have for a small-scale store? Am I better off coding it from scratch?

1 comment

pairing超过 11 年前
I wrote an e-commerce store in rails just under a year ago. I did some of the same research, and I looked into Spree &amp; Piggyback. Spree has a talented team and I was excited to try them but I found the project buggy, huge code base, &amp; very inflexible.<p>In the end, I decided to roll my own solution from scratch and use Stripe instead of using one of the pre-built solutions. In hindsight, rolling my own solution was the way to go and the time spent starting from scratch was probably quicker than having to learn something like spree anyway.