-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
[Exercise 10.5] Add an integration test for the expired password reset and more #16
Conversation
to solve exercise10.5-1
to solve exercise10.5-2 and extra credit
to solve exercise10.5-3
ExercisesのURLがChapter 9だ... |
あれ本当だ...。修正しました! |
ありがとう! LGTM 🍺 |
deprecatedなんですか? |
@hanazuki |
@takuminnnn それは
|
@hanazuki なるほど確かに自分の早とちりでした。ただ、今回のExerciseではTODOにも示した通り、 |
@takuminnnn なるほどそういう設問だったんですね(いま問題よみました,ごめんなさい). ただ,設問の意図は, 今回はたまたま関係ないのですが, |
確かに設問の意図的にはそちらでも問題ないですね。 validation, callbackをスキップする |
…precated" This reverts commit f9a876a.
よいとおもいます〜 |
@hanazuki ありがとう! |
Exercises
https://www.railstutorial.org/book/account_activation_password_reset#sec-activation_resets_exercises
TODO
expired
index
andshow
action by filling in the template shown in Listing 10.58FILL_IN
in Listing 10.58/users
and/users/:id
update_attribute
calls with a single call toupdate_columns
by filling in the template shown in Listing 10.59FILL_IN
in Listing 10.59Completion Conditions
OK
orLGTM
from two of rjk