What I learned from studying Rails

Rough difference between GET and POST

GET: Used when clicking a link to jump to the page you want to see POST: Basically used when you want to save data in the server DB

Strong parameters

A mechanism to prevent invalid parameters by limiting the values entered from the WEB, Necessary to avoid a security issue called Mass Asignment.

symbol

A symbol is a character string managed by a serial number. : name,: user, etc.

Hashing

A specific character string or enumeration of numbers is calculated by a calculation procedure based on a certain rule (hash function). Replacing with another value (hash value)

Whether the difference with encryption can be undone The encryption can be restored, but the hash value cannot be restored by anyone, including the person who performed the hashing work.

Method

A method is a function. A method definition puts the process you want to execute between def and end.

def method name
What you want to do
end

Recommended Posts

What I learned from studying Rails
What i learned
What I learned from Java monetary calculation
What I learned ② ~ Mock ~
What I learned ① ~ DJUnit ~
[Rails] What I learned from a little stumbling block when using ancestry
What I learned about Kotlin
I entered from Rails and didn't know what [attr_accessor] was
What I learned with Java Gold
Beginner Ruby on Rails What I learned is being summarized
What I learned with Java Silver
[Note] What I learned in half a year from inexperienced (Java)
[Note] What I learned in half a year from inexperienced (Java) (1)
[Note] What I learned in half a year from inexperienced (Java) (3)
What I learned from doing Java work with Visual Studio Code
What I learned through the swift teacher
What Rails beginners learned by solving errors
[Rails Struggle/Rails Tutorial] What you learned in Rails Tutorial Chapter 6
Summary of what I learned about Spring Boot
[Rails] I tried to raise the Rails version from 5.0 to 5.2
[Rails Struggle/Rails Tutorial] What you learned in Rails Tutorial Chapter 3
[Rails] I learned about database data type types!
What I learned in Java (Part 2) What are variables?
I want to play with Firestore from Rails
Summary of what I learned in Spring Batch
[Rails] I learned about the difference between resources and resources
I will write what I learned about docker anyway (second)
What should I use for the testing framework [Rails]
What I learned in Java (Part 3) Instruction execution statement
What I got from continuing to develop open source
What I learned when building a server in Java
[Rilas] What I learned in implementing the pagination function.
[Rails Struggle/Rails Tutorial] What you learned in Rails Tutorial Chapters 4 and 5
[Rails] What are params?
I will write what I learned about docker anyway (first)
Cloud9 (Rails) from Github
What I was addicted to while using rspec on rails
What I learned in Java (Part 4) Conditional branching and repetition
What I did in the version upgrade from Ruby 2.5.2 to 2.7.1
What I researched about Java 8
I knew what reflection was
What is Rails gem devise?
What I researched about Java 6
[rails] What are Strong Parameters?
What you learned about hashes
What I researched about Java 9
What you learned about symbols
[Environment variables] What are rails environment variables?
I tried Rails beginner [Chapter 1]
What I researched about Java 7
I tried Rails beginner [Chapter 2]
Aggregate Rails enums from SQL
A note of what I stumbled upon and noticed in catching up with Laravel from Rails
What is Rails Active Record?
What I researched about Java 5
What I have learned in Java (Part 1) Java development flow and overview
What I did in the migration from Spring Boot 1.4 series to 2.0 series
What I was addicted to when implementing google authentication with rails
I am studying to change jobs from inexperienced to a web engineer.
What I did in the migration from Spring Boot 1.5 series to 2.0 series
What I thought about when I started migrating from Java to Kotlin