Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 605 Bytes

README.textile

File metadata and controls

24 lines (13 loc) · 605 Bytes

FaxiJaxy

This is a gem for Rails 3 that adds compatibility with the jquery.form plugin. That plugin requires that :js and :json responses to multi-part forms (i.e. file upload) be wrapped in a textarea.

Installation

Use with bundler

gem ‘faxijaxy’

Or link directly to github

gem ‘faxijaxy’, :git => ‘http://github.com/sax/faxijaxy.git

Attribution

This gem is pretty much just jaxy_file_uploads, reformatted as a gem and with Rails3 support.

http://github.com/adamlogic/jaxy_file_uploads

Resources