rails/jquery-rails

Rails 3.1.1 and jquery-rails 1.0.17 causing Errno::ENAMETOOLONG

Closed this issue · 5 comments

Errno::ENAMETOOLONG is throwing in the javascript_include_tag

12: <% end %>
13:
14: <%= stylesheet_link_tag 'application' %>
15: <%= javascript_include_tag 'application' %>
16: <%= csrf_meta_tag %>
17:
18:

It's a bug in rails. Set either config.assets.digest = false OR config.assets.debug = false in development.rb, they can't both be true.

Thanks @adrianmacneil. I'm going to close this here since this isn't a jquery-rails issue.

Here's the bug I was talking about. Took a while to find it again.

rails/rails#3333

What are the chances that #33 would correspond to rails/rails#3333?

Probably about 0.033% ;)