Merge branch 'page' into 'master'
Page See merge request !1
Showing
.~lock.jobs.csv#
deleted
100644 → 0
| ... | ... | @@ -27,13 +27,13 @@ gem 'jbuilder', '~> 2.5' |
| # gem 'redis', '~> 4.0' | ||
| # Use ActiveModel has_secure_password | ||
| # gem 'bcrypt', '~> 3.1.7' | ||
| gem 'whenever', require: false | ||
| # Use ActiveStorage variant | ||
| # gem 'mini_magick', '~> 4.8' | ||
| gem 'rubocop', '~> 0.88.0', require: false | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| gem 'will_paginate', '3.3.0' | ||
| # Reduces boot times through caching; required in config/boot.rb | ||
| gem 'bootsnap', '>= 1.1.0', require: false | ||
| ... | ... | @@ -44,6 +44,7 @@ end |
| group :development do | ||
| # Access an interactive console on exception pages or by calling 'console' anywhere in the code. | ||
| gem 'pry' | ||
| gem 'web-console', '>= 3.3.0' | ||
| gem 'listen', '>= 3.0.5', '< 3.2' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| ... | ... |
app/assets/images/banner.jpg
0 → 100644
312 KB
app/assets/javascripts/cities_area.js
0 → 100644
app/assets/javascripts/solid.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/assets/javascripts/solid.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/assets/stylesheets/cities.scss
0 → 100644
app/assets/stylesheets/top_pages.scss
0 → 100644
app/controllers/cities_controller.rb
0 → 100644
app/controllers/industries_controller.rb
0 → 100644
app/controllers/top_pages_controller.rb
0 → 100644
app/views/cities/_cities_vietnam.html.erb
0 → 100644
app/views/cities/index.html.erb
0 → 100644
app/views/industries/index.html.erb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/layouts/_search_bar.html.erb
0 → 100644
app/views/layouts/_show_cities.html.erb
0 → 100644
app/views/layouts/_show_industries.html.erb
0 → 100644
app/views/layouts/_show_jobs.html.erb
0 → 100644
app/views/top_pages/index.html.erb
0 → 100644
config/schedule.rb
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/csv/jobs.csv
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
lib/src/csv_importer.rb
0 → 100644
lib/src/job_parser.rb
0 → 100644
Please
register
or
sign in
to comment