micropost
Showing
| ... | @@ -5,7 +5,7 @@ gem 'rails', '6.1.3.2' | ... | @@ -5,7 +5,7 @@ gem 'rails', '6.1.3.2' |
| gem 'bootstrap', '~> 5.0.1' | gem 'bootstrap', '~> 5.0.1' | ||
| gem 'image_processing', '1.9.3' | gem 'image_processing', '1.9.3' | ||
| gem 'mini_magick', '4.9.5' | gem 'mini_magick', '4.9.5' | ||
| gem 'active_storage_validations', '0.8.9' | gem 'active_storage_validations', '0.9.5' | ||
| gem 'bcrypt', '3.1.16' | gem 'bcrypt', '3.1.16' | ||
| gem 'faker', '2.18' | gem 'faker', '2.18' | ||
| gem 'will_paginate', '3.3.0' | gem 'will_paginate', '3.3.0' | ||
| ... | ... |
app/assets/stylesheets/microposts.scss
0 → 100644
app/controllers/microposts_controller.rb
0 → 100644
app/helpers/microposts_helper.rb
0 → 100644
app/views/microposts/_micropost.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
test/integration/users_profile_test.rb
0 → 100644
Please
register
or
sign in
to comment