Skip to content

feat(ror/form_basics): link to docs, explain HTTP method and CSRF relation#31168

Open
XAJX179 wants to merge 3 commits into
TheOdinProject:mainfrom
XAJX179:ror_form
Open

feat(ror/form_basics): link to docs, explain HTTP method and CSRF relation#31168
XAJX179 wants to merge 3 commits into
TheOdinProject:mainfrom
XAJX179:ror_form

Conversation

@XAJX179

@XAJX179 XAJX179 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Because

#31019 (comment)

This PR

  • changes the url_path name of an example in forms basic lesson.
  • adds a paragraph about http methods and csrf not being checked on non GET requests and links to rails docs
  • replaces a w3school link with mdn docs.

Issue

Closes #31019

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

@github-actions github-actions Bot added the Content: Ruby on Rails Involves the Ruby on Rails course label Jun 17, 2026
Comment thread ruby_on_rails/forms_and_authentication/project_forms.md Outdated
Comment thread ruby_on_rails/forms_and_authentication/project_forms.md Outdated
XAJX179 and others added 2 commits June 24, 2026 17:54
Co-authored-by: Kevin <kevinmulhern23@gmail.com>
@XAJX179
XAJX179 requested a review from KevinMulhern June 24, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content: Ruby on Rails Involves the Ruby on Rails course

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rails : Project: Forms - Link to rails routing docs

2 participants