Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 5075af2

Browse files
committed
week 7 materials
1 parent df99b51 commit 5075af2

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

week6/class_materials/week6.key

-2.34 KB
Binary file not shown.

week6/homework/questions.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Reading:
2+
Chapter 11.9-11.11
3+
Chapter 8
4+
Code:
5+
Add tests and form elements to create a relationship (like adding a course to a student through the form)
6+
7+
Link to code on Github:
8+
<please put the link to your code on github here>

week7/class_materials/week7.key

333 KB
Binary file not shown.

week7/class_materials/week7.pdf

1.46 MB
Binary file not shown.

week7/homework/questions.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Reading:
2+
Chapter 14
3+
Chapter 16
4+
Code:
5+
Add devise for login/logout with tests
6+
Add one ActionMailer with tests
7+
8+
Questions:
9+
1. What is devise and why should we use it instead of creating our own login pattern?
10+
2. How would devise require login before the home action on a welcome controller?
11+
3. If I wanted to send an email each time a resource in my application was created how would I do it? (Pretend I have a FunMailer ActionMailer class with a notify_about_resource method)
12+
4. What is Authorization? How is it different from Authentication?
13+
14+
Code:
15+
<please paste a link to github here>

0 commit comments

Comments
 (0)