Merge branch 'filling-in-layout' into 'master'
Filling in layout See merge request !6
Showing
| ... | @@ -2,6 +2,7 @@ source 'https://rubygems.org' | ... | @@ -2,6 +2,7 @@ source 'https://rubygems.org' |
| git_source(:github) { |repo| "https://github.com/#{repo}.git" } | git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
| gem 'rexml', '~> 3.2', '>= 3.2.5' | gem 'rexml', '~> 3.2', '>= 3.2.5' | ||
| gem 'rails', '6.1.3.2' | gem 'rails', '6.1.3.2' | ||
| 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.8.9' | ||
| ... | ... |
app/assets/images/kitten.jpg
0 → 100644
138 KB
app/assets/images/rails.svg
0 → 100644
app/assets/stylesheets/custom.scss
0 → 100644
app/assets/stylesheets/users.scss
0 → 100644
app/controllers/users_controller.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/layouts/_shim.html.erb
0 → 100644
app/views/static_pages/contact.html.erb
0 → 100644
app/views/users/new.html.erb
0 → 100644
kitten.jpg
0 → 100644
138 KB
test/controllers/users_controller_test.rb
0 → 100644
test/integration/site_layout_test.rb
0 → 100644
Please
register
or
sign in
to comment