1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

railsのライブラリ構造

Last updated at Posted at 2024-11-07

Action Pack

Action Controller

Controllerを担当。
リクエスト処理、状態管理、レスポンスの生成などを司る

Action View

Viewを担当。テンプレートに基づいてレスポンスを生成。
開発に役立つヘルパーやレイアウト機能を提供。Ajaxにも対応。

Action Dispatch

リクエスト処理の委譲先を決定するルーティング機能を提供

Active Model

命名規則/検証機能など、Modelの基本的な規約を定義

Active Record

データベースへのアクセスを担当、O/Rマッパー

Action Mailer

メールの送受信機能を提供

Action Mailbox

メールの受信ん機能を提供

Action Text

リッチテキストの表示/編集機能を提供

Action Cable

リアルタイムの双方交通新機能を提供

Active Storage

ストレージサービスへのデータストア機能を提供

ACtive Resource

Webサービス関連のフレームワーク

Active Support

Rubyの拡張ライブラリ

Railties

railsの各種コンポーネントをつなぎ合わせるRailsのコア

  • O/Rマッパーとは?
  • リッチテキストとは?
  • railsのコアとは?

感想

これら疑問は後々理解できると思う。
このうち4つぐらいしか使った覚えがない

関連

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?