I'm proud to announce that you can now run Hobo without prototype.js. Since this involved rewriting a large part of our javascript, a good number of enhancements came along for the ride.
To view the change list and installation instructions, see the README on the no-prototype branch of hobo-jquery: https://github.com/bryanlarsen/hobo-jquery/tree/no-prototype The code structure is currently a mess. The javascript is nicely organized into many small files. This is suboptimal for web apps, but the Rails 3.1 asset pipeline should take care of this nicely for us. (the no-prototype branch currently uses Rails 3.0, but it will be Rails 3.1 when it merges into master). On the other hand, hobo-jquery.rb and hobo-jquery.dryml are giant files containing everything except the kitchen sink. That's because they'll probably be merged into Hobo 1.4 so any effort spent organizing them would be wasted. This impacts you because you'll have to look into hobo-jquery.dryml for tag documentation. OTOH this is an alpha release with both tests and documentation. There are a couple of little-used tags that have not yet been converted (sortable-input-many, name-many). It's only been tested against agility, but agility does try to touch on pretty much every aspect of Hobo. As this is an alpha release, the API is subject to change, although such changes will probably be trivial. In fact, I want you to read through the README and double check my choices for tag, attribute and parameter names, noting places where my choices are suboptimal. cheers, Bryan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
