path # lines of code
public/404.html 61
public/500.html 60
public/422.html 61
app/views/relationships/destroy.turbo_stream.erb 6
app/views/relationships/create.turbo_stream.erb 6
app/views/layouts/mailer.html.erb 12
app/views/layouts/_shim.html.erb 1
app/views/layouts/_header.html.erb 39
app/views/layouts/mailer.text.erb 1
app/views/layouts/_footer.html.erb 13
app/views/layouts/application.html.erb 24
app/views/users/index.html.erb 7
app/views/users/show.html.erb 24
app/views/users/_follow.html.erb 4
app/views/users/new.html.erb 18
app/views/users/edit.html.erb 22
app/views/users/_unfollow.html.erb 4
app/views/users/show_follow.html.erb 30
app/views/users/_follow_form.html.erb 9
app/views/users/_user.html.erb 8
app/views/static_pages/about.html.erb 13
app/views/static_pages/help.html.erb 9
app/views/static_pages/home.html.erb 31
app/views/static_pages/contact.html.erb 6
app/views/password_resets/new.html.erb 12
app/views/password_resets/edit.html.erb 16
app/views/user_mailer/password_reset.html.erb 9
app/views/user_mailer/account_activation.html.erb 7
app/views/user_mailer/password_reset.text.erb 5
app/views/user_mailer/account_activation.text.erb 3
app/views/sessions/new.html.erb 19
app/views/shared/_error_messages.html.erb 12
app/views/shared/_micropost_form.html.erb 10
app/views/shared/_user_info.html.erb 4
app/views/shared/_stats.html.erb 15
app/views/shared/_feed.html.erb 7
app/views/microposts/_micropost.html.erb 17
app/controllers/users_controller.rb 67
app/controllers/static_pages_controller.rb 14
app/controllers/microposts_controller.rb 32
app/controllers/sessions_controller.rb 28
app/controllers/application_controller.rb 11
app/controllers/account_activations_controller.rb 14
app/controllers/relationships_controller.rb 19
app/controllers/password_resets_controller.rb 53
app/helpers/sessions_helper.rb 44
app/helpers/relationships_helper.rb 2
app/helpers/application_helper.rb 10
app/helpers/static_pages_helper.rb 2
app/helpers/microposts_helper.rb 2
app/helpers/password_resets_helper.rb 2
app/helpers/users_helper.rb 8
app/helpers/account_activations_helper.rb 2
app/models/user.rb 87
app/models/micropost.rb 13
app/models/relationship.rb 6
app/models/application_record.rb 3
app/mailers/application_mailer.rb 4
app/mailers/user_mailer.rb 10
app/assets/config/manifest.js 1
app/assets/stylesheets/application.css 1
app/assets/stylesheets/custom.scss 260
app/jobs/application_job.rb 2
app/channels/application_cable/channel.rb 4
app/channels/application_cable/connection.rb 4
app/javascript/controllers/index.js 3
app/javascript/controllers/hello_controller.js 6
app/javascript/controllers/application.js 5
app/javascript/custom/image_upload.js 8
app/javascript/custom/menu.js 14
app/javascript/application.js 4
config/boot.rb 3
config/importmap.rb 6
config/environment.rb 2
config/puma.rb 9
config/initializers/content_security_policy.rb 1
config/initializers/permissions_policy.rb 1
config/initializers/filter_parameter_logging.rb 3
config/initializers/assets.rb 1
config/initializers/inflections.rb 1
config/application.rb 8
config/routes.rb 20
config/environments/development.rb 30
config/environments/production.rb 36
db/migrate/20220408210133_add_activation_to_users.rb 7
db/migrate/20220408210940_create_active_storage_tables.active_storage.rb 46
db/migrate/20220408205851_add_admin_to_users.rb 5
db/migrate/20220408211102_create_relationships.rb 9
db/migrate/20220408205520_add_remember_digest_to_users.rb 5
db/migrate/20220408200454_add_index_to_users_email.rb 5
db/migrate/20220408200615_add_password_digest_to_users.rb 5
db/migrate/20220408210711_add_reset_to_users.rb 6
db/migrate/20220408200125_create_users.rb 9
db/migrate/20220408210829_create_microposts.rb 10
db/seeds.rb 29
db/schema.rb 59
config.ru 3