Closed bnzelener closed 10 years ago
SOLVED!
The problem was I had coffee script syntax in <script>
tags in my HTML file. When I put them in the appropriate js.coffee file in the javascript folder, the Rails Asset Pipeline seems to have found them.
Hey guys, my Rails app REFUSES to load DataTables. I am using Rails 4.0.8 and the Bootstrap-Sass 3.2.0 gem. My table appears just fine, but zero of the DataTables features show up. Here's a screenshot:
application.js
application.css
Gemfile
Table Code
Any thoughts?