RailsCasts Pro episodes are now free!

Learn more or hide this

Jonathan's Profile

GitHub User: JonSEng

Comments by Jonathan

Avatar

After bundle installing the gems, and adding

coffeescript
jQuery ->
  $('task_sessions_table').dataTable()

in the appropriate coffee file (app/assets/javascripts/), just like Ryan did, I try to reload the page and get the error.

couldn't find file 'dataTables/jquery.dataTables'
(in /Users/Jonathan/code/gp-taskmanagement/app/assets/stylesheets/application.css.scss:7)

Please help!

Avatar

I'm running into an issue with Rails (v4) images (ex: the arrows) If I put it into assets/images/
do I have to do precompiling? The asset pipeline is really confusing me