From a64d84d504fa5b8225664cbb2e67e13b5ad6dbc6 Mon Sep 17 00:00:00 2001
From: balpha <mail@benjamin-dumke.de>
Date: Sun, 24 Feb 2013 14:42:37 +0100
Subject: [PATCH] ActiveRecord requires the postgres server to speak English;
 add this fact to the docs

---
 docs/DEVELOPER-ADVANCED.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md
index 1b2df6355..691ca3c4b 100644
--- a/docs/DEVELOPER-ADVANCED.md
+++ b/docs/DEVELOPER-ADVANCED.md
@@ -5,7 +5,7 @@ to rails, you are likely much better off with our **[Discourse Vagrant Developer
 
 ## First Steps
 
-1. Install and configure PostgreSQL 9.1+
+1. Install and configure PostgreSQL 9.1+. Make sure that the server's messages language is English; this is [required](https://github.com/rails/rails/blob/3006c59bc7a50c925f6b744447f1d94533a64241/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L1140) by the ActiveRecord Postgres adapter.
 2. Install and configure Redis 2+
 3. Install Ruby 1.9.3 and Bundler.
 3. Clone the project.