From 2a90d60c941deb4ba31fa7bcfd5ebee1b536c963 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 31 Oct 2015 08:25:13 +0900 Subject: Add CHANGELOG entry for #22125 [ci skip] --- activerecord/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 97df382bb1..88546695e8 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* Alias `ActiveRecord::Relation#left_joins` to + `ActiveRecord::Relation#left_outer_joins`. + + *Takashi Kokubun* + * Use advisory locking to raise a ConcurrentMigrationError instead of attempting to migrate when another migration is currently running. -- cgit v1.2.3