Merge branch 'Task/6_create_crawler' into 'Task/8_create_top_page_ID1'
Task/6 create crawler See merge request !6
Showing
| ... | @@ -57,3 +57,6 @@ end | ... | @@ -57,3 +57,6 @@ 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' | gem 'slim-rails', '~> 3.2' | ||
| gem 'nokogiri', '~> 1.11', '>= 1.11.7' | |||
| gem 'httparty', '~> 0.18.1' | |||
| gem 'rubocop-rails', '~> 2.11', '>= 2.11.3' | |||
| \ No newline at end of file |
aAOA
0 → 100644
app/models/apply_job.rb
0 → 100644
app/models/city.rb
0 → 100644
app/models/company.rb
0 → 100644
app/models/favorite_job.rb
0 → 100644
app/models/history_job.rb
0 → 100644
app/models/industry.rb
0 → 100644
app/models/job.rb
0 → 100644
app/models/user.rb
0 → 100644
db/migrate/20210706092230_create_jobs.rb
0 → 100644
db/migrate/20210706092557_create_cities.rb
0 → 100644
db/migrate/20210706092905_create_users.rb
0 → 100644
db/schema.rb
0 → 100644
fasralsc
0 → 100644
lib/tasks/web_crawler.rake
0 → 100644
q
0 → 100644
test/fixtures/apply_jobs.yml
0 → 100644
test/fixtures/cities.yml
0 → 100644
test/fixtures/companies.yml
0 → 100644
test/fixtures/favorite_jobs.yml
0 → 100644
test/fixtures/history_jobs.yml
0 → 100644
test/fixtures/industries.yml
0 → 100644
test/fixtures/jobs.yml
0 → 100644
test/fixtures/users.yml
0 → 100644
test/models/apply_job_test.rb
0 → 100644
test/models/city_test.rb
0 → 100644
test/models/company_test.rb
0 → 100644
test/models/favorite_job_test.rb
0 → 100644
test/models/history_job_test.rb
0 → 100644
test/models/industry_test.rb
0 → 100644
test/models/job_test.rb
0 → 100644
test/models/user_test.rb
0 → 100644
Please
register
or
sign in
to comment