Merge branch 'crawl_data_rake' into 'master'
Crawl data rake See merge request !1
Showing
.browserslistrc
100644 → 100755
File mode changed from 100644 to 100755
.gitignore
100644 → 100755
File mode changed from 100644 to 100755
.ruby-version
100644 → 100755
File mode changed from 100644 to 100755
Gemfile
100644 → 100755
| ... | ... | @@ -52,3 +52,5 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| #mysql2 | ||
| gem 'mysql2' |
Gemfile.lock
100644 → 100755
README.md
100644 → 100755
File mode changed from 100644 to 100755
Rakefile
100644 → 100755
File mode changed from 100644 to 100755
app/assets/config/manifest.js
100644 → 100755
File mode changed from 100644 to 100755
app/assets/images/.keep
100644 → 100755
File mode changed from 100644 to 100755
app/assets/stylesheets/application.css
100644 → 100755
File mode changed from 100644 to 100755
app/channels/application_cable/channel.rb
100644 → 100755
File mode changed from 100644 to 100755
app/channels/application_cable/connection.rb
100644 → 100755
File mode changed from 100644 to 100755
app/controllers/application_controller.rb
100644 → 100755
File mode changed from 100644 to 100755
app/controllers/concerns/.keep
100644 → 100755
File mode changed from 100644 to 100755
app/helpers/application_helper.rb
100644 → 100755
File mode changed from 100644 to 100755
app/javascript/channels/consumer.js
100644 → 100755
File mode changed from 100644 to 100755
app/javascript/channels/index.js
100644 → 100755
File mode changed from 100644 to 100755
app/javascript/packs/application.js
100644 → 100755
File mode changed from 100644 to 100755
app/jobs/application_job.rb
100644 → 100755
File mode changed from 100644 to 100755
app/mailers/application_mailer.rb
100644 → 100755
File mode changed from 100644 to 100755
app/models/application_record.rb
100644 → 100755
File mode changed from 100644 to 100755
app/models/applied_job.rb
0 → 100755
app/models/area.rb
0 → 100755
app/models/city.rb
0 → 100755
app/models/company.rb
0 → 100755
app/models/concerns/.keep
100644 → 100755
File mode changed from 100644 to 100755
app/models/industry.rb
0 → 100755
app/models/industry_job.rb
0 → 100755
app/models/job.rb
0 → 100755
app/models/saved_job.rb
0 → 100755
app/models/user.rb
0 → 100755
app/views/layouts/application.html.erb
100644 → 100755
File mode changed from 100644 to 100755
app/views/layouts/mailer.html.erb
100644 → 100755
File mode changed from 100644 to 100755
app/views/layouts/mailer.text.erb
100644 → 100755
File mode changed from 100644 to 100755
babel.config.js
100644 → 100755
File mode changed from 100644 to 100755
config.ru
100644 → 100755
File mode changed from 100644 to 100755
config/application.rb
100644 → 100755
File mode changed from 100644 to 100755
config/boot.rb
100644 → 100755
File mode changed from 100644 to 100755
config/cable.yml
100644 → 100755
File mode changed from 100644 to 100755
config/credentials.yml.enc
100644 → 100755
File mode changed from 100644 to 100755
config/database.yml
100644 → 100755
config/environment.rb
100644 → 100755
File mode changed from 100644 to 100755
config/environments/development.rb
100644 → 100755
File mode changed from 100644 to 100755
config/environments/production.rb
100644 → 100755
File mode changed from 100644 to 100755
config/environments/test.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/application_controller_renderer.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/assets.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/backtrace_silencers.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/content_security_policy.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/cookies_serializer.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/filter_parameter_logging.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/inflections.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/mime_types.rb
100644 → 100755
File mode changed from 100644 to 100755
config/initializers/wrap_parameters.rb
100644 → 100755
File mode changed from 100644 to 100755
config/locales/en.yml
100644 → 100755
File mode changed from 100644 to 100755
config/puma.rb
100644 → 100755
File mode changed from 100644 to 100755
config/routes.rb
100644 → 100755
File mode changed from 100644 to 100755
config/spring.rb
100644 → 100755
File mode changed from 100644 to 100755
config/storage.yml
100644 → 100755
File mode changed from 100644 to 100755
config/webpack/development.js
100644 → 100755
File mode changed from 100644 to 100755
config/webpack/environment.js
100644 → 100755
File mode changed from 100644 to 100755
config/webpack/production.js
100644 → 100755
File mode changed from 100644 to 100755
config/webpack/test.js
100644 → 100755
File mode changed from 100644 to 100755
config/webpacker.yml
100644 → 100755
File mode changed from 100644 to 100755
db/migrate/20200204082233_create_areas.rb
0 → 100755
db/migrate/20200204084723_create_cities.rb
0 → 100755
db/migrate/20200204084741_create_jobs.rb
0 → 100755
db/migrate/20200204084746_create_users.rb
0 → 100755
db/schema.rb
0 → 100755
db/seeds.rb
100644 → 100755
File mode changed from 100644 to 100755
lib/assets/.keep
100644 → 100755
File mode changed from 100644 to 100755
lib/tasks/.keep
100644 → 100755
File mode changed from 100644 to 100755
lib/tasks/crawler.rake
0 → 100644
lib/tasks/insert.rake
0 → 100644
log/.keep
100644 → 100755
File mode changed from 100644 to 100755
package.json
100644 → 100755
File mode changed from 100644 to 100755
postcss.config.js
100644 → 100755
File mode changed from 100644 to 100755
public/404.html
100644 → 100755
File mode changed from 100644 to 100755
public/422.html
100644 → 100755
File mode changed from 100644 to 100755
public/500.html
100644 → 100755
File mode changed from 100644 to 100755
public/apple-touch-icon-precomposed.png
100644 → 100755
File mode changed from 100644 to 100755
public/apple-touch-icon.png
100644 → 100755
File mode changed from 100644 to 100755
public/favicon.ico
100644 → 100755
File mode changed from 100644 to 100755
public/robots.txt
100644 → 100755
File mode changed from 100644 to 100755
storage/.keep
100644 → 100755
File mode changed from 100644 to 100755
test/application_system_test_case.rb
deleted
100644 → 0
test/controllers/.keep
deleted
100644 → 0
test/fixtures/.keep
deleted
100644 → 0
test/fixtures/files/.keep
deleted
100644 → 0
test/helpers/.keep
deleted
100644 → 0
test/integration/.keep
deleted
100644 → 0
test/mailers/.keep
deleted
100644 → 0
test/models/.keep
deleted
100644 → 0
test/system/.keep
deleted
100644 → 0
test/test_helper.rb
deleted
100644 → 0
tmp/.keep
100644 → 100755
File mode changed from 100644 to 100755
vendor/.keep
100644 → 100755
File mode changed from 100644 to 100755
yarn.lock
100644 → 100755
File mode changed from 100644 to 100755
Please
register
or
sign in
to comment