Merge branch 'user-microposts' into 'master'
User microposts See merge request !15
Showing
| ... | @@ -43,6 +43,7 @@ group :test do | ... | @@ -43,6 +43,7 @@ group :test do |
| end | end | ||
| group :production do | group :production do | ||
| gem 'pg', '~> 1.0' | gem 'pg', '~> 1.0' | ||
| gem 'fog', '~> 2.0' | |||
| end | end | ||
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| ... | @@ -53,3 +54,5 @@ gem 'jquery-rails', '~> 4.3', '>= 4.3.3' | ... | @@ -53,3 +54,5 @@ gem 'jquery-rails', '~> 4.3', '>= 4.3.3' |
| gem 'faker', '~> 1.9', '>= 1.9.1' | gem 'faker', '~> 1.9', '>= 1.9.1' | ||
| gem 'will_paginate', '~> 3.1', '>= 3.1.6' | gem 'will_paginate', '~> 3.1', '>= 3.1.6' | ||
| gem 'bootstrap-will_paginate', '~> 1.0' | gem 'bootstrap-will_paginate', '~> 1.0' | ||
| gem 'carrierwave', '~> 1.2', '>= 1.2.3' | |||
| gem 'mini_magick', '~> 4.8' | |||
| \ No newline at end of file |
app/assets/javascripts/home.js
0 → 100644
app/controllers/microposts_controller.rb
0 → 100644
app/helpers/microposts_helper.rb
0 → 100644
app/models/micropost.rb
0 → 100644
app/uploaders/picture_uploader.rb
0 → 100644
app/views/microposts/_micropost.html.erb
0 → 100644
app/views/password_resets/edit.html.erb
0 → 100644
app/views/password_resets/new.html.erb
0 → 100644
app/views/shared/_feed.html.erb
0 → 100644
app/views/shared/_micropost_form.html.erb
0 → 100644
app/views/shared/_user_info.html.erb
0 → 100644
config/storage.yml
deleted
100644 → 0
test/fixtures/microposts.yml
0 → 100644
test/integration/users_profile_test.rb
0 → 100644
test/models/micropost_test.rb
0 → 100644
Please
register
or
sign in
to comment