Hi, I am new in this group, if I want to learn rubyonrails what should I do first. I am very much interested to learn rails as I saw a video and make simple blog following that and then I started feeling that I should learn this language. About me, I have completed the basic java and I understand OOP concept and I can understand and write php codes. If I get some suggestion from you it would help to find the way fast and easy to learn it completey. -- Regards. Irfan Ahmed http://www.creativemake.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I highly recommend the Ruby on Rails books by Pragmatic Publishers http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition <http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition>also take a look at http://guides.rubyonrails.org/ and http://railscasts.com and http://peepcode.com Cheers, Jason On Fri, Aug 20, 2010 at 1:42 PM, Irfan Ahmed <irfandhk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > I am new in this group, if I want to learn rubyonrails what should I do > first. I am very much interested to learn rails as I saw a video and make > simple blog following that and then I started feeling that I should learn > this language. About me, I have completed the basic java and I understand > OOP concept and I can understand and write php codes. > > If I get some suggestion from you it would help to find the way fast and > easy to learn it completey. > > -- > Regards. > Irfan Ahmed > http://www.creativemake.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
http://railstutorial.org Great book and it is libre (free as in freedom)! Although it is libre, it has a libre free (as in beer) version online and a libre comercial version in PDF . -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks, to all my dear for your helping hand. Dear Jason White I would like give thanks in advance that I have choosen you highly recommended book *Agile Web Development with Rails*. I am going to start learning rails from this books, now please help me to give a little information, is there any prerequisite skills or any other language required to understand rails? I understand OOP concept, I learn java and php and I have the basic knowledge of C language. Thanks, -- Irfan Ahmed Creative Make <http://www.creativemake.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 21 August 2010 14:45, Irfan Ahmed <irfandhk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks, to all my dear for your helping hand. > Dear Jason White I would like give thanks in advance that I have choosen you > highly recommended book Agile Web Development with Rails. I am going to > start learning rails from this books, now please help me to give a little > information, is there any prerequisite skills or any other language required > to understand rails? I understand OOP concept, I learn java and php and I > have the basic knowledge of C language.You will also need Ruby, the Pickaxe book is highly recommended (http://www.pragprog.com/titles/ruby/programming-ruby) and SQL of course assuming that you are using a conventional database. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Yeah you do need to learn Ruby to use Rais, but the good thing is that most beginner and even some advanced Rails book make an assumption you do not. It was for me like that, and I learned both simultaniously :) Now **I remember how hard it was for the authors to explain symbols, but now its so obvious. I feel like this particular concept really should be ''felt'' rather ''learned''. Good learning :) Oh and I would recommend book "Foundation Rails". I like that one the most from the crowd. That covers Rails 2.x very well. Rails 3 got some very new things comming, but at least Amazon search gave me only results for books that are only for pre-order as of now. 2010/8/21 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>> On 21 August 2010 14:45, Irfan Ahmed <irfandhk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Thanks, to all my dear for your helping hand. > > Dear Jason White I would like give thanks in advance that I have choosen > you > > highly recommended book Agile Web Development with Rails. I am going to > > start learning rails from this books, now please help me to give a little > > information, is there any prerequisite skills or any other language > required > > to understand rails? I understand OOP concept, I learn java and php and I > > have the basic knowledge of C language. > > You will also need Ruby, the Pickaxe book is highly recommended > (http://www.pragprog.com/titles/ruby/programming-ruby) and SQL of > course assuming that you are using a conventional database. > > Colin > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Ok dear, I will check all of your suggested books. You people are really so helpful. I am grateful to all of you.:) On 21 August 2010 20:09, Gintautas Šimkus <dihitales-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yeah you do need to learn Ruby to use Rais, but the good thing is that most > beginner and even some advanced Rails book make an assumption you do not. It > was for me like that, and I learned both simultaniously :) Now **I > remember how hard it was for the authors to explain symbols, but now its so > obvious. I feel like this particular concept really should be ''felt'' rather > ''learned''. Good learning :) > > Oh and I would recommend book "Foundation Rails". I like that one the most > from the crowd. That covers Rails 2.x very well. Rails 3 got some very new > things comming, but at least Amazon search gave me only results for books > that are only for pre-order as of now. > > 2010/8/21 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > On 21 August 2010 14:45, Irfan Ahmed <irfandhk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > Thanks, to all my dear for your helping hand. >> > Dear Jason White I would like give thanks in advance that I have choosen >> you >> > highly recommended book Agile Web Development with Rails. I am going to >> > start learning rails from this books, now please help me to give a >> little >> > information, is there any prerequisite skills or any other language >> required >> > to understand rails? I understand OOP concept, I learn java and php and >> I >> > have the basic knowledge of C language. >> >> You will also need Ruby, the Pickaxe book is highly recommended >> (http://www.pragprog.com/titles/ruby/programming-ruby) and SQL of >> course assuming that you are using a conventional database. >> >> Colin >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> . >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- Irfan Ahmed Rizvi http://www.creativemake.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Apparently Analagous Threads
- can not execute ruby script/generate scaffold Product Admin
- Should be obvious, but how do I even know what versions of ruby are available for rvm to use with rvm install?
- want to access the page file of VM from host on Xen platform
- want to access the page file of VM from host on Xen platform using libguestfs
- Mobile as FXO