Sha256: a273462e60a8ed48c3034328b5602c429dd099c8ba454ece7562504ad458e143
Contents?: true
Size: 469 Bytes
Versions: 64
Compression:
Stored size: 469 Bytes
Contents
/* * Padrino Javascript Extcore Adapter * Created for use with Padrino Ruby Web Framework (http://www.padrinorb.com) **/ /* Remote Form Support * form_for @user, '/user', :remote => true **/ /* Confirmation Support * link_to 'sign out', '/logout', :confirm => "Log out?" **/ /* * Link Remote Support * link_to 'add item', '/create', :remote => true **/ /* * Link Method Support * link_to 'delete item', '/destroy', :method => :delete **/ /* JSAdapter */
Version data entries
64 entries across 64 versions & 1 rubygems