[RAILS] 2020/10/1 Tech Camp Day 11 Output

Curriculum application

First post on the 11th day of tech camp ^^; The pre-learning start is 9/12.

content of study

--Let's make a posting app with Rails --There are many controller functions unlike the basic simple posting application. --Database review

--database.yml is a file that describes database settings. Rails has a mechanism that allows you to change the database settings for each operating environment by editing this database.yml.

--RDB (Relational Database) is a database that manages data in a tabular format. It has rows and columns. In the database, rows are called "records" and columns are called "columns". --When using RDBMS (RDB management system) and RDB (relational database), the system that manages them is called RDBMS. --MySQL is one of RDBMS --Many extensions --Small to large data can be handled --High flexibility

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