This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Commit 47e95ea
committed
Add db:connect rake task
This little task allows for connecting to your local MySQL or Postgres
database with `bundle exec rake db:connect`. I've found it useful when
trying to inspect the columns of certain tables, for example.
Authored-by: Reid Mitchell <rmitchell@pivotal.io>1 parent b15d26c commit 47e95ea
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
142 | 160 | | |
143 | 161 | | |
144 | 162 | | |
| |||
0 commit comments