Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 430 Bytes

components_of_rails.md

File metadata and controls

31 lines (20 loc) · 430 Bytes

Components of Rails

Action Mailer

Sending emails

Action Pack

Builds controllers and views (let's come back to this)

Action Controller

Controllers

Action View

Views

Active Model

This is the code for your models

Active Resource

Routes

Active Record

Object Relational Mapper (ORM) for SQL databases

Active Support

Utility classes and tools

Railties

Initialization

New Features of Rails 4