I am trying to pick up ruby on rails (2.3) as fast as possible to get my feet off the ground making some code work. Can you guys recommend any resources that provide docs or tutorials which can help me get a good understanding of how RoR works and how to decode the magic behaviors?
This is a great resource. A lot of the time, questions in #rubyonrails on Freenode are answered with a link to one of these guides.
I think it also helps to think of Rails' code as having conventions, rather than magic. The conventions are actually easy to learn and are quite consistent, stop telling yourself they're "magic".
I ended up buying a couple books, but while being ok, weren't as good at addressing the fundamentals as the guides.rubyonrails.org site.