mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #6905 from kennyj/add_changelog_entry_20120629
Added a changelog entry about fda24312d3
.
This commit is contained in:
commit
e39f218b7b
1 changed files with 15 additions and 0 deletions
|
@ -1,5 +1,20 @@
|
||||||
## Rails 4.0.0 (unreleased) ##
|
## Rails 4.0.0 (unreleased) ##
|
||||||
|
|
||||||
|
* Add `collate` and `ctype` support to PostgreSQL. These are available for PostgreSQL 8.4 or later.
|
||||||
|
Example:
|
||||||
|
|
||||||
|
development:
|
||||||
|
adapter: postgresql
|
||||||
|
host: localhost
|
||||||
|
database: rails_development
|
||||||
|
username: foo
|
||||||
|
password: bar
|
||||||
|
encoding: UTF8
|
||||||
|
collate: ja_JP.UTF8
|
||||||
|
ctype: ja_JP.UTF8
|
||||||
|
|
||||||
|
*kennyj*
|
||||||
|
|
||||||
* `FinderMethods#exists?` now returns `false` with the `false` argument.
|
* `FinderMethods#exists?` now returns `false` with the `false` argument.
|
||||||
|
|
||||||
*Egor Lynko*
|
*Egor Lynko*
|
||||||
|
|
Loading…
Reference in a new issue