Image handling by carrierwave instead of using paperclip
Showing
| ... | ... | @@ -30,8 +30,10 @@ gem 'jbuilder', '~> 2.5' |
| # Use ActiveModel has_secure_password | ||
| # gem 'bcrypt', '~> 3.1.7' | ||
| # Paperclip is intended as an easy file attachment library for ActiveRecord | ||
| gem "paperclip", "~> 5.0.0" | ||
| # Provides a simple and extremely flexible way to upload files from Ruby applications | ||
| gem 'carrierwave', '~> 1.0' | ||
| # A ruby wrapper for ImageMagick or GraphicsMagick command line. | ||
| gem 'mini_magick' | ||
| # bootstrap-sass is a Sass-powered version of Bootstrap 3 | ||
| gem 'bootstrap-sass', '~> 3.3.6' | ||
| # Vacuum is a fast, light-weight Ruby wrapper to the Amazon Product Advertising API | ||
| ... | ... |
Please
register
or
sign in
to comment