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
Graph
7d84569092f03cf5d9d487e7b667408e4bc9fa59
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Jun
14
9
7
24
May
17
15
10
5
Apr
30
Mar
24
15
8
1
28
Feb
22
19
15
8
1
25
Jan
24
18
16
11
6
21
Dec
10
7
6
5
4
30
Nov
26
24
18
16
3
2
1
31
Oct
19
12
10
5
28
Sep
18
14
11
7
4
24
Aug
17
27
Jul
26
21
20
19
17
16
13
12
11
9
3
29
Jun
23
22
18
16
15
8
6
5
31
May
25
22
18
14
11
10
4
1
27
Apr
25
24
23
20
17
15
12
9
7
5
3
30
Mar
27
26
23
18
16
12
9
5
2
1
28
Feb
24
23
19
17
15
11
10
6
3
1
27
Jan
20
18
16
13
9
5
20
Dec
14
13
12
13
12
13
12
7
2
18
Nov
16
12
4
29
Oct
28
27
21
20
19
18
17
15
14
11
9
5
4
30
Sep
25
24
23
15
11
7
4
3
31
Aug
30
26
25
24
23
20
19
16
15
13
12
5
1
29
Jul
28
29
26
22
Refactor adding content_type errors to base attribute
Call out problems with parallel tests in the README
Add content_type and size errors to base attribute
Merge branch 'rake-task-exception-handling' of git://github.com/holetse/paperclip into holetse-rake-task-exception-handling
Switched log_error output stream to STDERR.
Move Paperclip-specific callback definitions into HasAttachedFile
Move the after_destroy callback out
Move the before_destroy callback out
Path collision checks are gone
Fix a typo
Clear attachments in a setup
(wip) Fix failing cucumber spec
Move after_save callback to HasAttachedFile
Move Tasks registration to HasAttachedFile.
Remove redundant Hash subclass.
Clear attachment styles before rake task tests.
Move the check for path collision out
Remove classes_with_attachments
Move validates_each into HasAttachedFile class
Move the attachment query to the HasAttachedFile class
Move the attachment getter to the HasAttachedFile class
Pull the file setter into a separate object
Rid ourselves of attachment_definitions
Push attachment definitions into a list of attachments for the rake task
wip: Paperclip::Tasks::Attachments
Remove the InstanceMethods and reduce class-level state
Added exception handling to paperclip:refresh:thumbnails rake task.
Fix bundler dependency resolution during development
Removed Ruby 2.0 from the acceptable failures list
Fix feature error with 3.0.12
Stub continue_timeout= for Net::HTTP 1.9.3
Downgrade capybara for Ruby 1.9.2
Version 3.4.2
Check if class is defined instead of SDK version
Recommend course of action re: validations
Remove attachment path clash checker
Merge pull request #1209 from deiga/patch-1
Update README.md
Add logging section to Readme
Use the right aws-sdk version in the README