記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Rails 3.1 and Image Assets
I have put all my images for my admin theme in the assets folder within a folder called admin. Th... I have put all my images for my admin theme in the assets folder within a folder called admin. Then I link to it like normal ie. # Ruby image_tag "admin/file.jpg" ..... #CSS .logo{ background:url('/assets/images/admin/logo.png'); FYI. Just for testing I am not using the asset_path tag just yet as I have not compiled my assets. Ok all good so far until I decided to update an image. I replaced some
2011/12/05 リンク