Trying to start with Ruby, and Rails, seperately

E

ed

Hi,

I'm looking to start learning Ruby, and Rails, but one at a time. I am
seeking opinions on how I should start... what resources I should be
using, what programs, what the best set up for learning is... and then
how I should proceed. Any help is greatly apprecaited.

Thanks!

-e
 
E

ed

I should mention, as well, that I am familiar with C/C++, HTML/CSS,
Perl, a fair amount of javascript, and the basics of SQL (mySQL).
 
D

danielj

You should be able to fly through this:

http://pine.fm/LearnToProgram/

Then go to the PickAxe (google it and you will find it)

My father-in-law turned me on to programming and there is a book he
recommended called:

<a href="http://weblog.rubyonrails.com/2006/11/13/beginning-ruby-on-
rails-e-commerce">Beginning Ruby on Rails: E-Commerce....</a>

that tells you exactly how to build an Amazon style site in minutes...

I'm still learning so wait for my response to be vetted by the
veterans...
 
F

Felipe Contreras

Hi,

I'm looking to start learning Ruby, and Rails, but one at a time. I am
seeking opinions on how I should start... what resources I should be
using, what programs, what the best set up for learning is... and then
how I should proceed. Any help is greatly apprecaited.

Thanks!

I think you should start with Ruby. It's very simple, just read the
manual, try to make some code of your own and when you think you know
the basics jump to Rails.

If you go directly to Rails probably you still can make things work,
but you'll not know what's really happening.

Good Luck.
 
G

Giles Bowkett

I should mention, as well, that I am familiar with C/C++, HTML/CSS,
Perl, a fair amount of javascript, and the basics of SQL (mySQL).

I'd start with "The Ruby Way" by Hal Fulton - pretty much the only
book out there about how to write idiomatic Ruby - and the Pickaxe
("Programming Ruby" from the Pragmatic Programmers). Then grab "Agile
Web Dev w/Rails," also by the Pragmatics. Also, for a beginner's book,
there's "Ruby On Rails Power!" and Sitepoint's Rails book, both of
which are good.
 
B

barjunk

I'd start with "The Ruby Way" by Hal Fulton - pretty much the only
book out there about how to write idiomatic Ruby - and the Pickaxe
("Programming Ruby" from the Pragmatic Programmers). Then grab "Agile
Web Dev w/Rails," also by the Pragmatics. Also, for a beginner's book,
there's "Ruby On Rails Power!" and Sitepoint's Rails book, both of
which are good.

--
Giles Bowkett

Blog:http://gilesbowkett.blogspot.com
Portfolio:http://www.gilesgoatboy.org


I'm really surprised "Ruby for Rails" wasn't mentioned in all of the
titles. I think it fits the OP's needs closest, aside from Pickaxe.
I haven't read Hal's book, but trust Giles recommendation.

Mike B.
 
G

Gregory Brown

I'm really surprised "Ruby for Rails" wasn't mentioned in all of the
titles. I think it fits the OP's needs closest, aside from Pickaxe.
I haven't read Hal's book, but trust Giles recommendation.

Hal's book is excellent but is not for beginners. (It says so right
in the beginning)
I do think it'd be a great book to have around once you go beyond the
basics, but it's not meant to teach you Ruby.
 
G

Giles Bowkett

Hal's book is excellent but is not for beginners. (It says so right
in the beginning)
I do think it'd be a great book to have around once you go beyond the
basics, but it's not meant to teach you Ruby.

True!

The OP mentioned working with Perl and C++, so I figured I'd risk it.
It isn't for the totally uninitiated, though.
I'm really surprised "Ruby for Rails" wasn't mentioned in all of the
titles. I think it fits the OP's needs closest, aside from Pickaxe.

Well, he said he wanted to learn Ruby and Rails, but one at a time. It
is a great book, though.

If you got "Ruby Way" and "R4R," and you already had skill in
programming of some similar kind, you'd probably be well on your way
to writing very idiomatic Ruby.
 
G

Gregory Brown

True!

The OP mentioned working with Perl and C++, so I figured I'd risk it.
It isn't for the totally uninitiated, though.

I should have read upwards. I think I saw the first post but not the
second. Yeah, I think with that background it might be doable, as
long as (like you suggested) you had the Pickaxe for reference.
 
M

M. Edward (Ed) Borasky

barjunk said:
I'm really surprised "Ruby for Rails" wasn't mentioned in all of the
titles. I think it fits the OP's needs closest, aside from Pickaxe.
I haven't read Hal's book, but trust Giles recommendation.

Mike B.

Yeah ... I'll second this nomination. Someone coming from
C++/HTML/Perl/MySQL shouldn't need anything else to get started. If
you're going to do it professionally, you'll absolutely need both the
Pickaxe and Agile Web Development With Rails, Second Edition, as
references, though. I don't see how you can live without all three. Then
again, I don't see how you can live without "The Ruby Way, Second
Edition", either.

The OP is clearly not a beginner at either programming, object-oriented
programming or web application development. I wouldn't recommend
cookbooks or beginners' books given that.
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top