When create a first app in Ruby on Rails maybe you will meet this error, so how to resolve it?
Ok, Let’s fix it.
Go to app/views/layouts/application.html.erb and edit following line:
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
to
<%= javascript_include_tag 'default', 'data-turbolinks-track' => true %>
Or you can remove that line.
Now, you try test again!
Thank for reading!
Các bài viết không xem thì tiếc:
- Cách gọi helper trong ruby on rails
- HỌC AJAX CƠ BẢN | ĐÔ TRỊNH
- Cách dump data trong Ruby
- Select where like trong Ruby On Rails
- Siêu tổng hợp android code snippets (cập nhật thường xuyên)
- Giải phương trình bậc 2 bằng Ruby
- Rails: undefined method `+’ for nil:NilClass
- Thay đổi tiêu đề, định dạng datepicker jQuery
- Tại sao đã thêm vào file gitignore rồi mà không có tác dụng?
- Làm việc với font trong Android
- “Các câu lệnh git thông dụng” cực cần thiết cho developer
- Cách tạo Sticky Sidebar với jQuery