diff options
author | kennyj <kennyj@gmail.com> | 2012-05-23 03:37:02 +0900 |
---|---|---|
committer | kennyj <kennyj@gmail.com> | 2012-06-12 19:34:24 +0900 |
commit | 34492af710e9309f58eb740029f5076d0f59ea18 (patch) | |
tree | fc551a8889b51f06d7268116e6746c721d403753 /guides | |
parent | 122f6de2e038dbbece4ee59ddcfcf75ae9c49f63 (diff) | |
download | rails-34492af710e9309f58eb740029f5076d0f59ea18.tar.gz rails-34492af710e9309f58eb740029f5076d0f59ea18.tar.bz2 rails-34492af710e9309f58eb740029f5076d0f59ea18.zip |
Create hstore extension when building PostgreSQL databases.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile index acf75d41cd..92c607b6f5 100644 --- a/guides/source/contributing_to_ruby_on_rails.textile +++ b/guides/source/contributing_to_ruby_on_rails.textile @@ -190,6 +190,8 @@ $ rake postgresql:build_databases NOTE: Using the rake task to create the test databases ensures they have the correct character set and collation. +NOTE: You'll see the following warning (or localized warning) during activating HStore extension in PostgreSQL 9.1.x or earlier: "WARNING: => is deprecated as an operator". + If you’re using another database, check the files under +activerecord/test/connections+ for default connection information. You can edit these files to provide different credentials on your machine if you must, but obviously you should not push any such changes back to Rails. You can now run the tests as you did for +sqlite3+. The tasks are respectively |