Companion code to my blog post on uploading to S3 with React, Rails, and Paperclip.
http://blog.littleblimp.com/post/119230396893/direct-uploads-to-s3-with-react-rails-and-paperclip
Do it:
- Clone
- Update config/secrets.yml with your AWS credentials
bundle
rake db:create && rake db:migrate
rails s
in one terminal andrake jobs:work
in another- http://localhost:3000