We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BE Mod 2 Week 1 Solo Project
erb
save_and_open_page
rails routes
<h1>
<h2>
<p>
<body>
<a>
href
<img>
src
<div>
<section>
<ul>
<ol>
<li>
<form>
<input>
resources
form_tag
form_for
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MiniShop
BE Mod 2 Week 1 Solo Project
Learning Goals
Rails
erb
)ActiveRecord
Databases
Testing and Debugging
save_and_open_page
to view the HTML generated when visiting a path in a feature testrails routes
to get additional information about the routes that exist in a Rails applicationStyling
<h1>
,<h2>
, etc.<p>
<body>
<a>
and thehref
attribute<img>
and thesrc
attribute<div>
<section>
<ul>
,<ol>
, and<li>
<form>
<input>
Web Applications
Requirements
resources
syntax)form_tag
for all forms (no use ofform_for
)Permitted
Not Permitted
Permission
The text was updated successfully, but these errors were encountered: