LoginSignup
1
0

More than 5 years have passed since last update.

javascript_include_tag :all でall.jsが参照される

Last updated at Posted at 2012-06-09

どなたか解決策を教えてください。rails 3.2.3です。
public/javascripts/ 以下の全ファイルをロードしたいのですが、
javascript_include_tag :all でall.jsが見つからない、とエラーが出ます。

一通り検索して :cache => true や enviromentsにて
config.action_controller.perform_caching = true
にする、precompileするなど試したのですが、all.jsが生成されません。

うまくいけば :recursive => true で再帰的にロードしようと思っています。

1
0
1

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