I am looking into setting up a storefront, what are some good ruby store front solutions, what is everyone using?
I know Substruct - http://code.google.com/p/substruct/ But I never use it, so we can give you an opinion On Tue, Apr 21, 2009 at 4:33 PM, mike <michalzak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I am looking into setting up a storefront, what are some good ruby > store front solutions, what is everyone using? > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Unfortunately there are no good e-commerce framework for Rails. There are 3 as far as I know: - already mentioned Substruct, the most popular; I''ve tried to customize it once -- very messy codebase, use it only if you like it as-as - Spree (spreehq.org), a bit better, can be used as a starting point - Potionstore (potionfactory.com/potionstore) -- only for selling software. So, in my opinion, if you need a simple store use one of those as is (or look for carts written in some other web frameworks), but if you need a decent store -- write a custom one. Dmitry
What is your opinion of using PHP packages instead of Ruby on Rails? It seems they are more mature and possibly easier to implement, especially if you need something quick. On Tue, Apr 21, 2009 at 12:04 PM, Dmitry Sokurenko <Dmitry.Sokurenko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Unfortunately there are no good e-commerce framework for Rails. > > There are 3 as far as I know: > - already mentioned Substruct, the most popular; I''ve tried to > customize it once -- very messy codebase, use it only if you like it > as-as > - Spree (spreehq.org), a bit better, can be used as a starting point > - Potionstore (potionfactory.com/potionstore) -- only for selling > software. > > So, in my opinion, if you need a simple store use one of those as is > (or look for carts written in some other web frameworks), but if you > need a decent store -- write a custom one. > > Dmitry > > --~--~---------~--~----~------------~-------~--~----~ > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en > -~----------~----~----~----~------~----~------~--~--- > >-- Frank Kim http://betweengo.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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frank Kim wrote:> What is your opinion of using PHP packages instead of Ruby on Rails? > It seems they are more mature and possibly easier to implement, > especially if you need something quick. > > On Tue, Apr 21, 2009 at 12:04 PM, Dmitry Sokurenko > <Dmitry.Sokurenko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en >> -~----------~----~----~----~------~----~------~--~--- >> >> > > > > -- > Frank Kim > http://betweengo.com/Uber Cart in drupal Virtumart in zoomla http://www.prestashop.com/ For Php Option -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.