必要な情報はRails Guidesの中の以下のページにまとまっている。 Rails Internationalization (I18n) API I18n.translate メソッドを使って「抽象化されたキー」から、ロケールに基づく「自然言語」に変換する。いきなり英語で文章を考えなくて済む分、日本人に... 続きを読む
Copyright © 2009 Cody Fauser, James MacAulay, Edward Ocampo-Gooding, and John Guenin NoteYou are reading the text of an O'Reilly book that's under development. The authors are publishing the book to this site as it's being written, and we're ... 続きを読む
rails 3.0.0、arel 1.0.1 です。Rails 3 の ActiveRecord 周りと Arel について知るために、簡単な find 系のメソッドの実行の流れを見てみます。引用しているコードは見やすいように改変してます。 準備まずデータベースとテーブルを作ります。 % sqlite3 book... 続きを読む
Rails 3 Beautiful Code - Presentation Transcript Beautiful Code in Rails 3 by Gregg Pollack Starting a new app New Router API ActionController - respond_with ActionMailer Syntax ActiveRelation (arel) ERB Strings Escaped Unobtrusive Javascript... 続きを読む