GithubHelp home page GithubHelp logo

werein / uppr Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 172 KB

CarrierWave classes for uploading images, videos and files with background support

Home Page: http://werein.github.io/gems/uppr/

License: MIT License

Ruby 100.00%

uppr's Introduction

Uppr

Uploader for Rails using CarrierWave uploader and support for image, video and attachment.

Installation

  • Add this line to your application's Gemfile
gem 'uppr'
  • Load it in lib/your_engine/engine.rb if is used in engine
require 'uppr'

Usage

Mount uploader to your model. Uploader supports images, videos and files.

  • Uppr::Image
  • Uppr::Video
  • Uppr::Attachment

#####Example

mount_uploader :image, Uppr::Image
mount_uploader :video, Uppr::Video
mount_uploader :attachment, Uppr::Attachment

It supports background uploading. If you want to upload on background, you need to have attribute_tmp in your database table.

#####Example

store_in_background :image
store_in_background :video
store_in_background :attachment

Image versions

  • original 1920px x auto
  • original.thumb 720px x auto
  • square 1920px x 1920px
  • square.thumb 720px x 720px
  • portrait 1080 x 1920px
  • portrait.thumb 720px x 1280px
  • landscape 1920px x 1080px
  • landscape.thumb 1280px x 720px

Video versions

  • mp4 - original resolution in Apple format
  • mp4.p1080 - 1080p
  • mp4.p720 - 720p
  • ogv - original resolution in Firefox format
  • ogv.p1080 - 1080p
  • ogv.p720 - 720p
  • webm - original resolution in Google format
  • webm.p1080 - 1080p
  • webm.p720 - 720p

Allowed attachments

  • zip
  • rar
  • pdf
  • doc

uppr's People

Contributors

jirikolarik avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.