diff options
author | Gaurav Sharma <gaurav2728@gmail.com> | 2016-02-12 23:12:56 +0530 |
---|---|---|
committer | Gaurav Sharma <gaurav2728@gmail.com> | 2016-02-12 23:12:56 +0530 |
commit | 33e202d3ae8dfa3aa978a09944030622832e6e15 (patch) | |
tree | 840099bfe15ba866de01e40f920b41b4570a2df9 /activerecord | |
parent | f7aa4c92a0a0dd609b6e07a5db256c417d0aa235 (diff) | |
download | rails-33e202d3ae8dfa3aa978a09944030622832e6e15.tar.gz rails-33e202d3ae8dfa3aa978a09944030622832e6e15.tar.bz2 rails-33e202d3ae8dfa3aa978a09944030622832e6e15.zip |
use rails instead of rake
since starting with Rails 5.x(beta) we prefer to use rails as the replacement of rake commands, may be change log will be the same
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ab17a2b438..45c123d943 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -620,7 +620,7 @@ *Ben Murphy*, *Matthew Draper* -* `bin/rake db:migrate` uses +* `bin/rails db:migrate` uses `ActiveRecord::Tasks::DatabaseTasks.migrations_paths` instead of `Migrator.migrations_paths`. |