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
e7814861
Commit
e7814861
authored
Sep 05, 2015
by
Tute Costa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version v4.3.1
Removes note for running paperclip in EOL'd version of Rails (2.3).
parent
d331f3a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
+16
-9
NEWS
+10
-1
README.md
+5
-7
lib/paperclip/version.rb
+1
-1
No files found.
NEWS
View file @
e7814861
4.3.0:
4.3.1 (9/9/2015):
* Backport of bugfix to `remove_column`, so it works in Rails 3 and 4
c740fb171fe2f88c60b999d2a1c2122f2b8f43e9
* Fix GeometryParser regex for usage of '@>' flag
* `url` on a unpersisted record returns default_url
* spec deprecation warnings and failures
* README adjustments
4.3.0 (6/18/2015):
* Improvement: Update aws-sdk and cucumber gem versions.
* Improvement: Add `length` alias for `size` method in AbstractAdapter.
...
...
README.md
View file @
e7814861
...
...
@@ -94,11 +94,15 @@ If you are dealing with pdf uploads or running the test suite, you'll also need
to install GhostScript. On Mac OS X, you can also install that using Homebrew:
brew install gs
If you're on Ubuntu, you'll want to run the following with apt-get:
sudo apt-get install imagemagick -y
If you're on Ubuntu (or any Debian base Linux distribution), you'll want to run the following with apt-get:
sudo apt-get install imagemagick -y
### `file`
The Unix
[
`file` command
](
http://en.wikipedia.org/wiki/File_(command
)
) is required for content-type checking.
...
...
@@ -150,12 +154,6 @@ Include the gem in your Gemfile:
gem
"paperclip"
,
"~> 4.3"
```
If you're still using Rails 2.3.x, you should do this instead:
```
ruby
gem
"paperclip"
,
"~> 2.7"
```
Or, if you want to get the latest, you can get master from the main paperclip repository:
```
ruby
...
...
lib/paperclip/version.rb
View file @
e7814861
module
Paperclip
VERSION
=
"4.3.
0
"
unless
defined?
Paperclip
::
VERSION
VERSION
=
"4.3.
1
"
unless
defined?
Paperclip
::
VERSION
end
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