RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: JonSEng
After bundle installing the gems, and adding
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!
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
After bundle installing the gems, and adding
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!
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