- Define CRUD.
- There are seven verb + path combinations that are necessary in a basic Sinatra app in order to provide full CRUD functionality. List each of the seven combinations, and explain what each is for.
- Why do we use set method_override: true?
- Explain the difference between value and name in this line:
<input type='text' name='task[title]' value="<%= @task.title %>"/>. - What are params? Where do they come from?
-
-
Save kjs222/ef497180eeb81979923ec184bfbabb41 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.