Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
f6becd33
Commit
f6becd33
authored
May 25, 2015
by
Jon Moss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TOC first draft
parent
664e1aae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
README.md
+39
-0
No files found.
README.md
View file @
f6becd33
...
...
@@ -3,6 +3,45 @@ Paperclip
[
![Build Status
](
https://secure.travis-ci.org/thoughtbot/paperclip.svg?branch=master
)
](http://travis-ci.org/thoughtbot/paperclip)
[
![Dependency Status
](
https://gemnasium.com/thoughtbot/paperclip.svg?travis
)
](https://gemnasium.com/thoughtbot/paperclip)
[
![Code Climate
](
https://codeclimate.com/github/thoughtbot/paperclip.svg
)
](https://codeclimate.com/github/thoughtbot/paperclip)
[
![Inline docs
](
http://inch-ci.org/github/thoughtbot/paperclip.svg
)
](http://inch-ci.org/github/thoughtbot/paperclip)
[
![Security
](
https://hakiri.io/github/thoughtbot/paperclip/master.svg
)
](https://hakiri.io/github/thoughtbot/paperclip/master)
-
[
Requirements
](
#requirements
)
-
[
Ruby on Rails
](
#ruby-and-rails
)
-
[
Image Processor
](
#image-processor
)
-
[
file
](
#file
)
-
[
Installation
](
#installation
)
-
[
Quick Start
](
#quick-start
)
-
[
Models
](
#models
)
-
[
Migrations
](
#migrations
)
-
[
Edit and New Views
](
#edit-and-new-views
)
-
[
Edit and New Views with Simple Form
](
#edit-and-new-views-with-simple-form
)
-
[
Controller
](
#controller
)
-
[
Show View
](
#show-view
)
-
[
Deleting an Attachment
](
#deleting-an-attachment
)
-
[
Usage
](
#usage
)
-
[
Validations
](
#validations
)
-
[
Security Validations
](
#security-validations
)
-
[
Defaults
](
#defaults
)
-
[
Migrations
](
#migrations-1
)
-
[
Table Definition
](
#table-definition
)
-
[
Schema Definition
](
#schema-definition
)
-
[
Vintage Syntax
](
#vintage-syntax
)
-
[
Storage
](
#storage
)
-
[
Understanding Storage
](
#understanding-storage
)
-
[
Post Processing
](
#post-processing
)
-
[
Events
](
#events
)
-
[
URI Obfuscation
](
#uri-obfuscation
)
-
[
MD5 Checksum / Fingerprint
](
#md5-checksum--fingerprint
)
-
[
File Preservation for Soft-Delete
](
#file-preservation-for-soft-delete
)
-
[
Custom Attachment Processors
](
#custom-attachment-processors
)
-
[
Dynamic Configuration
](
#dynamic-configuration
)
-
[
Dynamic Styles
](
#dynamic-styles
)
-
[
Dynamic Processors
](
#dynamic-processors
)
-
[
Logging
](
#logging
)
-
[
Deployment
](
#deployment
)
-
[
Testing
](
#testing
)
-
[
Contributing
](
#contributing
)
-
[
License
](
#license
)
-
[
About thoughtbot
](
#about-thoughtbot
)
Paperclip is intended as an easy file attachment library for Active Record. The
intent behind it was to keep setup as easy as possible and to treat files as
much like other attributes as possible. This means they aren't saved to their
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment