Rails 學習筆記簿:Test Prescriptions - Chapter 5 - Part I
Chapter 5: Testing Models 在 Rails 的框架中,在 model layer 包括『商業邏輯』以及『使用 ActiveRecord 存取資料庫的邏輯』。
Rubyist, Backend Engineer
A collection of 12 posts
Chapter 5: Testing Models 在 Rails 的框架中,在 model layer 包括『商業邏輯』以及『使用 ActiveRecord 存取資料庫的邏輯』。
Chapter 4: What Makes Great Tests
Chapter 4: What Makes Great Tests 當 Rails 成為熱門的開發網頁框架之一,許多的 Rails 開發者也開始願意使用 codebases(代碼庫)以及 test suites 來工作。 相對之下,卻沒有足夠的討論在延續未來開發軟體的議題上,來探討如何讓測試能夠變得更好。
Chapter 3: Test-Driven Rails
Chapter 3: Test-Driven Rails