Click To Globalize: Rails 2.0 Ready
I have finished to work on Click To Globalize, to made it Rails 2.0 compatible.
What’s Changed?
All and nothing: from the user point of view, the plugin has the same behaviors of the previous version. My recent activity was a refactoring, now it:
- Works with CSRF Killer
- Works with Prototype 1.6.0.1 and Scriptaculous 1.8.0.1
- Works with rewritten version of Scriptaculous
Ajax.InPlaceEditor - Works with new Prototype events handling
- Uses new Prototype’s
Element#addMethodsandFunction#wrapto add methods and AOP - Uses Protoype
Hash#get, instead of square brackets - Uses
.html.erbas helper, instead of.rhtml - Has a more clean installation/disinstallation process
- Has DRYed up tests
- Hasn’t prototype.js into the packaging
How To Use It?
Rails 2.0
$ ./script/plugin install http://dev.23labs.net/svn/rails/plugins/click_to_globalize/trunk
Rails 1.2.x
$ ./script/plugin install http://dev.23labs.net/svn/rails/plugins/click_to_globalize/branches/for-1.2.x
For a detailed guide, howtos, snippets, video-tutorials and other infos, please visit the Click To Globalize page.