Merge branch 'static-pages' into 'master'
add layout header and footer See merge request !1
Showing
| ... | @@ -10,7 +10,7 @@ gem 'sqlite3', '~> 1.4' | ... | @@ -10,7 +10,7 @@ gem 'sqlite3', '~> 1.4' |
| # Use Puma as the app server | # Use Puma as the app server | ||
| gem 'puma', '~> 5.0' | gem 'puma', '~> 5.0' | ||
| # Use SCSS for stylesheets | # Use SCSS for stylesheets | ||
| gem 'sass-rails', '>= 6' | gem 'sass-rails', '~> 6.0' | ||
| # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker | # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker | ||
| gem 'webpacker', '~> 5.0' | gem 'webpacker', '~> 5.0' | ||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
| ... | @@ -31,6 +31,8 @@ gem 'bootsnap', '>= 1.4.4', require: false | ... | @@ -31,6 +31,8 @@ gem 'bootsnap', '>= 1.4.4', require: false |
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| gem 'pry-rails', '~> 0.3.9' | |||
| gem 'pry-nav', '~> 0.3.0' | |||
| end | end | ||
| group :development do | group :development do | ||
| ... | @@ -54,3 +56,4 @@ end | ... | @@ -54,3 +56,4 @@ 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 | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem 'slim-rails', '~> 3.2' |
app/assets/images/logo.png
0 → 100644
6.55 KB
app/assets/stylesheets/top.scss
0 → 100644
app/controllers/top_controller.rb
0 → 100644
app/views/layouts/_footer.html.slim
0 → 100644
app/views/layouts/_header.html.slim
0 → 100644
app/views/layouts/_shim.html.slim
0 → 100644
app/views/layouts/application.html.slim
0 → 100644
app/views/layouts/mailer.html.erb
deleted
100644 → 0
app/views/layouts/mailer.html.slim
0 → 100644
app/views/top/index.html.slim
0 → 100644
Please
register
or
sign in
to comment