test
Showing
| ... | @@ -6,9 +6,8 @@ ruby '2.6.6' | ... | @@ -6,9 +6,8 @@ ruby '2.6.6' |
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 5.2.4', '>= 5.2.4.3' | gem 'rails', '~> 5.2.4', '>= 5.2.4.3' | ||
| # Use Puma as the app server | |||
| gem 'puma', '~> 3.11' | gem 'puma', '~> 3.11' | ||
| # Use SCSS for stylesheets | |||
| gem 'sass-rails', '~> 5.0' | gem 'sass-rails', '~> 5.0' | ||
| # Use Uglifier as compressor for JavaScript assets | # Use Uglifier as compressor for JavaScript assets | ||
| gem 'uglifier', '>= 1.3.0' | gem 'uglifier', '>= 1.3.0' | ||
| ... | @@ -21,6 +20,7 @@ gem 'coffee-rails', '~> 4.2' | ... | @@ -21,6 +20,7 @@ gem 'coffee-rails', '~> 4.2' |
| gem 'turbolinks', '~> 5' | gem 'turbolinks', '~> 5' | ||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
| gem 'jbuilder', '~> 2.5' | gem 'jbuilder', '~> 2.5' | ||
| gem 'mechanize', '2.7.6' | |||
| # Use Redis adapter to run Action Cable in production | # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | # gem 'redis', '~> 4.0' | ||
| # Use ActiveModel has_secure_password | # Use ActiveModel has_secure_password | ||
| ... | ... |
app/assets/stylesheets/scaffolds.scss
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
Please
register
or
sign in
to comment