refactor Userscontroller and remove redundant files
Showing
| ... | ... | @@ -14,23 +14,6 @@ gem 'uglifier', '>= 1.3.0' |
| # See https://github.com/rails/execjs#readme for more supported runtimes | ||
| # 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 | ||
| gem 'bootsnap', '>= 1.1.0', require: false | ||
| ... | ... |
Please
register
or
sign in
to comment