Hello. I am somewhat of a novice when it comes to programming. To begin programming in RoR, what other programming languages should I know, and what is the reading material I should study? Thanks for any feedback --~--~---------~--~----~------------~-------~--~----~ 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 will find learning Ruby a very nice start. Don''t try and go back and learn something like C, or even C++. Here you can learn ruby http://www.humblelittlerubybook.com/ Then start your first Rails project. I''d say do the demo in Agile Web Dev. with Rails and after that start your first application. Search google, especially the API for what you don''t know how to do, and go from there. On Apr 6, 8:39 pm, Qbert <srinidhiv...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello. I am somewhat of a novice when it comes to programming. To > begin programming in RoR, what other programming languages should I > know, and what is the reading material I should study? > > Thanks for any feedback--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I''d also take a look at "Learn To Program" my Chris Pine, that book helped solidify some of the concepts of object oriented programming (OOP) that I was a bit sketchy on. You can find it over at the pragmatic press. http://www.pragprog.com/titles/fr_ltp The best part is it looks at all of the intro programming concepts with ruby! -Jon On Apr 6, 8:23 pm, edberner <eber...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> You will find learning Ruby a very nice start. Don''t try and go back > and learn something like C, or even C++. > Here you can learn rubyhttp://www.humblelittlerubybook.com/ > > Then start your first Rails project. I''d say do the demo in Agile Web > Dev. with Rails and after that start your first application. Search > google, especially the API for what you don''t know how to do, and go > from there. > > On Apr 6, 8:39 pm, Qbert <srinidhiv...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello. I am somewhat of a novice when it comes to programming. To > > begin programming in RoR, what other programming languages should I > > know, and what is the reading material I should study? > > > Thanks for any feedback--~--~---------~--~----~------------~-------~--~----~ 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 also began with "Learn to Program", then Agile Web Development, 2nd Ed. I''m now working through "Programming Ruby" (a.k.a. "Pickaxe"), and I wish that I had read it earlier. The more you know about Ruby, the better you will ultimately be in Rails. To make things even better, there''s a 3rd edition that''s now available for Ruby 1.9 (http://www.pragprog.com/titles/ruby3). Be patient. Rails is in an interesting place right now, and I know people who are frustrated with the lack of available resources for Rails 2.0. Search this list for some recommendations regarding the newest version of Rails, and don''t wait until you''ve pulled all of your hair out before you ask questions here, either. -Kyle On Apr 7, 7:12 am, kinneyjd <JonKin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''d also take a look at "Learn To Program" my Chris Pine, that book > helped solidify some of the concepts of object oriented programming > (OOP) that I was a bit sketchy on. You can find it over at the > pragmatic press. > > http://www.pragprog.com/titles/fr_ltp > > The best part is it looks at all of the intro programming concepts > with ruby! > > -Jon > > On Apr 6, 8:23 pm, edberner <eber...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > You will find learning Ruby a very nice start. Don''t try and go back > > and learn something like C, or even C++. > > Here you can learn rubyhttp://www.humblelittlerubybook.com/ > > > Then start your first Rails project. I''d say do the demo in Agile Web > > Dev. with Rails and after that start your first application. Search > > google, especially the API for what you don''t know how to do, and go > > from there. > > > On Apr 6, 8:39 pm, Qbert <srinidhiv...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hello. I am somewhat of a novice when it comes to programming. To > > > begin programming in RoR, what other programming languages should I > > > know, and what is the reading material I should study? > > > > Thanks for any feedback--~--~---------~--~----~------------~-------~--~----~ 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 found "Build Your Own Ruby on Rails Web Applications" by Patrick Lenz a very good start for a complete newbie. -- 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 -~----------~----~----~----~------~----~------~--~---