installed bootstrap
Showing
| ... | @@ -3,6 +3,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ... | @@ -3,6 +3,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
| ruby '2.7.0' | ruby '2.7.0' | ||
| gem 'bootstrap', '~> 4.4.1' | |||
| gem 'jquery-rails' | |||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 6.0.2', '>= 6.0.2.1' | gem 'rails', '~> 6.0.2', '>= 6.0.2.1' | ||
| # Use sqlite3 as the database for Active Record | # Use sqlite3 as the database for Active Record | ||
| ... | ... |
app/assets/stylesheets/toppage.scss
0 → 100644
app/controllers/toppage_controller.rb
0 → 100644
app/helpers/toppage_helper.rb
0 → 100644
app/javascript/css/site.css
0 → 100644
app/views/toppage/index.html.erb
0 → 100644
| ... | @@ -6,6 +6,9 @@ | ... | @@ -6,6 +6,9 @@ |
| "@rails/activestorage": "^6.0.0", | "@rails/activestorage": "^6.0.0", | ||
| "@rails/ujs": "^6.0.0", | "@rails/ujs": "^6.0.0", | ||
| "@rails/webpacker": "4.2.2", | "@rails/webpacker": "4.2.2", | ||
| "bootstrap": "^4.4.1", | |||
| "jquery": "^3.4.1", | |||
| "popper.js": "^1.16.1", | |||
| "turbolinks": "^5.2.0" | "turbolinks": "^5.2.0" | ||
| }, | }, | ||
| "version": "0.1.0", | "version": "0.1.0", | ||
| ... | ... |
test/controllers/toppage_controller_test.rb
0 → 100644
Please
register
or
sign in
to comment