favorite-history funtion
Showing
| ... | @@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ... | @@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
| ruby '3.0.1' | ruby '3.0.1' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' | ||
| gem 'jquery-rails', '~> 4.4' | |||
| gem 'rails', '~> 6.1.3', '>= 6.1.3.2' | gem 'rails', '~> 6.1.3', '>= 6.1.3.2' | ||
| gem 'bootstrap', '~> 5.0.1' | gem 'bootstrap', '~> 5.0.1' | ||
| gem 'nokogiri', '~> 1.11', '>= 1.11.7' | gem 'nokogiri', '~> 1.11', '>= 1.11.7' | ||
| ... | ... |
app/controllers/favorite_jobs_controller.rb
0 → 100644
app/controllers/history_jobs_controller.rb
0 → 100644
app/views/favorite_jobs/show.html.slim
0 → 100644
app/views/favorite_jobs/update.js.slim
0 → 100644
app/views/history_jobs/show.html.slim
0 → 100644
| { | { | ||
| "name": "ve-njob", | "name": "ve-njob", | ||
| "license": "MIT", | |||
| "private": true, | "private": true, | ||
| "dependencies": { | "dependencies": { | ||
| "@rails/actioncable": "^6.0.0", | "@rails/actioncable": "^6.0.0", | ||
| ... | @@ -7,12 +8,14 @@ | ... | @@ -7,12 +8,14 @@ |
| "@rails/ujs": "^6.0.0", | "@rails/ujs": "^6.0.0", | ||
| "@rails/webpacker": "5.4.0", | "@rails/webpacker": "5.4.0", | ||
| "bootstrap": "^5.0.2", | "bootstrap": "^5.0.2", | ||
| "jquery": "^3.6.0", | |||
| "turbolinks": "^5.2.0", | "turbolinks": "^5.2.0", | ||
| "webpack": "^4.46.0", | "webpack": "^4.46.0", | ||
| "webpack-cli": "^3.3.12" | "webpack-cli": "^3.3.12" | ||
| }, | }, | ||
| "version": "0.1.0", | "version": "0.1.0", | ||
| "devDependencies": { | "devDependencies": { | ||
| "webpack-dev-server": "^3.11.2" | "@webpack-cli/serve": "^1.5.2", | ||
| "webpack-dev-server": "^4.0.0" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment