Merge branch 'hungpt_register_and_login' into 'master'
Hungpt register and login See merge request !3
Showing
| ... | ... | @@ -44,14 +44,16 @@ end |
| group :development do | ||
| # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. | ||
| gem 'web-console', '>= 3.3.0' | ||
| gem 'listen', '>= 3.0.5', '< 3.2' | ||
| gem 'web-console', '>= 3.3.0' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| gem 'better_errors' | ||
| gem 'binding_of_caller' | ||
| gem 'devise' | ||
| gem 'figaro' | ||
| gem 'rubyzip' | ||
| gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| end | ||
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| ... | ... |
app/controllers/confirmations_controller.rb
0 → 100644
app/controllers/jobs_controller.rb
0 → 100644
app/controllers/registrations_controller.rb
0 → 100644
app/controllers/users_controller.rb
deleted
100644 → 0
app/helpers/devise_helper.rb
0 → 100644
app/views/devise/confirmations/new.html.erb
0 → 100644
app/views/devise/passwords/edit.html.erb
0 → 100644
app/views/devise/passwords/new.html.erb
0 → 100644
app/views/devise/registrations/edit.html.erb
0 → 100644
app/views/devise/registrations/new.html.erb
0 → 100644
app/views/devise/registrations/show.html.erb
0 → 100644
app/views/devise/sessions/new.html.erb
0 → 100644
app/views/devise/shared/_links.html.erb
0 → 100644
app/views/devise/unlocks/new.html.erb
0 → 100644
app/views/jobs/applied_jobs.html.erb
0 → 100644
app/views/users/new.html.erb
deleted
100644 → 0
config/application.yml.key
0 → 100644
config/initializers/devise.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/locales/devise.en.yml
0 → 100644
lib/tasks/jobs.csv
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/tasks/jobs.zip
0 → 100644
File added
Please
register
or
sign in
to comment