Agile Web Development with Rails 7 Page 212 PDF

On page 212 of the PDF you use a form_tag for the session login form. According to the Rails 7 documentation form_for and form_with have been soft deprecated in favour of form_with so I guess that should be a form_with declaration rather than form_tag