View on GitHub

Photofy

A gem to provide simple method to do fileupload of pictures and provides getter setter methods of it and save on model object commit

Download this project as a .zip file Download this project as a tar.gz file

Photofy

A simple ruby gem providing photo fields to rails model

Installation

Add this line to your application's Gemfile:

gem 'photofy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install photofy

Usage

Add photo field(s) to model by adding lines like

Enables aws s3 as backend storage.