application.js 1.1 KB

123456789101112131415161718192021222324252627
  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
  10. // include all the files listed below.
  11. //
  12. // Any JavaScript/Coffee file within this directory, lib/assets/javascripts,
  13. // vendor/assets/javascripts, or vendor/assets/javascripts of plugins, if any,
  14. // can be referenced here using a relative path.
  15. //
  16. // It's not advisable to add code directly here, but if you do, it'll appear at
  17. // the bottom of the compiled file.
  18. //
  19. // Read Sprockets README
  20. // (https://github.com/sstephenson/sprockets#sprockets-directives) for details
  21. // about supported directives.
  22. //
  23. //= require jquery
  24. //= require jquery-ui/effect-blind
  25. //= require jquery_ujs
  26. //= require turbolinks
  27. //= require_tree .