Skip to content

dwilkie/carrierwave_direct_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarrierWaveDirect Example Application

This Rails application demonstrates how to use CarrierWaveDirect to upload files directly to S3 bypassing your server.

The application uses Resque to download and process your files in the background. For more information about how to use CarrierWaveDirect in your application please visit the README

Installation

Install the example application:

git clone git://github.com/dwilkie/carrierwave_direct_example.git
cd carrierwave_direct_example
bundle install --path vendor
bundle exec rake db:migrate
bundle exec rails s

Contributing to the CarrierWaveDirect Example Application

This example application demonstrates only the basics of CarrierWaveDirect. Pull requests are very welcome in order to demonstrate more advanced features.

About

Example application using CarrierWaveDirect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published