Hello, all
I'm new to Ruby and I purchased both Agile books for learning Ruby &
Rails. I don't know If I should learn Ruby first or dive into Rails?
It depends.
"Agile Web Development with Ruby on Rails" contains a very nice tutorial
at the beginning. If you only have a few problems understanding the code
there, and you know the basic concepts of classes and objects etc. from
other languages, feel free to start with rails.
But since Ruby and its concepts are somehow different, you should have
the pickaxe-book on your desk too, to read one or another chapter, when
needed. You will need this book anyway, so buy it.
If you are new to programming at all or to object oriented programming,
you will not really understand, what "Agile Web Development with Ruby on
Rails" is about. Try to learn Ruby first.
Thomas