Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
İ. Emre Kutlu edited this page Feb 2, 2018 · 52 revisions

paperclip

Paperclip is a plugin for Ruby on Rails’ ActiveRecord that lets files work as simply as any other attributes do. There are no extra database tables, only one library to install for image processing, and the ease of being able to refer to your files as easily as you refer to your other attributes.

Links

Screencasts

Commonly needed functionality

Processors

Storage

Model Name Restrictions

Paperclip will sometimes take issue with applications that use the following model names:

  • “Styles”
  • “Attachments”