Complete feature send email active
Showing
| ... | ... | @@ -44,13 +44,15 @@ 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 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| end | ||
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| ... | ... |
app/assets/javascripts/users.coffee
deleted
100644 → 0
app/assets/stylesheets/users.scss
deleted
100644 → 0
app/controllers/users_controller.rb
deleted
100644 → 0
app/helpers/users_helper.rb
deleted
100644 → 0
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/new.html.erb
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