|
|
|
Ask HN: State of Rails e-commerce?
|
|
3 points
by GrahamsNumber
4540 days ago
|
|
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? |
|
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.