created ID 234
Showing
| ... | ... | @@ -13,7 +13,7 @@ gem 'sass-rails', '~> 5.0' |
| gem 'uglifier', '>= 1.3.0' | ||
| # See https://github.com/rails/execjs#readme for more supported runtimes | ||
| # gem 'mini_racer', platforms: :ruby | ||
| gem "breadcrumbs_on_rails" | ||
| # Use CoffeeScript for .coffee assets and views | ||
| gem 'coffee-rails', '~> 4.2' | ||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
| ... | ... | @@ -23,6 +23,8 @@ gem 'jbuilder', '~> 2.5' |
| gem 'nokogiri' | ||
| gem 'rubyzip' | ||
| gem 'whenever' | ||
| gem 'kaminari' | ||
| gem 'jquery-rails' | ||
| gem 'rails-asset-jqueryui' | ||
| # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | ||
| ... | ... |
app/assets/images/11.jpg
0 → 100644
181 KB
app/assets/images/vj_kl.png
0 → 100644
16.3 KB
app/assets/javascripts/city.coffee
0 → 100644
app/assets/javascripts/industry.coffee
0 → 100644
app/assets/javascripts/job.coffee
0 → 100644
app/assets/stylesheets/city.scss
0 → 100644
app/assets/stylesheets/industry.scss
0 → 100644
app/assets/stylesheets/job.scss
0 → 100644
app/controllers/city_controller.rb
0 → 100644
app/controllers/industry_controller.rb
0 → 100644
app/controllers/job_controller.rb
0 → 100644
app/helpers/city_helper.rb
0 → 100644
app/helpers/industry_helper.rb
0 → 100644
app/helpers/job_helper.rb
0 → 100644
app/views/city/_block_cityjobs_qt.html.erb
0 → 100644
app/views/city/_block_cityjobs_vn.html.erb
0 → 100644
app/views/city/index.html.erb
0 → 100644
app/views/industry/index.html.erb
0 → 100644
app/views/job/_block_info_job.html.erb
0 → 100644
app/views/job/detail.html.erb
0 → 100644
app/views/job/find_data.html.erb
0 → 100644
app/views/job/find_data.js.erb
0 → 100644
app/views/job/index.html.erb
0 → 100644
app/views/kaminari/_first_page.html.erb
0 → 100644
app/views/kaminari/_gap.html.erb
0 → 100644
app/views/kaminari/_last_page.html.erb
0 → 100644
app/views/kaminari/_next_page.html.erb
0 → 100644
app/views/kaminari/_page.html.erb
0 → 100644
app/views/kaminari/_paginator.html.erb
0 → 100644
app/views/kaminari/_prev_page.html.erb
0 → 100644
config/breadcrumbs.rb
0 → 100644
config/initializers/kaminari_config.rb
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
importcsv.log
0 → 100644
test/controllers/city_controller_test.rb
0 → 100644
test/controllers/industry_controller_test.rb
0 → 100644
test/controllers/job_controller_test.rb
0 → 100644
Please
register
or
sign in
to comment