gnufied / merb_ajax forked from paceline/merb_ajax

A plugin for the Merb framework that provides Rails-like helper methods for Ajax (prototype, scriptaculous)

This URL has Read+Write access

name age message
file LICENSE Loading commit data...
file README
file Rakefile
file TODO
directory lib/
directory script/
directory spec/
README
merb_ajax
=================

A plugin for the Merb framework that provides Rails-like helper methods for Ajax (prototype, scriptaculous).

To use this plugin in merb in your app

config/dependencies.rb

#...

dependency "merb_ajax"

#...

Please refer to the RDoc for the helper methods available. Functionality should be very similar to the corresponding
Rails methods since they have been taken straight from the rails gems and then modified.

Please note that the current version has been quickly assembled and not yet sufficiently tested. It seems to work with
my current merb project, though ;-)

Email me at ulf@projecttray.com if you've got any comments, suggestions or questions.