Episode #321 - November 9th, 2012
#accepts_nested_attributes_for (often) considered harmful
- accepts_nested_attirbutes_forというform作成用のメソッドの話
- 安全じゃない
- redtapeというgemを代わりに使うという方法
7 Patterns to Refactor Fat ActiveRecord Models
http://blog.codeclimate.com/blog/2012/10/17/7-ways-to-decompose-fat-activerecord-models/
- Modelのリファクタリング
- Modelをスリムに保つ方法
- よくあるModelの形7つを紹介している
- Extract Value Objects
- Extract Service Objects
- Extract Form Objects
- Introduce View Objects
- Extract Policy Objects
- Extract Decorators
Using Capybara to test JavaScript that makes HTTP requests
http://robots.thoughtbot.com/post/34761570235/using-capybara-to-test-javascript-that-makes-http
- HTTPリクエストをするようなJSのテスト
- CapybaraとSinatoraを使っている
続く
ちょっと滞っていましたが、なんとか持ち直していきたいと思います。