README 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. Documentatation will reside at:
  22. http://docs.dojocampus.org/dojox/rails
  23. -------------------------------------------------------------------------------
  24. Installation instructions
  25. Grab the following from the Dojo SVN Repository:
  26. http://svn.dojotoolkit.org/src/dojox/trunk/rails.js
  27. Install into the following directory structure:
  28. /dojox/rails.js
  29. ...which should be at the same level as your Dojo checkout.
  30. then dojo.require("dojox.rails") in your application to load it.
  31. -------------------------------------------------------------------------------