0
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?

More than 5 years have passed since last update.

Meta-8,9,10,11,12章-rails

Last updated at Posted at 2017-03-25

Active Record

  • Application のオブジェクトをDBにマッピングする
  • b

Action Pack

  • ウェブフレームワークのウェブの部分を扱う
  • b

Active Support

  • 時刻計算やロギングなどの汎用的な問題を扱うユーティリティ
  • b

ソースコードを見る

  • gemのunpackコマンドでカレントディレクトリにコピーされる
  • gem unpack activerecord -v=4.1.0
  • b

  • 多くのモジュールをインクルードすることによってActiveRecord::Baseは巨大なクラスになっている
  • b

疎結合

  • a
  • b

テスト容易性

  • a
  • b

モジュールの再利用性

  • a
  • b

  • a
  • b

  • a
  • b

  • a
  • b

  • a
  • b

  • a
  • b

  • a
  • b

  • a
  • b

  • a
  • b
0
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
0
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?