finish "top_page"
Showing
| ... | ... | @@ -5,9 +5,12 @@ git_source(:github) do |repo_name| |
| "https://github.com/#{repo_name}.git" | ||
| end | ||
| gem 'will_paginate', '3.1.5' | ||
| gem 'bootstrap-will_paginate', '1.0.0' | ||
| gem 'rubyzip', '>= 1.0.0' # will load new rubyzip version | ||
| gem 'zip-zip' # will load compatibility for old rubyzip API. | ||
| gem 'nokogiri' | ||
| gem 'whenever', :require => false | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 5.1.3' | ||
| # Use mysql as the database for Active Record | ||
| ... | ... |
app/assets/javascripts/bootstrap.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/assets/javascripts/jquery-3.2.1.min.js
0 → 100644
app/assets/javascripts/top_pages.coffee
0 → 100644
app/assets/stylesheets/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/assets/stylesheets/custom.scss
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/job_city.rb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/top_pages/_cities.html.erb
0 → 100644
app/views/top_pages/_index.html.erb
0 → 100644
app/views/top_pages/_industry.html.erb
0 → 100644
app/views/top_pages/cities.html.erb
0 → 100644
app/views/top_pages/industries.html.erb
0 → 100644
app/views/top_pages/toppage.html.erb
0 → 100644
config/schedule.rb
0 → 100644
test/fixtures/job_cities.yml
0 → 100644
test/models/job_city_test.rb
0 → 100644
Please
register
or
sign in
to comment