Oluwayomi . O.Oluwadara
2009-Nov-10 22:55 UTC
online app to be developed using RoR and sqlite3
Hi all, I want to implement a web based application(A B2C e-commerce web site selling textbooks) using Ruby on rails as my server side scripting lang and squlite3 as my database.Can any body give me a clue as to how to start? Regards and Respects, Kindness in thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Do you have any experience with programming in Ruby or Rails? I''m just trying to gauge what you already know, so I can start somewhere relevant. One thing I would suggest that you do is check out Spree. ( http://spreecommerce.com). It''s an open-source Ruby on Rails store system, and just might do what you''re looking for out of the box. Nicholas Young nicholas-xC5Qu3Aly4iS4QlAQSBiwtBPR1lH4CV8@public.gmane.org On Tue, Nov 10, 2009 at 4:55 PM, Oluwayomi . O.Oluwadara <yomidara-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > I want to implement a web based application(A B2C e-commerce web site > selling textbooks) using Ruby on rails as my server side scripting lang and > squlite3 as my database.Can any body give me a clue as to how to start? > > Regards and Respects, > > > Kindness in thought leads to wisdom. > Kindness in speech leads to eloquence. > Kindness in action leads to love > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Marnen Laibow-Koser
2009-Nov-10 23:59 UTC
Re: online app to be developed using RoR and sqlite3
Oluwayomi . O.Oluwadara wrote:> Hi all, > I want to implement a web based application(A B2C e-commerce web site > selling textbooks) using Ruby on rails as my server side scripting lang > and squlite3 as my database.No, you do *not* want to use SQLite as your production DB. It''s OK for development, but it''s not really meant to deal with concurrent requests. Use a real multiuser DB such as PostgreSQL.> Can any body give me a clue as to how to > start?Check out http://guides.rails.info.> > Regards and Respects, > > > Kindness in thought leads to wisdom. > Kindness in speech leads to eloquence. > Kindness in action leads to loveBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.
Oluwayomi Oluwadara
2009-Nov-11 08:37 UTC
Re: online app to be developed using RoR and sqlite3
Thanks Maren. Unfortunately, the DB you advised was not among the ones specified for use.Its a college project that need to be completed in December. Moreso,Am completely new to ruby on rails.I am really learning by reading the text"agile web development with rails.Any further assistance will be appreciated Regards and Respects, Kindness in thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love. --- On Tue, 11/10/09, Marnen Laibow-Koser <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: From: Marnen Laibow-Koser <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> Subject: [Rails] Re: online app to be developed using RoR and sqlite3 To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Date: Tuesday, November 10, 2009, 3:59 PM Oluwayomi . O.Oluwadara wrote:> Hi all, > I want to implement a web based application(A B2C e-commerce web site > selling textbooks) using Ruby on rails as my server side scripting lang > and squlite3 as my database.No, you do *not* want to use SQLite as your production DB. It''s OK for development, but it''s not really meant to deal with concurrent requests. Use a real multiuser DB such as PostgreSQL.> Can any body give me a clue as to how to > start?Check out http://guides.rails.info.> > Regards and Respects, > > > Kindness in thought leads to wisdom. > Kindness in speech leads to eloquence. > Kindness in action leads to loveBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Marnen Laibow-Koser
2009-Nov-11 14:26 UTC
Re: online app to be developed using RoR and sqlite3
Oluwayomi Oluwadara wrote:> Thanks Maren. Unfortunately, the DB you advised was not among the ones > specified for use.What were the ones specified?> Its a college project that need to be completed in > December. Moreso,Am completely new to ruby on rails.I am really learning > by reading the text"agile web development with rails.Any further > assistance will be appreciatedIf it''s a college project, then isn''t your professor the first person to ask?> Regards and Respects, > > > Kindness in thought leads to wisdom. > Kindness in speech leads to eloquence. > Kindness in action leads to love.Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.
Oluwayomi Oluwadara
2009-Nov-11 14:31 UTC
Re: online app to be developed using RoR and sqlite3
Its a coursework-do on your own thing.The specified Db are oracle,MS SQL or MySQL Regards and Respects, Kindness in thought leads to wisdom. Kindness in speech leads to eloquence. Kindness in action leads to love. --- On Wed, 11/11/09, Marnen Laibow-Koser <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: From: Marnen Laibow-Koser <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> Subject: [Rails] Re: online app to be developed using RoR and sqlite3 To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Date: Wednesday, November 11, 2009, 6:26 AM Oluwayomi Oluwadara wrote:> Thanks Maren. Unfortunately, the DB you advised was not among the ones > specified for use.What were the ones specified?> Its a college project that need to be completed in > December. Moreso,Am completely new to ruby on rails.I am really learning > by reading the text"agile web development with rails.Any further > assistance will be appreciatedIf it''s a college project, then isn''t your professor the first person to ask?> Regards and Respects, > > > Kindness in thought leads to wisdom. > Kindness in speech leads to eloquence. > Kindness in action leads to love.Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
On Tue, Nov 10, 2009 at 11:55 PM, Oluwayomi . O.Oluwadara <yomidara-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > Hi all, > I want to implement a web based application(A B2C e-commerce web site selling textbooks) using Ruby on rails as my server side scripting lang and squlite3 as my database.Can any body give me a clue as to how to start?rails ecommerce That should be enough to have your basic rails application with a SQLite database for each environment. -- Leonardo Mateo. There''s no place like ~
On Wed, Nov 11, 2009 at 3:31 PM, Oluwayomi Oluwadara <yomidara-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > Its a coursework-do on your own thing.The specified Db are oracle,MS SQL or MySQL >SQLite isn''t there either. -- Leonardo Mateo. There''s no place like ~
Marnen Laibow-Koser
2009-Nov-11 14:43 UTC
Re: online app to be developed using RoR and sqlite3
Oluwayomi Oluwadara wrote:> Its a coursework-do on your own thing.The specified Db are oracle,MS > SQL or MySQL >Then go for mySQL. It''s a reasonable second choice. Oracle might be worth a look too. Better yet, ask your professor if you can use PostgreSQL instead. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.