Hi all , I am dont know Ruby at all but I would like to learn ROR is that possible Or I should learn ruby first after that Go for ROR... Thanks -- Posted via http://www.ruby-forum.com/.
I started from that situation also. I worked through the book Agile Web Development with Rails, which starts from the assumption that you know nothing about either, and found that an excellent introduction. If you do this make sure you get the 3rd edition which uses the current version of Rails. Colin 2009/5/17 Sk Kk <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>> > Hi all , > I am dont know Ruby at all but I would like to learn ROR is that > possible Or I should learn ruby first after that Go for ROR... > > > Thanks > -- > 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 -~----------~----~----~----~------~----~------~--~---
From my point of view, you should know a little about Ruby code, is better to resolve some situations where you need do pure Ruby code inside a Rails application, so you can do a good quality of code. Here you have the link to the ruby documentation at http://ruby-doc.org/core/ and of course you should read some book, this will be an advantage to resolve quickly your doubts. Another good link here at http://rubyquiz.com/. Good luck, Cesar _______________________________________________ Gnu/Linux count user #416024 My github account : http://github.com/cesarediaz Personal page : http://www.cesardiaz.com.ar My blog : http://cesarediaz.blogspot.com Twitter : http://twitter.com/cesarstafe Skype: cesarstafe
On May 18, 4:02 am, César <cesare.d...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> From my point of view, you should know a little about Ruby code, is > better to resolve some situations where you need do pure Ruby code > inside a Rails application, so you can do a good quality of code.The Agile Web Development with Rails book has an appendix covering some Ruby basics, which should be enough to get the OP started. Also, you might like to try this quick tutorial - only takes 15 mins and runs in your browser :) http://tryruby.hobix.com/ Enjoy! Robert
lynda.com has a good tutorial on RoR, its old but a good place to start with. Then you can continue with tutorialspoint.com -Pratik On May 18, 3:47 am, rgravina <robert.grav...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On May 18, 4:02 am, César <cesare.d...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > From my point of view, you should know a little about Ruby code, is > > better to resolve some situations where you need do pure Ruby code > > inside a Rails application, so you can do a good quality of code. > > The Agile Web Development with Rails book has an appendix covering > some Ruby basics, which should be enough to get the OP started. > > Also, you might like to try this quick tutorial - only takes 15 mins > and runs in your browser :)http://tryruby.hobix.com/ > > Enjoy! > > Robert