[RUBY] About the relationship between HTTP methods, actions and CRUD

I will post a summary of the relevance in my own way.

0e2f8bc0606147b6ebe804657aaede87.jpg 85851b58defdb320ba87be7857f711fe.jpg

Recommended Posts

About the relationship between HTTP methods, actions and CRUD
About the equals () and hashcode () methods
Think about the differences between functions and methods (in Java)
About the relationship between the Java String equality operator (==) and initialization. Beginners
About the difference between irb and pry
About the mechanism of the Web and HTTP
Interpret the relationship between Java methods and arguments into a biochemical formula
[Rails / ActiveRecord] About the difference between create and create!
[Ruby] Difference between methods with and without self in the class. About class methods and instance methods.
[Rails] I learned about the difference between resources and resources
About the difference between classes and instances in Ruby
Verification of the relationship between Docker images and containers
About the relationship between Rails credentials.yml.enc and master.key (undefined method `[]'for nil: NilClass (NoMethodError))
Relationship between Controller and View
About the same and equivalent
About pluck and ids methods
Relationship between package and class
About the difference between "(double quotation)" and "single quotation" in Ruby
[Ruby] About the difference between 2 dots and 3 dots of range object.
About Java static and non-static methods
Relationship between ActiveRecord with_lock and cache
About the difference between gets and gets.chomp (other than line breaks)
[Ruby] Relationship between parent class and child class. The relationship between a class and an instance.
[Ruby] Difference between symbol variables and character string variables. About the difference between [: a] and ['a'].
Understand the difference between each_with_index and each.with_index
Relationship between database and model (basic)
The relationship between strict Java date checking and daylight savings time
[Java] Relationship between H2DB and JDBC
Organize the relationship between SLF4J, Logback, and Log4J along with their behavior
Relationship between kotlin and java access modifiers
About the operation of next () and nextLine ()
Basic CRUD comparison between Mybatis and Hibernate
Relationship between Eclipse m2e plugin and Maven
Find out about instance methods and self
[iOS] Understand the difference between frame and bounds
Think about the combination of Servlet and Ajax
Understand the difference between abstract classes and interfaces!
What is the difference between SimpleDateFormat and DateTimeFormatter? ??
Summarize the differences between C # and Java writing
About next () and nextLine () of the Scanner class
A note about the Rails and Vue process
Ruby: Differences between class methods and instance methods, class variables and instance variables
CRUD and resources method ~ 3 Not a secret relationship ~
Relationship between UI test and recording, implementation method
[Java] Note about the difference between equivalence judgment and equality judgment when comparing String classes
[Swift] About the inability to distinguish between full-width and half-width characters with NS Predicate
[Java] The difference between the Stream.of () and Arrays.stream () methods that you do not know unexpectedly