Checks
Describe your suggestion
The instructions in the Ruby on Rails project on forms are a bit confusing.
Firstly, step 2 of Railsy forms with #form_with says:
Comment out your entire HTML form. It may be helpful to save it for later on if you get stuck.
The "may" suggests that keeping the form on hand is entirely for convenience, but Turn Turbo back ON later involves using the form. It would be therefore good to clarify that the raw HTML form will, in fact, be used again in a further step.
Secondly, step 6 of Controller setup says:
Go into your controller and comment out the line in your #create action where you instantiated a ::new User (we’ll use it later).
However, it seems like the line is not used later.
Path
Ruby / Rails
Lesson Url
https://www.theodinproject.com/lessons/ruby-on-rails-forms
(Optional) Discord Name
No response
(Optional) Additional Comments
No response
Checks
Describe your suggestion
The instructions in the Ruby on Rails project on forms are a bit confusing.
Firstly, step 2 of Railsy forms with #form_with says:
The "may" suggests that keeping the form on hand is entirely for convenience, but Turn Turbo back ON later involves using the form. It would be therefore good to clarify that the raw HTML form will, in fact, be used again in a further step.
Secondly, step 6 of Controller setup says:
However, it seems like the line is not used later.
Path
Ruby / Rails
Lesson Url
https://www.theodinproject.com/lessons/ruby-on-rails-forms
(Optional) Discord Name
No response
(Optional) Additional Comments
No response