What is the main role of the followings on a high level note
- ActionController
- ActiveSupport
- ActiveRecord
- ActiveResource
I want to know in which context they are used.
As of now, I know that ActionController is used for inheriting controllers and ActiveRecord for inheriting models in a rails application. Where in rails app, the other two deployed?