Create layout for user log in, sign up, edit profile page
Showing
| ... | @@ -40,6 +40,8 @@ gem 'bootstrap-sass', '~> 3.3.6' | ... | @@ -40,6 +40,8 @@ gem 'bootstrap-sass', '~> 3.3.6' |
| gem 'faker', '~> 1.6', '>= 1.6.3' | gem 'faker', '~> 1.6', '>= 1.6.3' | ||
| # Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+ | # Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+ | ||
| gem 'kaminari', '~> 1.0', '>= 1.0.1' | gem 'kaminari', '~> 1.0', '>= 1.0.1' | ||
| # Flexible authentication solution for Rails with Warden | |||
| gem 'devise', '~> 4.3' | |||
| # Use Capistrano for deployment | # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/skin_14.css
0 → 100644
app/models/user.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/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.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
Please
register
or
sign in
to comment