Live data from Hacker News

Ask HN: Can you recommend a Rails ecommerce framework?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Can you recommend a Rails ecommerce framework?

#2
Spree Commerce is perhaps the best ecommerce option on Rails. There are a few others like ror-e, piggyback which are not that mature or in continuous development. You could use Spree as a rails engine on top your site or combine with cms like refinery or radiant.

You could just choose to use only shopping cart feature of spree commerce with your existing site.

Re: Ask HN: Can you recommend a Rails ecommerce framework?

#3
post #2

Spree Commerce is perhaps the best ecommerce option on Rails. There are a few others like ror-e, piggyback which are not that mature or in continuous development. You could use Spree as a rails engine on top your site or combine with cms like refinery or radiant. You could just choose to use only shopping cart feature of spree commerce with your existing site.

Thanks for the info! I'm essentially trying to convert http://outgrow.me/ (which is running on Wordpress with WePay buttons for payments) to a Rails site. I'm hoping I'm not biting off more than I can chew..