Skip to content

Instantly share code, notes, and snippets.

@sho-h
Last active December 26, 2015 01:19
Show Gist options
  • Save sho-h/7070839 to your computer and use it in GitHub Desktop.
Save sho-h/7070839 to your computer and use it in GitHub Desktop.
http://railsgirls.jp/mogok/ で assets が動的コンパイルされるように修正。ただし、スクリーンショットの追加は行えていない。
--- a/_posts/2013-01-29-mogok.markdown
+++ b/_posts/2013-01-29-mogok.markdown
@@ -49,10 +49,18 @@ Gemfileに以下のGemが記述されていない場合には追記します。(
`config.serve_static_assets = false`
+ `...`
+
+ `config.assets.compile = false`
+
- 書き換え後
`config.serve_static_assets = true`
+ `...`
+
+ `config.assets.compile = true`
+
![asset:precompile](http://dl.dropbox.com/u/908641/starting-mogok/kanazawa_rb_06.014.png)
### Rails 4への対応
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment