Skip to content

Commit

Permalink
remove paperclip and aws
Browse files Browse the repository at this point in the history
  • Loading branch information
choonkeat committed Nov 4, 2015
1 parent a1f5d5b commit 7a6a75d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@ group :development do
gem 'spring'
end

gem "paperclip", "~> 4.3"
gem 'aws-sdk-v1' # If using paperclip <= v4.3.1

gem "attache_rails", "~> 0.3.0"
16 changes: 0 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,10 @@ GEM
attache_api
httpclient
rails (>= 4.0.0)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (6.0.2)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.7)
climate_control (>= 0.0.3, < 1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
Expand Down Expand Up @@ -81,18 +74,11 @@ GEM
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.2)
mimemagic (0.3.0)
mini_portile (0.6.2)
minitest (5.8.2)
multi_json (1.11.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
paperclip (4.3.1)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
pg (0.18.3)
rack (1.6.4)
rack-test (0.6.3)
Expand Down Expand Up @@ -161,12 +147,10 @@ PLATFORMS

DEPENDENCIES
attache_rails (~> 0.3.0)
aws-sdk-v1
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
jquery-rails
paperclip (~> 4.3)
pg
rails (= 4.2.4)
sass-rails (~> 5.0)
Expand Down
8 changes: 0 additions & 8 deletions config/initializers/paperclip_s3.rb

This file was deleted.

1 comment on commit 7a6a75d

@choonkeat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is only after 20151104071547_populate_paperclip_data_into_attache_json.rb migration has run
THEN we can introduce the commit to remove Paperclip, AWS gem and the S3 config

Please sign in to comment.