No commit activity in last 3 years
No release in over 3 years
Fine Uploader by Andrew Valums integrated for Rails 3.1+ Asset Pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.1

Runtime

>= 3.1
 Project Readme

Fine Uploader 3.2 for Rails

Fineuploader is a Javascript plugin written by Andrew Valums, and actively developed by Ray Nicholus. This plugin uses an XMLHttpRequest (AJAX) for uploading multiple files with a progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden-iframe-based upload in other browsers (namely IE), providing good user experience everywhere. It does not use Flash, jQuery, or any external libraries.

This gem integrates this fantastic plugin with Rails 3.1+ Asset Pipeline.

Plugin documentation

Installing Gem

gem 'fine-uploader-rails', '~> 3.2'

Using the javascripts

Require fineuploader in your app/assets/application.js file

//= require fineuploader

Fineuploader with JQuery wrapper

//= require fineuploader.jquery

Using the stylesheet

Require the stylesheet file to app/assets/stylesheets/application.css

*= require fineuploader

Thanks

Thanks to Andrew Valums and Ray Nicholus for this plugin.