Rails frameworks over the years
Other topicsHow 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.
Rails versions in Rails 1.x
- ActionMailer
- ActionPack
- ActionWebService
- ActiveRecord
- ActiveSupport
- Railties
Rails frameworks in Rails 2.x
- ActionMailer
- ActionPack
- ActiveRecord
- ActiveResource (ActiveWebService was replaced by ActiveResource, and with that, Rails moved from SOAP to REST by default)
- ActiveSupport
- Railties
Rails frameworks in Rails 3.x
- ActionMailer
- ActionPack
- ActiveModel
- ActiveRecord
- ActiveResource
- ActiveSupport
- Railties
Contributors

Topic Id: 8107
Example Ids: 26129,26130,26131,26132
This site is not affiliated with any of the contributors.