Skip to content

Ruby on Rails: Project: Forms: Make instructions clearer #31130

Description

@VladNegara

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

Metadata

Metadata

Assignees

Labels

Content: RubyInvolves the Ruby courseStatus: StaleThis issue/PR has been inactive for over 30 days and will be closed if inactivity continues

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions