Skip to content

Commit

Permalink
Merge pull request discourse#248 from balpha/documentation
Browse files Browse the repository at this point in the history
ActiveRecord requires the postgres server to speak English
  • Loading branch information
SamSaffron committed Feb 24, 2013
2 parents 419ecf7 + a64d84d commit 3ec7eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPER-ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3ec7eb6

Please sign in to comment.