I found that Ruby on Rails (RoR) is very convenient, because it have some many helpers and special tags to reduce my work load, but I find this is difficult to understand the symbol in RoR. It seems that RoR includes some special syntax / symbols. And the API is not easy to read like Java. How can I get a better understanding of this special syntax/symbol and APIs in RoR?
For example, "=>" is very odd for me.