Created Crawler and Import CSV
Showing
| ... | @@ -27,13 +27,13 @@ gem 'jbuilder', '~> 2.5' | ... | @@ -27,13 +27,13 @@ gem 'jbuilder', '~> 2.5' |
| # gem 'redis', '~> 4.0' | # gem 'redis', '~> 4.0' | ||
| # Use ActiveModel has_secure_password | # Use ActiveModel has_secure_password | ||
| # gem 'bcrypt', '~> 3.1.7' | # gem 'bcrypt', '~> 3.1.7' | ||
| gem 'whenever', require: false | |||
| # Use ActiveStorage variant | # Use ActiveStorage variant | ||
| # gem 'mini_magick', '~> 4.8' | # gem 'mini_magick', '~> 4.8' | ||
| gem 'rubocop', '~> 0.88.0', require: false | |||
| # Use Capistrano for deployment | # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| gem 'will_paginate', '3.3.0' | |||
| # Reduces boot times through caching; required in config/boot.rb | # Reduces boot times through caching; required in config/boot.rb | ||
| gem 'bootsnap', '>= 1.1.0', require: false | gem 'bootsnap', '>= 1.1.0', require: false | ||
| ... | ... |
app/assets/images/banner.jpg
0 → 100644
312 KB
app/assets/javascripts/top_pages.coffee
0 → 100644
app/assets/stylesheets/top_pages.scss
0 → 100644
app/controllers/top_pages_controller.rb
0 → 100644
app/helpers/top_pages_helper.rb
0 → 100644
app/models/top_page.rb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/top_pages/index.html.erb
0 → 100644
app/views/top_pages/show.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/src/crontab.rb
0 → 100644
logfile.log
0 → 100644
test/fixtures/top_pages.yml
0 → 100644
test/models/top_page_test.rb
0 → 100644
Please
register
or
sign in
to comment