README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. -------------------------------------------------------------------------------
  2. Project Name: dojox.rails
  3. -------------------------------------------------------------------------------
  4. Version 0.1
  5. Release date: 03/23/2010
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits:
  11. Bob Remeika (bob.remeika@gmail.com)
  12. ttilley (This code is based a lot on what he contributed).
  13. -------------------------------------------------------------------------------
  14. Project description
  15. This is a dojo plugin for Rails 3.x UJS support
  16. -------------------------------------------------------------------------------
  17. Dependencies:
  18. dojo base
  19. -------------------------------------------------------------------------------
  20. Documentation
  21. Apparently none
  22. -------------------------------------------------------------------------------
  23. Installation instructions
  24. Grab the following from the Dojo SVN Repository:
  25. http://svn.dojotoolkit.org/src/dojox/trunk/rails.js
  26. Install into the following directory structure:
  27. /dojox/rails.js
  28. ...which should be at the same level as your Dojo checkout.
  29. then dojo.require("dojox.rails") in your application to load it.
  30. -------------------------------------------------------------------------------