Merge branch 'features/create_database' into 'master'
Create database See merge request !1
Showing
| ... | @@ -16,29 +16,14 @@ gem 'puma', '~> 3.7' | ... | @@ -16,29 +16,14 @@ gem 'puma', '~> 3.7' |
| gem 'sass-rails', '~> 5.0' | gem 'sass-rails', '~> 5.0' | ||
| # Use Uglifier as compressor for JavaScript assets | # Use Uglifier as compressor for JavaScript assets | ||
| gem 'uglifier', '>= 1.3.0' | gem 'uglifier', '>= 1.3.0' | ||
| # See https://github.com/rails/execjs#readme for more supported runtimes | gem 'figaro' | ||
| # gem 'therubyracer', platforms: :ruby | gem 'devise' | ||
| gem 'carrierwave' | |||
| # Use CoffeeScript for .coffee assets and views | gem 'kaminari' | ||
| gem 'coffee-rails', '~> 4.2' | |||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | |||
| gem 'turbolinks', '~> 5' | |||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |||
| gem 'jbuilder', '~> 2.5' | |||
| # Use Redis adapter to run Action Cable in production | |||
| # gem 'redis', '~> 3.0' | |||
| # Use ActiveModel has_secure_password | |||
| # gem 'bcrypt', '~> 3.1.7' | |||
| # Use Capistrano for deployment | |||
| # gem 'capistrano-rails', group: :development | |||
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| # Adds support for Capybara system testing and selenium driver | |||
| gem 'capybara', '~> 2.13' | |||
| gem 'selenium-webdriver' | |||
| end | end | ||
| group :development do | group :development do | ||
| ... | ... |
app/models/apply_job.rb
0 → 100644
app/models/city.rb
0 → 100644
app/models/company.rb
0 → 100644
app/models/country.rb
0 → 100644
app/models/favorite_job.rb
0 → 100644
app/models/industry.rb
0 → 100644
app/models/job.rb
0 → 100644
app/models/user.rb
0 → 100644
config/initializers/devise.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/locales/devise.en.yml
0 → 100644
db/migrate/20171002013802_create_cities.rb
0 → 100644
db/migrate/20171002015233_create_jobs.rb
0 → 100644
db/schema.rb
0 → 100644
test/application_system_test_case.rb
deleted
100644 → 0
test/test_helper.rb
deleted
100644 → 0
Please
register
or
sign in
to comment