Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new to ruby and wanted to learn more in-depth about active records library. Where should I start from? Are there any printed/online books/resources I can look through?

I came across to "Pro Active Record: Databases with Ruby and Rails" book authored by Kevin Marshall, Chad Pytel and Jon Yurek. But that seems to be quite old(2007 edition).

Thanks in advance

share|improve this question

2 Answers

up vote 1 down vote accepted

The Official Rails Guides documentation is a good place to start. All four chapters under the Model section will be useful.

In addition check out this useful introduction blogpost (with screencast videos) by Richard Schneeman : Active Record Deep Dive

share|improve this answer
Sure, I will look into this. But I guess I need some more in-depth resources. Hope I could get some. – Manoj Monga Jan 25 at 7:41

Rails guide is one of the best place to learn rails. Below few links that will helps you.

http://guides.rubyonrails.org/active_record_validations_callbacks.html

http://guides.rubyonrails.org/association_basics.html

http://guides.rubyonrails.org/active_record_querying.html

share|improve this answer
I was looking for some more in-depth resources. – Manoj Monga Jan 25 at 7:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.