File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 )
2021* [ XSS 是什麼] ( xss.md )
2122* [ 資料庫的 INDEX 是什麼] ( index.md )
2223* [ 資料庫的 ACID 是什麼] ( acid.md )
24+ * [ 資料庫的 Database Isolation Level 是什麼] ( dil.md )
2325* [ 資料庫的 Database Isolation Level 是什麼] ( dil.md )
Original file line number Diff line number Diff line change 1+ # Transaction 是什麼
You can’t perform that action at this time.
0 commit comments