Project

faxijaxy

0.0
No commit activity in last 3 years
No release in over 3 years
jquery.form requires that :js and :json file upload forms have their responses wrapped in textarea tags. This gem builds on the jaxy_file_uploads by adamlogic to add that support to Rails 3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.0.0.beta4
 Project Readme

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