Hi all, Is there any open source shop app on rails? -- Regards. Yufan ==========================Feed-Tank.com : Easy to use online feeds aggregator and reader. FT80off: Use this code to get up to $80 off for any dreamhost hosting plan.
In the Agile Development Using RoR book the sample application is a book shop. It should be a trivial exercise to adapt this. yufan shi wrote:>Hi all, >Is there any open source shop app on rails? > > >
It should be except the example in the book was a bad b2c site to build in this day and age. It had no Ajax, no sercurity features outside of simple ones and didn''t have a very configurable template system. That said, it''s a very good example for a book on learning rails but, it''s just a 30 page example rather than a full application. If I''m not mistaken, it looks like the same application used to sell the book on Pragmatic Programmers'' site (the place where you could download the ebook) On 9/5/05, Nicholas H.Tollervey <ntoll-BFUVQFV5obvYtjvyW6yDsg@public.gmane.org> wrote:> > In the Agile Development Using RoR book the sample application is a book > shop. It should be a trivial exercise to adapt this. > > yufan shi wrote: > > >Hi all, > >Is there any open source shop app on rails? > > > > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Emmanuel Matthews Americanizing since 1986 "My dentist told me to floss so, I got bigger rims" _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
As check out Ruby on Rails Pet Store http://www.anassina.com/projects/railspetstore/index.htm On 9/5/05, Emmanuel Mwangi <emmanuelm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It should be except the example in the book was a bad b2c site to build in > this day and age. It had no Ajax, no sercurity features outside of simple > ones and didn''t have a very configurable template system. That said, it''s a > very good example for a book on learning rails but, it''s just a 30 page > example rather than a full application. If I''m not mistaken, it looks like > the same application used to sell the book on Pragmatic Programmers'' site > (the place where you could download the ebook) > > > On 9/5/05, Nicholas H.Tollervey <ntoll-BFUVQFV5obvYtjvyW6yDsg@public.gmane.org> wrote: > > In the Agile Development Using RoR book the sample application is a book > > shop. It should be a trivial exercise to adapt this. > > > > yufan shi wrote: > > > > >Hi all, > > >Is there any open source shop app on rails? > > > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > Emmanuel Matthews > Americanizing since 1986 > > "My dentist told me to floss so, I got bigger rims" > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- First they laugh at you, then they ignore you, then they fight you. Then you win. -- Mahatma Karamchand Gandhi
Also check out Ruby on Rails Pet Store http://www.anassina.com/projects/railspetstore/index.htm On 9/5/05, Leon Leslie <leonleslie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> As check out > > Ruby on Rails Pet Store > > http://www.anassina.com/projects/railspetstore/index.htm > > > On 9/5/05, Emmanuel Mwangi <emmanuelm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > It should be except the example in the book was a bad b2c site to build in > > this day and age. It had no Ajax, no sercurity features outside of simple > > ones and didn''t have a very configurable template system. That said, it''s a > > very good example for a book on learning rails but, it''s just a 30 page > > example rather than a full application. If I''m not mistaken, it looks like > > the same application used to sell the book on Pragmatic Programmers'' site > > (the place where you could download the ebook) > > > > > > On 9/5/05, Nicholas H.Tollervey <ntoll-BFUVQFV5obvYtjvyW6yDsg@public.gmane.org> wrote: > > > In the Agile Development Using RoR book the sample application is a book > > > shop. It should be a trivial exercise to adapt this. > > > > > > yufan shi wrote: > > > > > > >Hi all, > > > >Is there any open source shop app on rails? > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > -- > > Emmanuel Matthews > > Americanizing since 1986 > > > > "My dentist told me to floss so, I got bigger rims" > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > -- > First they laugh at you, then they ignore you, then they fight you. > Then you win. > -- Mahatma Karamchand Gandhi >-- First they laugh at you, then they ignore you, then they fight you. Then you win. -- Mahatma Karamchand Gandhi
I honestly don''t understand why "has no Ajax" would be an problem in any way. OK so you can make some amazing stuff with partial browser reloads, but why should a business solution be judged on "is or is not Ajaxed" property. There is a point when a hot technology becomes more of buzz rather than a value provider. Lets not get there ... Just my 0.02$ Dee Zsombor Emmanuel Mwangi wrote:> It should be except the example in the book was a bad b2c site to build > in this day and age. It had no Ajax, no sercurity features outside of-- Company - http://primalgrasp.com Thoughts - http://deezsombor.blogspot.com
Yes, I agree Zsombor. Ajax should not be a core feature for web applications like Shop,CMS etc, although it can play a very effective role in the back end. Thanks all. The open source project I am looking for is one that can be compared to mature projects in other languages world, php''s osCommerce etc. 2005/9/6, Dee Zsombor <dee.zsombor-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> I honestly don''t understand why "has no Ajax" would be an problem in any way. OK > so you can make some amazing stuff with partial browser reloads, but why should > a business solution be judged on "is or is not Ajaxed" property. There is a > point when a hot technology becomes more of buzz rather than a value provider. > Lets not get there ... > > Just my 0.02$ > Dee Zsombor > > Emmanuel Mwangi wrote: > > It should be except the example in the book was a bad b2c site to build > > in this day and age. It had no Ajax, no sercurity features outside of > > -- > Company - http://primalgrasp.com > Thoughts - http://deezsombor.blogspot.com > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Regards. Yufan ==========================Feed-Tank.com : Easy to use online feeds aggregator and reader. FT80off: Use this code to get up to $80 off for any dreamhost hosting plan.
Ajax is optional in Rails. I am not doing *any* ajax yet, but I will. But first everything is to work without ajax. Noone forces you to use Ajax, but the buzz about Web 2.0 has come to stay. There are so many things with Web 2.0 and Ajax that attracts people that it would be stupid to ignore it. Also - Rails would not have the huge userbase if Ajax wasn't integrated. Ronny On 9/6/05, yufan shi <yufanshi@gmail.com> wrote:> > Yes, I agree Zsombor. Ajax should not be a core feature for web > applications like Shop,CMS etc, although it can play a very effective > role in the back end. > Thanks all. The open source project I am looking for is one that can > be compared to mature projects in other languages world, php's > osCommerce etc. > > 2005/9/6, Dee Zsombor <dee.zsombor@gmail.com>: > > I honestly don't understand why "has no Ajax" would be an problem in any > way. OK > > so you can make some amazing stuff with partial browser reloads, but why > should > > a business solution be judged on "is or is not Ajaxed" property. There > is a > > point when a hot technology becomes more of buzz rather than a value > provider. > > Lets not get there ... > > > > Just my 0.02$ > > Dee Zsombor > > > > Emmanuel Mwangi wrote: > > > It should be except the example in the book was a bad b2c site to > build > > > in this day and age. It had no Ajax, no sercurity features outside of > > > > -- > > Company - http://primalgrasp.com > > Thoughts - http://deezsombor.blogspot.com > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > Regards. > > Yufan > ==========================> Feed-Tank.com : Easy to use online feeds aggregator and reader. > FT80off: Use this code to get up to $80 off for any dreamhost hosting > plan. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
What version of rails is this Rails Pet Store supposed to work against? When I try to view any of the categories, it says: ActiveRecord::StatementInvalid in Catalog#view_category Invalid argument: SELECT * FROM category WHERE category.catid = ''DOGS'' LIMIT 1 /app/controllers/catalog_controller.rb:3:in `view_category'' However, when I run the offending request through phpmyadmin, it seems OK. Any hints? On 9/5/05, Leon Leslie <leonleslie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Also check out > > Ruby on Rails Pet Store > > http://www.anassina.com/projects/railspetstore/index.htm > > > > On 9/5/05, Leon Leslie <leonleslie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > As check out > > > > Ruby on Rails Pet Store > > > > http://www.anassina.com/projects/railspetstore/index.htm > > > > > > On 9/5/05, Emmanuel Mwangi <emmanuelm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > It should be except the example in the book was a bad b2c site to build in > > > this day and age. It had no Ajax, no sercurity features outside of simple > > > ones and didn''t have a very configurable template system. That said, it''s a > > > very good example for a book on learning rails but, it''s just a 30 page > > > example rather than a full application. If I''m not mistaken, it looks like > > > the same application used to sell the book on Pragmatic Programmers'' site > > > (the place where you could download the ebook) > > > > > > > > > On 9/5/05, Nicholas H.Tollervey <ntoll-BFUVQFV5obvYtjvyW6yDsg@public.gmane.org> wrote: > > > > In the Agile Development Using RoR book the sample application is a book > > > > shop. It should be a trivial exercise to adapt this. > > > > > > > > yufan shi wrote: > > > > > > > > >Hi all, > > > > >Is there any open source shop app on rails? > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > -- > > > Emmanuel Matthews > > > Americanizing since 1986 > > > > > > "My dentist told me to floss so, I got bigger rims" > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > -- > > First they laugh at you, then they ignore you, then they fight you. > > Then you win. > > -- Mahatma Karamchand Gandhi > > > > > -- > First they laugh at you, then they ignore you, then they fight you. > Then you win. > -- Mahatma Karamchand Gandhi > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >