Posted: Thu Jan 29, 2009 2:27 pm Post subject: Rails question
Hey, I've been seeing a lot of hype about Rails and thought I'd give it a try...
My question is, do I need any knowledge of Ruby before I jump into RoR lol? Would I be fine if I just started reading Rails tutorials, or should I try and gain some basic knowledge of Ruby the language itself first.
Thanks
Regards,
Joel92
Sponsor Sponsor
Dan
Posted: Thu Jan 29, 2009 7:41 pm Post subject: RE:Rails question
There are some RoR books aimed at programmers that have never used ruby or rails witch could help you out.
You probably could get code working with out learning anything about ruby first but your code would be a lot more ugly and less efishent then if you knew all the ruby tricks.
Computer Science CanadaHelp with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
Tony
Posted: Thu Jan 29, 2009 8:16 pm Post subject: RE:Rails question
Rails is a framework written in Ruby, for Ruby (web applications). Skipping the language would be like using XNA without C#, Django without Python, etc (WordPress (I know it's not a framework) without knowing PHP).
You would only be complicating things for yourself.
Posted: Thu Feb 05, 2009 1:44 pm Post subject: Re: RE:Rails question
Tony @ Thu Jan 29, 2009 8:16 pm wrote:
Rails is a framework written in Ruby, for Ruby (web applications). Skipping the language would be like using XNA without C#, Django without Python, etc (WordPress (I know it's not a framework) without knowing PHP).
You would only be complicating things for yourself.