-
-
Save Epictetus/1985876 to your computer and use it in GitHub Desktop.
Ruby on Rails v3.2.1 CHANGELOGs (in ja-JP)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* 変更なし |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* ドキュメントの品質を向上させました。 | |
* `form.select` は Range を受けつけることができます。 (regression) *Jeremy Walker* | |
* `datetime_select` は日付として正負の無限大を与えても動きます。 *Joe Van Dyk* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* 変更なし |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* logger が存在しない場合には、自動 EXPLAIN のしきい値は無視されます。 *fxn* | |
* `table_name=` に与えた変数は `to_s` を呼び出して設定します。 | |
特にシンボルがサポートされます。 (regression) *Sergey Nartimov* | |
* 2つのスレッドが同時に attribute メソッドを定義しようとしたときに | |
レースコンディションを引き起こす可能性を修正しました。 *Jon Leighton* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* ドキュメントを修正しました。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* ドキュメントを修正し、品質を向上させました。 | |
* タイムゾーンオフセット情報を更新しました。 *Ravil Bayramgalin* | |
* 廃止予定の `ActiveSupport::Base64.decode64` は `::Base64.decode64` を呼び出します。 | |
(訳注: 3.2.0 では `::Base64.encode64` を呼んでいました) *Jonathan Viney* | |
* `uninitialized constant ActiveSupport::TaggedLogging::ERROR` となる問題を修正しました。 *kennyj* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails 3.2.1 (January 26, 2012) ## | |
* ドキュメントを修正しました。 | |
* マイグレーションのジェネレータは、 decimal{1,2} の形式に加えて | |
decimal{1.2} や decimal{1-2} という形式を受け付けるようになりました。 *José Valim* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment