mgerstenblatt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2010-May-20 15:38 UTC
spree commerce (or other open source ruby shopping carts)
Hi All, Has anyone used spree commerce as an e-commerce system? Is it production ready? Easy to customize? Are there other ruby-based platforms out there? I''m currently looking at options for an e-commerce system for a venture my company is starting and we''re deciding whether to use existing open-source solutions, proprietary software, or to just roll our own. Any insight would be greatly appreciated. Thanks, Mike -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Andrew Kuklewicz
2010-May-20 15:58 UTC
Re: spree commerce (or other open source ruby shopping carts)
Haven''t used spree. We use active merchant + paypal, but it is not a very big part of our site - it works and we leave it alone. Not sure what you are doing, but shopify might be an option as well. Cheers, Andrew Kuklewicz On Thu, May 20, 2010 at 11:38 AM, mgerstenblatt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org < mgerstenblatt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All, > > Has anyone used spree commerce as an e-commerce system? Is it production > ready? Easy to customize? Are there other ruby-based platforms out there? > > I''m currently looking at options for an e-commerce system for a venture my > company is starting and we''re deciding whether to use existing open-source > solutions, proprietary software, or to just roll our own. Any insight would > be greatly appreciated. > > Thanks, > > Mike > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yiannis
2010-May-20 19:29 UTC
Re: spree commerce (or other open source ruby shopping carts)
Spree has nice architecture and logic with extensions, but currently it has many bugs. It is in version 0.10... I was impressed by his architecture but dissapointed by the bugs :(. I started to fix them, it wasn''t difficult to fix what bug I found but I was thinking if it has so many bugs now that I started, what I will find out later so I decided to go with a custom eshop (and when rails 3.0 comes out, make it rails 3 and give it open source... but it is very simple in comparison with spree). On 20 Μάϊος, 18:38, "mgerstenbl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <mgerstenbl...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All, > > Has anyone used spree commerce as an e-commerce system? Is it production > ready? Easy to customize? Are there other ruby-based platforms out there? > > I''m currently looking at options for an e-commerce system for a venture my > company is starting and we''re deciding whether to use existing open-source > solutions, proprietary software, or to just roll our own. Any insight would > be greatly appreciated. > > Thanks, > > Mike > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I like to deploy the Spreecommerce locally and want to implement my own changes. I have deployed successfully but I don''t know where the actual sources files comes or running. I need help to sort this out. Please can any one help me. Thanks in Advance -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
The source files are coming from the spree gem, which is a Rails Engine (in short, a Rails Engine has all the architecture and code to function as an full Rails app, but treats your Rails app as the main app and itself as a secondary/auxilliary app). You can look at specific spree files whereever you install your gems locally as well as here, https://github.com/spree/spree. In terms of overriding Spree, check out these links, Views - http://guides.spreecommerce.com/view_customization.html Logic - http://guides.spreecommerce.com/logic_customization.html On Friday, November 30, 2012 11:18:38 PM UTC-6, Ruby-Forum.com User wrote:> > I like to deploy the Spreecommerce locally and want to implement my own > changes. I have deployed successfully but I don''t know where the actual > sources files comes or running. I need help to sort this out. Please can > any one help me. > > Thanks in Advance > > -- > Posted via http://www.ruby-forum.com/. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/rtFataImSaAJ. For more options, visit https://groups.google.com/groups/opt_out.