Categories
Category: Rails
2015
- Rails 商務網站 x 即戰力班的設計理念
- [Rails 答客問] Rails 功力要怎樣才能進步
- [Rails 答客問] 要怎樣寫出來以前沒寫過的功能?
- 學 Rails 需不需要先學 Ruby?(不需要)
- 如何用 ActiveRecord 做 Intersection
2014
- Rails Pacific 2014 籌辦祕辛與心得
- Ruby / Rails 中的 ! 與 ?
- helper_method 與 view_context
- Scuttle.io :SQL statement To ActiveRecord Syntax
- 解決 Discourse 上中文搜尋的問題
- 使用 Capistrano 部署 Discourse
- RailsConf 2014 - 十週年紀念版 (下)
- 過度追求 Test 造成的設計傷害
- 返璞歸真 -- 以最適當的方式設計軟體
- RailsConf 2014 - 十週年紀念版 ( 中 )
- RailsConf 2014 - 十週年紀念版 ( 上 )
- RubyConf PH 2014 遊記
- [UI] 如何實作 Delete / Cancel Function
- 由 RailsConf CFP 2014 談客觀的海選辦法
- Rails 4 上 Asset 的一團爛賬
- 再來 3 招實用Asset Pipeline 加速術
- 在 Rails 3 project 上跑 Rails 4 的 Asset Pipeline
2013
- MySQL with utf8mb4
- DHH 對人們使用 Sinatra 的看法
- Maintainable Rails View (6)
- Maintainable Rails View (5)
- Maintainable Rails View (4)
- Maintainable Rails View (3)
- Maintainable Rails View (2)
- Maintainable Rails View (1)
- Cells 實作 Partial 封裝的最佳實踐 (3)
- Cells 實作 Partial 封裝的最佳實踐 (2)
- Cells 實作 Partial 封裝的最佳實踐 (1)
- Secure Your Application : The Basic (4)
- Secure Your Application : The Basic (3)
- Secure Your Application : The Basic (2)
- Secure Your Application : The Basic (1)
- 想學好 Ruby on Rails,Tealeaf Academy 是你最佳的選擇
- Implement Subdomain & Custom Domain in Rails
- Why F2E should learn Rails
- One assertion per test & DAMP not DRY
- Rails 4: New Feature, Better Syntax
- Upgrade 到 Rails4 的一些感想
2012
- 如何閱讀 Rails 原始碼
- Twelve-Factor App 宣言
- Cache Digests 最大化緩存策略
- Rails-with-massive-data
- MySQL Indexing Best Practices
- Pry :新一代 Debug 利器
- 如何乾淨的 使用 / 修改 Bootstrap Framework
- Cancan 實作角色權限設計的最佳實踐(3)
- Cancan 實作角色權限設計的最佳實踐(2)
- Cancan 實作角色權限設計的最佳實踐(1)
- 一些 Ruby 命名的技巧
- Asset Pipeline 加速:以 Zurb Foundation 為例
- 3 招實用 Asset Pipeline 加速術
- Railsconf 2012 - 國際性 Conference 是這樣辦的 (下)
- Railsconf 2012 - 國際性 conference 是這樣辦的 (中)
- Railsconf 2012 - 國際性 conference 是這樣辦的 (上)
- 使用 SCSS 的 extend 重複利用 Bootstrap 的 style
- 在 Rails 中如何設計 Select
- [讀書筆記] CSS 基礎技巧懶人包
- Rails 的 cycle helper 以及 CSS 中的 nth-child
- Rails 3.2 新的 Route recognition 引擎 : Jounery
- 如何運用 / 設計 Rails Helper (3)
- [進階]使用 Facade Pattern 取代 Model callbacks