Merge branch 'authen' into 'master'
create func login logout mypage See merge request !9
Showing
| ... | @@ -31,6 +31,9 @@ gem 'whenever' | ... | @@ -31,6 +31,9 @@ gem 'whenever' |
| gem 'kaminari' | gem 'kaminari' | ||
| gem 'breadcrumbs_on_rails' | gem 'breadcrumbs_on_rails' | ||
| gem 'draper' | gem 'draper' | ||
| gem 'devise' | |||
| gem 'carrierwave' | |||
| gem 'rails-i18n' | |||
| # Use ActiveStorage variant | # Use ActiveStorage variant | ||
| # gem 'mini_magick', '~> 4.8' | # gem 'mini_magick', '~> 4.8' | ||
| ... | @@ -43,6 +46,7 @@ gem 'bootsnap', '>= 1.1.0', require: false | ... | @@ -43,6 +46,7 @@ gem 'bootsnap', '>= 1.1.0', require: false |
| 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] | ||
| gem 'dotenv-rails' | |||
| end | end | ||
| group :development do | group :development do | ||
| ... | ... |
app/assets/images/flagusa.png
0 → 100644
4.12 KB
app/assets/images/flagvn.png
0 → 100644
1.37 KB
app/assets/javascripts/registrations.coffee
0 → 100644
app/assets/javascripts/toastr.min.js
0 → 100644
app/assets/javascripts/users.coffee
0 → 100644
app/assets/stylesheets/registrations.scss
0 → 100644
app/assets/stylesheets/toastr.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/users.scss
0 → 100644
app/controllers/registrations_controller.rb
0 → 100644
app/controllers/users_controller.rb
0 → 100644
app/decorators/registration_decorator.rb
0 → 100644
app/decorators/user_decorator.rb
0 → 100644
app/helpers/registrations_helper.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/uploaders/cv_uploader.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/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/users/confirm.html.erb
0 → 100644
app/views/users/my_page.html.erb
0 → 100644
config/initializers/devise.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/locales/devise.en.yml
0 → 100644
config/locales/devise.vi.yml
0 → 100644
config/locales/vn.yml
0 → 100644
Please
register
or
sign in
to comment