From 9fbc77034dfd33cc51939a25609067c615a976d7 Mon Sep 17 00:00:00 2001 From: pferdefleisch Date: Mon, 20 Feb 2012 04:04:02 -0800 Subject: [PATCH] Moved from Cheat Sheet (I had put it there by mistake) --- Plugins.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 5b49088..7cb6e57 100644 --- a/Plugins.md +++ b/Plugins.md @@ -334,6 +334,18 @@ Adds tab-completion of Grails script names to the command line use of grails. L ## rails3 **Maintainer:** [robbyrussell][robbyrussell] +* `rc - rails console` +* `rd - rails destroy` +* `rdb - rails dbconsole` +* `rdbm - rake db:migrate db:test:clone` +* `rg - rails generate` +* `rp - rails plugin` +* `rs - rails server` +* `rsd - rails server --debugger` +* `devlog - tail -f log/development.log` +* `rdm - rake db:migrate` +* `rdr - rake db:rollback` + ## redis-cli **Maintainer:** [robbyrussell][robbyrussell] @@ -400,4 +412,3 @@ Completions for `thor` **Maintainer:** [robbyrussell][robbyrussell] [robbyrussell]: https://github.com/robbyrussell -