From 33e202d3ae8dfa3aa978a09944030622832e6e15 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Fri, 12 Feb 2016 23:12:56 +0530 Subject: 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 --- actionpack/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 921aff300f..77aa4c01ba 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -42,10 +42,10 @@ ## Rails 5.0.0.beta2 (February 01, 2016) ## -* Add `-g` and `-c` options to `bin/rake routes`. These options return the url `name`, `verb` and +* Add `-g` and `-c` options to `bin/rails routes`. These options return the url `name`, `verb` and `path` field that match the pattern or match a specific controller. - Deprecate `CONTROLLER` env variable in `bin/rake routes`. + Deprecate `CONTROLLER` env variable in `bin/rails routes`. See #18902. -- cgit v1.2.3