Mention the Different Components of Rails
Rails , being a framework, has a number of components that every Ruby on Rails developer should be aware of. These include ActiveSupport, ActiveModel, ActiveRecord, ActionMailer and ActionPack. These components are also brought about by the fact that this framework is normally made up of other independent or standalone frameworks. The ActiveSupport component contributes language extension, utilities and several other diverse functions to Ruby. ActiveModel, on the other hand, allows Action Pack Helpers to interact with Ruby objects.
