[RAILS] 2020/10/3 Tech Camp Day 13 Output

Try to make a posting application with Rails 2

Add a posting function

--Strong parameters are those that receive only parameters with the specified key. --Private methods are methods that cannot be called from outside the class. ――Validation is to make a certain contract when registering data.

Delete a tweet

・ Flow of deletion function implementation 1 Set the routing to delete tweets 2 Add a delete button to the view 3 Define the destroy action in the controller 4 Add the deleted view

Recommended Posts

2020/10/1 Tech Camp Day 11 Output
2020/10/3 Tech Camp Day 13 Output
2020/10/2 Tech Camp Day 12 Output
2020/10/4 Tech Camp Day 14 Output
TECH CAMP After 10 weeks
[Impression] Take a Tech Camp
TECH CAMP learning personal application creation ③
TECH CAMP learning personal application creation ②
TECH CAMP learning personal app ④ git ignore