Maintainable Rails View
Maintainable Rails View
Organize templates in good way
关于本书
本書是作者本人維護多個專案以後累積出來的 Rails View Pattern。意旨在解決 Rails View 在經歷多次需求變更後後不堪維護的問題。
這本書包含以下幾個主題:
* Helper 使用時機
* Helper Best Pratices
* Partial 使用時機
* Partial Best Pratices
* Helper 與 Partial 之外的整理武器
* Object-Oriented View
共十數招維護技巧。
從最粗淺的 Helper / Partial 維護一直到進階的 Object-Oriented View 封裝實踐。看完本書後絕對會在 Rails View 這方面的功力大增。
(P.S. 適合 Rails 經驗一年維護以上開發者)
书籍目录
- CHANGELOG
- 作者介紹
- 前言
-
Helper 與 Partial
- 什麼是 Partial
- 什麼是 Helper
-
你該知道的 Helper 知識
- 省下開發者重造輪子的功夫
- 綁定內建基礎建設(最佳實踐)
- 解決資料庫映射問題
-
在專案中必須使用 Helper 整理程式碼的原因
- 其一:在 View 裡面實作 LOGIC 是不好的。
- 其二:讓 View 更加直觀好維護。
- 其三:給 Code 取名字,容易尋找並複用成果。
- 其四: 不會被以前寫的 Code 害死。
-
Helper Best Practices
- 1. Move logic to Helper
- 2. Pre-decorate with Helper
- 3. Use Ruby in Helper ALL THE TIME
- 4. mix Helper & Partial
- 5. Tell, Don’t ask
- 6. Wrap into a method
-
Partial Best Practices
- 7. Move code to Partial
- 8. Use presenter to clean the view
- 9. Cache Digest
- 10. Cells
-
Helper 與 Partial 之外的整理武器
- 11. content_for ( yield )
- 12. Decoration in Controller
- 13. Decoration using I18n
-
Object on Rails
- 14. Decorate using Decorator ( don’t put everything in model )
- 15. Decoration using View Object
- 16. Form Builder
- 17. Form Object (wrap logic in FORM, not in model nor in controller)
- 18. Policy Object / Rule Engine (centralize permission control)
- Summary
Leanpub 无条件、无风险的 100% 保证满意
從付款之後的 60 天內,只要點個兩下,你就可以完成退書並且取回先前支付的全數金額。退書是採用人工作業,因此可能需要花幾天的時間才能完成整個程序。
See full terms.
80% Royalties. Earn $16 on a $20 book.
We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $12 million USDwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them