“strive 8/27 ~ 9/3”
Use
-
[gem] resque_mailer
-
[gem] mailgun
-
[gem] carrierwave-bombshelter
-
[gem] spree
-
[swagger] swagger editer
Read
-
[ruby] 一些用來檢驗rails程式碼的工具
-
[remote] remote team management
-
[ruby] Rails 開發:那些年,我們一起踩過的坑
-
[ruby] ImageTragick and Rails
-
[ruby] Spree 源碼導讀
-
[ruby] Rails 源码分析之 eager_load! 篇
-
[css] css3-nth-childn
-
[vim] Rails.vim 高效使用指南
-
[ruby] Making ActiveRecord Models Thin
- seperate models responsible to behavior and data
Book
-
[ruby] object on rails
- Exhibit Object Characteristics
- Wraps a single model instance.
- Is a true Decorator
- Brings together a model and a context
- Encapsulates decisions about how to render an object.
- May modify the behavior of an object.
- Helper
- They are a good place to put general rendering methods which aren’t tied to any particular model. For instance, we could write a helper for displaying HTML5-style
- Exhibit Object Characteristics
Learn
- Project manage
- 完整計畫,要包含開發環境的資訊。 要先確認每個人都是在同樣的基準點,沒有認知上的誤差。
- 工作目標, 工作項目, 時間預估
- Coding structure
- 所有的 service 都是透過 return false 和 .errors.full_messages 來處理錯誤, controller 都會用這樣的邏輯來處理