Skip to content

Commit 9bfd503

Browse files
committed
updated
1 parent 3e5b81a commit 9bfd503

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ source 在 [Github](https://github.com/Unayung/ruby-on-rails-developer-interview
2626
* [什麼是 Polymorphic Association](poly.md)
2727
* [N+1 Query](nplusone.md)
2828
* [為什麼要有 Migration 檔案](migration.md)
29+
* [Transaction 是什麼](transaction.md)
2930
* [如何用單一 action 套用 /beer/(beer\_type) 這種 route](beer_type.md)
3031
* [如何讓 Person model 可以指定另一個 person 為 parent](person.md)
3132
* [請解釋這個語法 a ||= b](aorequalb.md)

SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [什麼是 Polymorphic Association](poly.md)
1313
* [N+1 Query](nplusone.md)
1414
* [為什麼要有 Migration 檔案](migration.md)
15+
* [Transaction 是什麼](transaction.md)
1516
* [如何用單一 action 套用 /beer/(beer\_type) 這種 route](beer_type.md)
1617
* [如何讓 Person model 可以指定另一個 person 為 parent](person.md)
1718
* [請解釋這個語法 a ||= b](aorequalb.md)
@@ -20,4 +21,5 @@
2021
* [XSS 是什麼](xss.md)
2122
* [資料庫的 INDEX 是什麼](index.md)
2223
* [資料庫的 ACID 是什麼](acid.md)
24+
* [資料庫的 Database Isolation Level 是什麼](dil.md)
2325
* [資料庫的 Database Isolation Level 是什麼](dil.md)

transaction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Transaction 是什麼

0 commit comments

Comments
 (0)