Computer Science Canada Rails question |
Author: | Joel92 [ 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 |
Author: | Dan [ 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. |
Author: | Tony [ 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. |
Author: | Joel92 [ 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. Thanks for the reply Big Tone' ! |