プログラミングノート

一からものを作ることが好きなエンジニアの開発ブログです。

英語の勉強にもなるRailscast

Railscast

Railsの小技がビデオキャストで紹介されています。


英語ですが、コードを書く ⇒ 動作確認 という感じで進むので理解しやすいです。一つ一つダウンロードする必要があるので少々面倒ですが、個人的にはこのサイトで理解できるようになった機能も結構あるのでお勧めです。


ちなみに、初期の内容はこんな感じ。

1. Caching with Instance Variables
2. Dynamic find_by Methods
3. Find Through Association
4. Move Find into Model
5. Using with_scope
6. Shortcut Blocks with Symbol to_proc
7. All About Layouts
8. Layouts and content_for
9. Filtering Sensitive Logs
10. Refactoring User Name Part 1
11. Refactoring User Name Part 2
12. Refactoring User Name Part 3

アーカイブページはこちらから