Merge branch 'dhp_user_management' into 'development'
[REVIEW] User management See merge request !2
Showing
| ... | ... | @@ -40,6 +40,10 @@ gem 'bootstrap-sass', '~> 3.3.6' |
| gem 'faker', '~> 1.6', '>= 1.6.3' | ||
| # Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+ | ||
| gem 'kaminari', '~> 1.0', '>= 1.0.1' | ||
| # Flexible authentication solution for Rails with Warden | ||
| gem 'devise', '~> 4.3' | ||
| # Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide. | ||
| gem 'rubocop', '~> 0.49.1' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/assets/images/logo-footer.png
0 → 100644
2.47 KB
app/assets/images/logo-header.png
0 → 100644
6.42 KB
app/assets/images/logo.png
0 → 100644
33.8 KB
2.39 KB
app/assets/images/shop-14-bg.png
0 → 100644
45.5 KB
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/skin_14.scss
0 → 100644
app/models/user.rb
0 → 100644
app/uploaders/picture_uploader.rb
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
File moved
File moved
File moved
File moved
File moved
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/products/_form.html.erb
0 → 100644
app/views/products/edit.html.erb
0 → 100644
app/views/products/new.html.erb
0 → 100644
app/views/products/show.html.erb
0 → 100644
app/views/shared/_error_messages.html.erb
0 → 100644
app/views/shared/_flash_messages.html.erb
0 → 100644
config/database.yml
deleted
100644 → 0
config/initializers/devise.rb
0 → 100644
This diff is collapsed.
Click to expand it.
config/locales/devise.en.yml
0 → 100644
Please
register
or
sign in
to comment