2

Can somebody point me to resources that will help me understand A to Z of ActiveResource in Rails 3?

I tried looking out for books and articles in vain :(

Pointers to any open-sourced project that I can play with should also be of help.

Your help is much appreciated. Thanks in advance.

karthiks
  • 7,049
  • 7
  • 47
  • 62

1 Answers1

1

Having recently worked with ActiveResource I can empathize with you. I can tell you that there hasn't been much work done on ActiveResource since Rails 2.3. I've heard rumor that there's a rewrite coming after 3.1 (or maybe it's actually been done in 3.1).

I'd suggest the Railscasts at ActiveResource Basics and More On ActiveResource If you have a copy of The Rails 3 Way there is a chapter there. Otherwise, the best resource I was able to find was the code itself.

dogenpunk
  • 4,332
  • 1
  • 21
  • 29
  • Thanks, I had watched the screencasts that you mentioned but couldn't really get the complete picture. I'm sure there is more in reality and that is what I'm looking out for. It is with this intention that I had posted this question. – karthiks Aug 13 '11 at 14:48
  • They actually added support for all ActiveRecord types in ARes 3.1. – RocketR Nov 09 '11 at 12:53
  • Oooh Oooh Oooh! Gotta check that out! Thanks! – dogenpunk Nov 09 '11 at 18:45