aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/plugins.md
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2016-01-19 16:38:56 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2016-01-19 23:47:14 +0530
commit352a8892fde37ae0b985ac4b8ff510edad40481d (patch)
tree58e75c6d20724ddde2a101f047d52133dec66e50 /guides/source/plugins.md
parent3af3c19fd06feb8c705289c16b625cab3378c7e8 (diff)
downloadrails-352a8892fde37ae0b985ac4b8ff510edad40481d.tar.gz
rails-352a8892fde37ae0b985ac4b8ff510edad40481d.tar.bz2
rails-352a8892fde37ae0b985ac4b8ff510edad40481d.zip
use bin/rails default instead of rake commands [ci skip]
I go through the `http://edgeguides.rubyonrails.org/` and found `rake` commands in various files that are in RAILS 5.0 implement by `bin/rails` command. I try to change all that can be directly use `bin/rails …`
Diffstat (limited to 'guides/source/plugins.md')
-rw-r--r--guides/source/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md
index 68e54f2414..8f055f8fe3 100644
--- a/guides/source/plugins.md
+++ b/guides/source/plugins.md
@@ -247,7 +247,7 @@ and migrating the database. First, run:
```bash
$ cd test/dummy
-$ bin/rake db:migrate
+$ bin/rails db:migrate
```
While you are here, change the Hickwall and Wickwall models so that they know that they are supposed to act