Skip to content

Rails frameworks over the years

How to find what frameworks are available in the current version of Rails?

Section titled “How to find what frameworks are available in the current version of Rails?”

Use the

config.frameworks

option to get an array of Symbols that represent each framework.

  • ActionMailer
  • ActionPack
  • ActionWebService
  • ActiveRecord
  • ActiveSupport
  • Railties
  • ActionMailer
  • ActionPack
  • ActiveRecord
  • ActiveResource (ActiveWebService was replaced by ActiveResource, and with that, Rails moved from SOAP to REST by default)
  • ActiveSupport
  • Railties
  • ActionMailer
  • ActionPack
  • ActiveModel
  • ActiveRecord
  • ActiveResource
  • ActiveSupport
  • Railties