Make the Invisible Visible
- Read the server log. (Clear it often ⌘+k)
Started GET "/directors" for 130.126.255.106 at 2023-05-04 21:50:42 +0000
(0.2ms) SELECT sqlite_version(*)
Processing by DirectorsController#index as HTML
Rendering director_templates/index.html.erb within layouts/application
Director Load (0.6ms) SELECT "directors".* FROM "directors" ORDER BY "directors"."created_at" DESC
↳ app/views/director_templates/index.html.erb:29
Rendered director_templates/index.html.erb within layouts/application (Duration: 7.6ms | Allocations: 5127)
Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 1.5ms | Allocations: 7634)