PDA

View Full Version : help with ruby on rails




italiano40
Nov 12, 2008, 10:19 PM
How can i get started in ruby on rails
i know PHP, C++, Java, and now i want to know
ruby rails



OmenKing
Nov 13, 2008, 12:17 AM
There are soo many resources for learning rails.
Go check out my rails resources links (http://monsterboxpro.com/) on the side of my website.

Cromulent
Nov 13, 2008, 04:02 AM
Learn Ruby then learn Ruby on Rails.

OmenKing
Nov 14, 2008, 12:07 AM
This isn't true.

You can don't need to learn everything about ruby, just get rolling with it, when you start hitting limitations learn what you need to learn to move forward.

Cromulent
Nov 14, 2008, 04:58 AM
This isn't true.

You can don't need to learn everything about ruby, just get rolling with it, when you start hitting limitations learn what you need to learn to move forward.

Which is a terrible way to learn. You should understand what you are doing. No wonder so many people produce insecure rubbish code if all they do is learn by copying and pasting code they find in tutorials on the web of dubious repute.

Sijmen
Nov 14, 2008, 05:06 AM
I found this great to get started with Ruby:

http://tryruby.hobix.com/

italiano40
Nov 14, 2008, 09:47 AM
thank you guys

OmenKing
Nov 15, 2008, 02:54 AM
Which is a terrible way to learn. You should understand what you are doing. No wonder so many people produce insecure rubbish code if all they do is learn by copying and pasting code they find in tutorials on the web of dubious repute.

Its about getting your hands dirty and seeing how far you can get before you fail. If you want to build anything in rails you'll have a hard time cargo culting code into an application if you don't understand ruby.

But the point being is if you can't see quick results there is no drive to build anything.

I don't agree with your view.