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
0b7cfb1a
Commit
0b7cfb1a
authored
Oct 12, 2012
by
Jon Yurek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1023 from parndt/patch-1
Updated README formatting
parents
fc061f6c
9cda485e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
16 deletions
+26
-16
README.md
+26
-16
No files found.
README.md
View file @
0b7cfb1a
...
...
@@ -42,7 +42,9 @@ directory to its path.
In development mode, you might add this line to
`config/environments/development.rb)`
:
Paperclip.options[:command_path] = "/usr/local/bin/"
```
ruby
Paperclip
.
options
[
:command_path
]
=
"/usr/local/bin/"
```
If you're on Mac OS X, you'll want to run the following with Homebrew:
...
...
@@ -61,15 +63,21 @@ Paperclip is distributed as a gem, which is how it should be used in your app.
Include the gem in your Gemfile:
gem "paperclip", "~> 3.0"
```
ruby
gem
"paperclip"
,
"~> 3.0"
```
If you're still using Rails 2.3.x, you should do this instead:
gem "paperclip", "~> 2.7"
```
ruby
gem
"paperclip"
,
"~> 2.7"
```
Or, if you want to get the latest, you can get master from the main paperclip repository:
gem "paperclip", :git => "git://github.com/thoughtbot/paperclip.git"
```
ruby
gem
"paperclip"
,
:git
=>
"git://github.com/thoughtbot/paperclip.git"
```
If you're trying to use features that don't seem to be in the latest released gem, but are
mentioned in this README, then you probably need to specify the master branch if you want to
...
...
@@ -567,18 +575,20 @@ end
Then in
`RAILS_ROOT/public/system/paperclip_attachments.yml`
:
---
:User:
:avatar:
- :thumb
- :croppable
- :big
:Book:
:cover:
- :small
- :large
:sample:
- :thumb
```
yml
---
:User
:
:avatar
:
-
:thumb
-
:croppable
-
:big
:Book
:
:cover
:
-
:small
-
:large
:sample
:
-
:thumb
```
Testing
-------
...
...
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