aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-06-10 00:54:47 -0700
committerXavier Noria <fxn@hashref.com>2014-06-10 00:54:47 -0700
commit90fb179cb3fb6f1decd7e42227cd8e0251832d7b (patch)
tree7d7e937bd63b2aa6f50d8c7c5df7c73326e66258
parent44b7d6c41610bb8ddd058b3815543985f65bf7ad (diff)
parentc4c3a44685b4cfb1ffd4c27309ccfbf1bb53d4e5 (diff)
downloadrails-90fb179cb3fb6f1decd7e42227cd8e0251832d7b.tar.gz
rails-90fb179cb3fb6f1decd7e42227cd8e0251832d7b.tar.bz2
rails-90fb179cb3fb6f1decd7e42227cd8e0251832d7b.zip
Merge pull request #15604 from JuanitoFatas/doc/migration
[ci skip] Rename: Rails Database Migration to Active Record Migration.
-rw-r--r--guides/source/active_record_migrations.md (renamed from guides/source/migrations.md)0
-rw-r--r--guides/source/documents.yaml4
2 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/migrations.md b/guides/source/active_record_migrations.md
index ef95a28564..ef95a28564 100644
--- a/guides/source/migrations.md
+++ b/guides/source/active_record_migrations.md
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 5138412312..82e248ee38 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -13,8 +13,8 @@
url: active_record_basics.html
description: This guide will get you started with models, persistence to database and the Active Record pattern and library.
-
- name: Rails Database Migrations
- url: migrations.html
+ name: Active Record Migrations
+ url: active_record_migrations.html
description: This guide covers how you can use Active Record migrations to alter your database in a structured and organized manner.
-
name: Active Record Validations