Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | PostgresClient: Basic implementation of #build_command | Teddy Wing | |
Correctly builds the required arguments. Doesn't handle passwords at all. | |||
2017-04-29 | Add `DBShell::PostgresClient` stub | Teddy Wing | |
Make an empty container to pass the basic tests. | |||
2017-04-29 | dbshell.rake: Figure out how to get database connection info from Rails | Teddy Wing | |
2017-04-29 | Add a test Rake task | Teddy Wing | |
Create a stub for our Rake task to see something working. Inspired by https://github.com/paulelliott/fabrication/blob/b470cd817e1973c14e3253cd76606cf934942ca1/lib/fabrication.rb | |||
2017-04-29 | Change `Dbshell` to `DBShell` | Teddy Wing | |
Use proper capitalisation for our module name. | |||
2017-04-29 | Generate Ruby Gem contents with Bundler | Teddy Wing | |
Created from: $ bundle gem dbshell-rails |