application.js 1.1 KB

12345678910111213141516171819202122232425
  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 the compiled file.
  18. //
  19. // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY
  20. // BLANK LINE SHOULD GO AFTER THE REQUIRES BELOW.
  21. //
  22. //= require jquery
  23. //= require jquery-ui
  24. //= require jquery_ujs
  25. //= require_tree .