Git Product home page Git Product logo

scribd-carrierwave's Introduction

Scribd-CarrierWave

Integrates CarrierWave with Scribd. This plugin was heavily influenced by Scribd_fu.

Build Status

Install

gem install scribd-carrierwave

With bundler:

gem 'scribd-carrierwave'

Configure

  1. Sign up for a Scribd API key here

  2. The following configuration settings need to be made (e.g. in an initializer):

    ScribdCarrierWave.config.key = {{Scribd API Key}}
    ScribdCarrierWave.config.secret = {{Scribd Secret Key}}
    ScribdCarrierWave.config.username = {{Scribd Username}}
    ScribdCarrierWave.config.password = {{Scribd Password}}
  3. In the CarrierWave uploader you wish you use with Scribd, add the line has_ipaper

  4. For each attribute the uploader is mounted as, add the following attributes to the model. For instance, if the uploader is mounted as :attachement add

    t.integer :attachment_ipaper_id
    t.string  :attachment_ipaper_access_key

Scribd-CarrierWave will now automatically upload new attachments to Scribd as a private document, and save the id and access_key on the model.

Viewing A Document

Just add <%= attachment.display_ipaper %> into your view.

To display multiple documents on the same page, you need to pass in a unique id for each one:

<%= attachment.display_ipaper({id: '_attachement1'}) %>

To pass in params to the Scribd javascript options (listed here)

<%= attachment.display_ipaper({height: 700, width: 600}) %>

To get the link to the fullscreen document:

<%= attachment.fullscreen_url %>

scribd-carrierwave's People

Contributors

aubreyrhodes avatar mattgibson avatar milkfarm avatar

Stargazers

 avatar

Watchers

 avatar James Cloos 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.