I am a beginner for Ruby On Rails Stuffs…is there a book that covers
that
for beginners…from what i read on
Seems like it’s easy programming…
I have experience in Dreamweaver, PHP, C++, VB & Java programming…
so i guess this shouldn’t to difficult to pick up…
Dudes, any idea where I can start?
Then I’ll burn Rails in my skull with Manning’s Ruby for Rails…
Then I’d get the Agile Rails book from Mr Thomas. Seems to get updated
often, by the time you get to this book, you’ll be up to date with the
latest with Rails.
With prior programming experience, the Programming Ruby and
Agile Web D. with Rails books are good places to start, plus
the API of course (api.rubyonrails.com
There are heaps of online tutes/manuals to get you going, like Four Days
on Rails or OnLamp/Amy’s Rolling with Ruby on Rails series.
Then come the “add-on” booklets, like Rails Recipes etc. if you’re
hungry for more!
And the Rails site has a shorter list, but you couldn’t go wrong with
any of the top 3 on that list, particularly Ruby for Rails. I think
that would be the best book for you to start with, as you are a
beginner to ruby and have some prior programming experience.
And the Rails site has a shorter list, but you couldn’t go wrong with
any of the top 3 on that list, particularly Ruby for Rails. I think
that would be the best book for you to start with, as you are a
beginner to ruby and have some prior programming experience.
hey dominic, i see that you recommended ruby on rails: up and running
and i had a quick question for you if you don’t mind.
on page 46 when we need to add the next set of script did you get any
error messages? I received a duplicate entry error message when i tried
to add the script to mysql database (it worked for the first script)
and this message:
SELECT *
FROM columna
WHERE CONCAT_WS( “-”, ‘columnb’, ‘columnc’) = “ColumnA-ColumnB”
ORDER BY columnd ASC