amleshsinha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-May-10 10:06 UTC
a simple web program using mysql
Hi, Can any one send me a simple program for webpage using ruby on rails with mysql for insert, update, delete and show records with character and number type data..... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Whaaaa? Install Rails, create the database(s), create a model and erect a scaffold. Not sure what you mean? On 5/10/07, amleshsinha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <amleshsinha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hi, > > Can any one send me a simple program for webpage using ruby on rails > with mysql for insert, update, delete and show records with character > and number type data..... > > > > >-- http://www.web-buddha.co.uk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You forgot to say ''please'' -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> Can any one send me a simple program for webpage using ruby on railsStart at http://rubyonrails.org/docs , and google for "Rails tutorial". Alain ---- blog.ravet.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Dave Goodchild wrote:> Whaaaa? > > Install Rails, create the database(s), create a model and erect a > scaffold. > > Not sure what you mean? > > On 5/10/07, amleshsinha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <amleshsinha-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > -- > http://www.web-buddha.co.ukAfter install Ruby and Rails,You can use the command line>ruby script\generate scaffold BlogI strongly suggest you get a copy of "Agile Web Development with Rails 2nd Ed" and read through the entire tutorial chapters before you go much further. Good Luck! http://www.codefocus.cn -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---