application.js 1.0 KB

123456789101112131415161718192021222324
  1. /***
  2. * Excerpted from "Agile Web Development with Rails",
  3. * published by The Pragmatic Bookshelf.
  4. * Copyrights apply to this code. It may not be used to create training material,
  5. * courses, books, articles, and the like. Contact us if you are in doubt.
  6. * We make no guarantees that this code is fit for any purpose.
  7. * Visit http://www.pragmaticprogrammer.com/titles/rails4 for more book information.
  8. ***/
  9. // This is a manifest file that'll be compiled into application.js, which will include all the files
  10. // listed below.
  11. //
  12. // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
  13. // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
  14. //
  15. // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
  16. // compiled file.
  17. //
  18. // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
  19. // about supported directives.
  20. //
  21. //= require jquery
  22. //= require jquery_ujs
  23. //= require turbolinks
  24. //= require_tree .