Skip to content

Commit a64d84d

Browse files
committed
ActiveRecord requires the postgres server to speak English; add this fact to the docs
1 parent 430a397 commit a64d84d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/DEVELOPER-ADVANCED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ to rails, you are likely much better off with our **[Discourse Vagrant Developer
55

66
## First Steps
77

8-
1. Install and configure PostgreSQL 9.1+
8+
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.
99
2. Install and configure Redis 2+
1010
3. Install Ruby 1.9.3 and Bundler.
1111
3. Clone the project.

0 commit comments

Comments
 (0)