new to ruby

S

Shawn Tate

Hi,

I would like to learn ROR. Do I have to start with Ruby first and then
go into ROR? I am not a programmer. But, I have some knowledge of C++
but not a whole lot. Thanks.

-christiano
 
M

M. Edward (Ed) Borasky

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Shawn said:
Hi,

I would like to learn ROR. Do I have to start with Ruby first and then
go into ROR? I am not a programmer. But, I have some knowledge of C++
but not a whole lot. Thanks.

-christiano

Start with Chris Pine's "Learn to Program", then move on to David A.
Black's "Ruby for Rails". It's *possible* to learn Rails first without
being a programmer, but it's not really a good idea.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG4h9O8fKMegVjSM8RAgSnAJ47RAhKiairuMmNY8k8iIh4ePfxpQCgsdiJ
xadK9Kd+zKwhMFoR66NVsxY=
=OXUv
-----END PGP SIGNATURE-----
 
P

Phlip

Shawn said:
I would like to learn ROR. Do I have to start with Ruby first and then
go into ROR? I am not a programmer. But, I have some knowledge of C++
but not a whole lot. Thanks.

Yes, Ruby is a language and Rails is a platform; learning a little Ruby
first will go a long way towards understanding Rails.

This is what books like /Ruby for Rails/ by David Black are for. You can
also try Ruby's online interactive demo, at:

http://tryruby.hobix.com/

Even better if you have any experience with other programming languages,
because you will be overjoyed to learn how Ruby flattens the hardest
problems, that other languages get stuck on. But if you don't that's okay.

You will then see how Rails leverages each of Ruby's many strengths in
(usually!) just the right way to defeat the nastiest problems in web
architecture. Rails helps keep the web's nuts and bolts out of your way, so
you can focus only on your actual web problem.

Also, as soon as possible, learn Rails's unit test system, because it is
beyond exemplary. Unit tests for web applications are super-hard, and Rails
makes them easier than most other unit test situations.
 
S

Shawn Tate

Ed and Philip -> thanks for your recommendations.

Chris Pine's online tutorial seems to give a very simplistic approach to
ruby. I have also come across a few threads on this forum on the same
topic (ruby for newbies). There are plenty of resources out there for
people like me to learn ruby. Thanks everybody on this forum for your
inputs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,192
Latest member
KalaReid2

Latest Threads

Top