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 3 years have passed since last update.

【Rails 】部分テンプレート使用時のディレクトリ命名方法について/partialディレクトリとsharedディレクトリの使い分け

Posted at

★気になっていたこと
RailsではDRYの原則が定められていることから、頻繁に使用する「部分テンプレート」。

使用していく中で、「partial」「shared」と
似たような意味合いを持つ単語が出てきて混乱していました。

★結論
大変ざっくりとしていますが、「partial」「shared」の使い分けは以下のようです。

①「shared」を使用する状況としてはdeviceのgemを使用しているタイミング。

device入れたときは自動でsharedディレクトリが生成されるので、
その中に使用するファイルを格納する。
スクリーンショット 2020-04-04 10.58.24.png

②device外で使用するファイルについては、現場によってディレクトリ名は異なる。
「partial」と絶対命名するわけではない。

細かい部分ですが、少し気になったので備忘録として残します。

※例
スクリーンショット 2020-04-04 11.02.41.png

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?