show data on top page
Showing
| ... | ... | @@ -24,6 +24,7 @@ gem 'kaminari' |
| gem 'sunspot_rails' | ||
| gem 'sunspot_solr' | ||
| gem 'devise' | ||
| gem 'activerecord-import' | ||
| # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | ||
| # Use Active Model has_secure_password | ||
| ... | ... |
app/assets/stylesheets/cities.scss
0 → 100644
app/assets/stylesheets/companies.scss
0 → 100644
app/assets/stylesheets/industries.scss
0 → 100644
app/assets/stylesheets/jobs.scss
0 → 100644
app/controllers/cities_controller.rb
0 → 100644
app/controllers/companies_controller.rb
0 → 100644
app/controllers/industries_controller.rb
0 → 100644
app/controllers/jobs_controller.rb
0 → 100644
app/helpers/cities_helper.rb
0 → 100644
app/helpers/companies_helper.rb
0 → 100644
app/helpers/industries_helper.rb
0 → 100644
app/helpers/jobs_helper.rb
0 → 100644
app/views/cities/_city.html.erb
0 → 100644
app/views/cities/import.html.erb
0 → 100644
app/views/cities/index.html.erb
0 → 100644
app/views/companies/import.html.erb
0 → 100644
app/views/companies/index.html.erb
0 → 100644
app/views/industries/_industry.html.erb
0 → 100644
app/views/industries/import.html.erb
0 → 100644
app/views/industries/index.html.erb
0 → 100644
app/views/jobs/_job.html.erb
0 → 100644
app/views/jobs/import.html.erb
0 → 100644
app/views/jobs/index.html.erb
0 → 100644
lib/.~lock.jobss.csv#
0 → 100644
lib/jobss.csv
0 → 100644
This diff is collapsed.
Click to expand it.
test/controllers/cities_controller_test.rb
0 → 100644
test/controllers/jobs_controller_test.rb
0 → 100644
Please
register
or
sign in
to comment