Merge branch 'account-activation' into 'master'
Account activation See merge request !13
Showing
| ... | @@ -14,23 +14,6 @@ gem 'uglifier', '>= 1.3.0' | ... | @@ -14,23 +14,6 @@ gem 'uglifier', '>= 1.3.0' |
| # See https://github.com/rails/execjs#readme for more supported runtimes | # See https://github.com/rails/execjs#readme for more supported runtimes | ||
| # gem 'mini_racer', platforms: :ruby | # gem 'mini_racer', platforms: :ruby | ||
| # Use CoffeeScript for .coffee assets and views | |||
| gem 'coffee-rails', '~> 4.2' | |||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | |||
| gem 'turbolinks', '~> 5' | |||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |||
| gem 'jbuilder', '~> 2.5' | |||
| # Use Redis adapter to run Action Cable in production | |||
| # gem 'redis', '~> 4.0' | |||
| # Use ActiveModel has_secure_password | |||
| # gem 'bcrypt', '~> 3.1.7' | |||
| # Use ActiveStorage variant | |||
| # gem 'mini_magick', '~> 4.8' | |||
| # Use Capistrano for deployment | |||
| # gem 'capistrano-rails', group: :development | |||
| # Reduces boot times through caching; required in config/boot.rb | # Reduces boot times through caching; required in config/boot.rb | ||
| gem 'bootsnap', '>= 1.1.0', require: false | gem 'bootsnap', '>= 1.1.0', require: false | ||
| ... | @@ -67,3 +50,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ... | @@ -67,3 +50,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
| gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | ||
| gem 'bcrypt', '~> 3.1', '>= 3.1.12' | gem 'bcrypt', '~> 3.1', '>= 3.1.12' | ||
| gem 'jquery-rails', '~> 4.3', '>= 4.3.3' | gem 'jquery-rails', '~> 4.3', '>= 4.3.3' | ||
| gem 'faker', '~> 1.9', '>= 1.9.1' | |||
| gem 'will_paginate', '~> 3.1', '>= 3.1.6' | |||
| gem 'bootstrap-will_paginate', '~> 1.0' | |||
| \ No newline at end of file |
app/helpers/account_activations_helper.rb
0 → 100644
app/mailers/user_mailer.rb
0 → 100644
app/views/users/_form.html.erb
0 → 100644
app/views/users/_user.html.erb
0 → 100644
app/views/users/edit.html.erb
0 → 100644
app/views/users/index.html.erb
0 → 100644
test/integration/users_edit_test.rb
0 → 100644
test/integration/users_index_test.rb
0 → 100644
test/mailers/previews/user_mailer_preview.rb
0 → 100644
test/mailers/user_mailer_test.rb
0 → 100644
Please
register
or
sign in
to comment