Path	Lines of Code
app/assets/config/manifest.js	1
app/assets/stylesheets/account_activations.scss	1
app/assets/stylesheets/application.css	1
app/assets/stylesheets/custom.scss	257
app/assets/stylesheets/microposts.scss	1
app/assets/stylesheets/password_resets.scss	1
app/assets/stylesheets/relationships.scss	1
app/assets/stylesheets/sessions.scss	1
app/assets/stylesheets/static_pages.scss	1
app/assets/stylesheets/users.scss	1
app/channels/application_cable/channel.rb	4
app/channels/application_cable/connection.rb	4
app/controllers/account_activations_controller.rb	14
app/controllers/application_controller.rb	11
app/controllers/microposts_controller.rb	28
app/controllers/password_resets_controller.rb	52
app/controllers/relationships_controller.rb	19
app/controllers/sessions_controller.rb	26
app/controllers/static_pages_controller.rb	14
app/controllers/users_controller.rb	67
app/helpers/account_activations_helper.rb	2
app/helpers/application_helper.rb	10
app/helpers/microposts_helper.rb	2
app/helpers/password_resets_helper.rb	2
app/helpers/relationships_helper.rb	2
app/helpers/sessions_helper.rb	44
app/helpers/static_pages_helper.rb	2
app/helpers/users_helper.rb	8
app/javascript/channels/consumer.js	2
app/javascript/channels/index.js	2
app/javascript/packs/application.js	6
app/jobs/application_job.rb	2
app/mailers/application_mailer.rb	4
app/mailers/user_mailer.rb	10
app/models/application_record.rb	3
app/models/micropost.rb	14
app/models/relationship.rb	6
app/models/user.rb	81
app/views/layouts/_footer.html.erb	13
app/views/layouts/_header.html.erb	41
app/views/layouts/_shim.html.erb	1
app/views/layouts/application.html.erb	25
app/views/layouts/mailer.html.erb	12
app/views/layouts/mailer.text.erb	1
app/views/microposts/_micropost.html.erb	15
app/views/password_resets/edit.html.erb	16
app/views/password_resets/new.html.erb	12
app/views/relationships/create.js.erb	2
app/views/relationships/destroy.js.erb	2
app/views/sessions/new.html.erb	19
app/views/shared/_error_messages.html.erb	12
app/views/shared/_feed.html.erb	7
app/views/shared/_micropost_form.html.erb	19
app/views/shared/_stats.html.erb	15
app/views/shared/_user_info.html.erb	4
app/views/static_pages/about.html.erb	13
app/views/static_pages/contact.html.erb	6
app/views/static_pages/help.html.erb	9
app/views/static_pages/home.html.erb	31
app/views/user_mailer/account_activation.html.erb	7
app/views/user_mailer/account_activation.text.erb	3
app/views/user_mailer/password_reset.html.erb	9
app/views/user_mailer/password_reset.text.erb	5
app/views/users/_follow.html.erb	4
app/views/users/_follow_form.html.erb	9
app/views/users/_unfollow.html.erb	5
app/views/users/_user.html.erb	8
app/views/users/edit.html.erb	22
app/views/users/index.html.erb	7
app/views/users/new.html.erb	18
app/views/users/show.html.erb	24
app/views/users/show_follow.html.erb	30
babel.config.js	70
config.ru	2
config/application.rb	9
config/boot.rb	3
config/environment.rb	2
config/environments/development.rb	28
config/environments/production.rb	35
config/initializers/application_controller_renderer.rb	1
config/initializers/assets.rb	2
config/initializers/backtrace_silencers.rb	1
config/initializers/content_security_policy.rb	1
config/initializers/cookies_serializer.rb	1
config/initializers/filter_parameter_logging.rb	1
config/initializers/inflections.rb	1
config/initializers/mime_types.rb	1
config/initializers/wrap_parameters.rb	3
config/puma.rb	8
config/routes.rb	21
config/spring.rb	6
db/migrate/20190822013911_create_users.rb	9
db/migrate/20190822021835_add_index_to_users_email.rb	5
db/migrate/20190822031056_add_password_digest_to_users.rb	5
db/migrate/20190823000019_add_remember_digest_to_users.rb	5
db/migrate/20190823171209_add_admin_to_users.rb	5
db/migrate/20190823175841_add_activation_to_users.rb	7
db/migrate/20190824013003_add_reset_to_users.rb	6
db/migrate/20190824113338_create_microposts.rb	10
db/migrate/20190827011913_create_active_storage_tables.active_storage.rb	22
db/migrate/20190827030205_create_relationships.rb	12
db/schema.rb	55
db/seeds.rb	29
lib/tasks/my_task.rake	10
postcss.config.js	12
public/404.html	61
public/422.html	61
public/500.html	60
spec/factories.rb	10
spec/models/user_spec.rb	80
spec/rails_helper.rb	18
spec/spec_helper.rb	20
spec/support/factory_bot.rb	4
