Can I replace Prototype with Dojo in Rails 3?
I know I can put jQuery as the javascript library, but I want to know if there is some plugin that replaces Prototype with Dojo.
Thanks!
EDIT:
For those seeking an answer for this question, it seems that the dojo project is developing an extension that replaces prototype’s rails.js by dojo’s rails.js. The extension is still unstable, but already make its way to DojoX (dojox.rails) in trunk.
I’m using dojox.rails in an application without any problem so far with rails 3.0.7
I still need to assess what will need to be changed considering the upcoming release of rails 3.1
Cheers
Guy