Hi, guys. I''m so happy to join this group. I''m new to ROR. And I haven''t learned or used any other program langueage before. I''m intrest in develop web-based database-driven prgramming. My company need to develop a bussiness management system recently. I wanna use ROR for a try. So, where should I start? In another words, what books or resources should I read? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I''d start by watching the rails screencast where a sample blog app is built. Next check out Agile Web Development with Rails. It''s pretty good, and comes with some exercises that you can follow along with. On Apr 14, 2007, at 11:14 PM, Jeremy wrote:> > Hi, guys. I''m so happy to join this group. I''m new to ROR. And I > haven''t learned or used any other program langueage before. I''m > intrest in develop web-based database-driven prgramming. My company > need to develop a bussiness management system recently. I wanna use > ROR for a try. So, where should I start? In another words, what books > or resources should I read? > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Also, if you have *never* programmed before, Chris Pine''s "Learn to Program" is a pleasure to read and provides just enough to get started with Ruby, the language in which the Rails framework is written. Cheers Mohit. Andy Triboletti wrote:> I''d start by watching the rails screencast where a sample blog app is > built. Next check out Agile Web Development with Rails. It''s pretty > good, and comes with some exercises that you can follow along with. > > On Apr 14, 2007, at 11:14 PM, Jeremy wrote: > > >> Hi, guys. I''m so happy to join this group. I''m new to ROR. And I >> haven''t learned or used any other program langueage before. I''m >> intrest in develop web-based database-driven prgramming. My company >> need to develop a bussiness management system recently. I wanna use >> ROR for a try. So, where should I start? In another words, what books >> or resources should I read? >> >> >> >> > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks a lot! Where can I find those resources you''re metioned? When I googled "Buby on Rails". There''re a huge of results. and some results confused me very well. HAHA. On 4月15日, 下午5时32分, Andy Triboletti <a...@chipin.com> wrote:> I''d start by watching the rails screencast where a sample blog app is > built. Next check out Agile Web Development with Rails. It''s pretty > good, and comes with some exercises that you can follow along with. > > On Apr 14, 2007, at 11:14 PM, Jeremy wrote: > > > > > Hi, guys. I''m so happy to join this group. I''m new to ROR. And I > > haven''t learned or used any other program langueage before. I''m > > intrest in develop web-based database-driven prgramming. My company > > need to develop a bussiness management system recently. I wanna use > > ROR for a try. So, where should I start? In another words, what books > > or resources should I read?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks, friend. I''ll try to google "Learn to Program & Chris Pine". On 4月15日, 下午5时35分, Mohit Sindhwani <mo_m...@onghu.com> wrote:> Also, if you have *never* programmed before, Chris Pine''s "Learn to > Program" is a pleasure to read and provides just enough to get started > with Ruby, the language in which the Rails framework is written. > > Cheers > Mohit. > > Andy Triboletti wrote: > > I''d start by watching the rails screencast where a sample blog app is > > built. Next check out Agile Web Development with Rails. It''s pretty > > good, and comes with some exercises that you can follow along with. > > > On Apr 14, 2007, at 11:14 PM, Jeremy wrote: > > >> Hi, guys. I''m so happy to join this group. I''m new to ROR. And I > >> haven''t learned or used any other program langueage before. I''m > >> intrest in develop web-based database-driven prgramming. My company > >> need to develop a bussiness management system recently. I wanna use > >> ROR for a try. So, where should I start? In another words, what books > >> or resources should I read?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Here''s the screencast link http://www.rubyonrails.org/screencasts Here''s the agile book link http://www.pragmaticprogrammer.com/titles/rails2/ good luck On Apr 14, 2007, at 11:39 PM, Jeremy wrote:> > Thanks a lot! Where can I find those resources you''re metioned? When I > googled "Buby on Rails". There''re a huge of results. and some results > confused me very well. HAHA. > > On 4月15日, 下午5时32分, Andy Triboletti <a...@chipin.com> wrote: >> I''d start by watching the rails screencast where a sample blog app is >> built. Next check out Agile Web Development with Rails. It''s pretty >> good, and comes with some exercises that you can follow along with. >> >> On Apr 14, 2007, at 11:14 PM, Jeremy wrote: >> >> >> >>> Hi, guys. I''m so happy to join this group. I''m new to ROR. And I >>> haven''t learned or used any other program langueage before. I''m >>> intrest in develop web-based database-driven prgramming. My company >>> need to develop a bussiness management system recently. I wanna use >>> ROR for a try. So, where should I start? In another words, what >>> books >>> or resources should I read? > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks. Everything goes well. :) On 4/15/07, Andy Triboletti <andy@chipin.com> wrote:> > > Here's the screencast link > http://www.rubyonrails.org/screencasts > > Here's the agile book link > http://www.pragmaticprogrammer.com/titles/rails2/ > > good luck > > On Apr 14, 2007, at 11:39 PM, Jeremy wrote: > > > > > Thanks a lot! Where can I find those resources you're metioned? When I > > googled "Buby on Rails". There're a huge of results. and some results > > confused me very well. HAHA. > > > > On 4月15日, 下午5时32分, Andy Triboletti <a...@chipin.com> wrote: > >> I'd start by watching the rails screencast where a sample blog app is > >> built. Next check out Agile Web Development with Rails. It's pretty > >> good, and comes with some exercises that you can follow along with. > >> > >> On Apr 14, 2007, at 11:14 PM, Jeremy wrote: > >> > >> > >> > >>> Hi, guys. I'm so happy to join this group. I'm new to ROR. And I > >>> haven't learned or used any other program langueage before. I'm > >>> intrest in develop web-based database-driven prgramming. My company > >>> need to develop a bussiness management system recently. I wanna use > >>> ROR for a try. So, where should I start? In another words, what > >>> books > >>> or resources should I read? > > > > > > > > > >-- 生如夏花般灿烂,死如秋叶般静美。 --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- facebook api
- Re: customizing map.resources for REST
- res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
- res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
- ANN (Screencast): Rails and Typo screencast at WebFaction