Age | Commit message (Expand) | Author |
---|---|---|
2017-04-29 | dbshell.rake: Use `DBShell::DatabaseClient` | Teddy Wing |
2017-04-29 | Add `DBShell::DatabaseClient` | Teddy Wing |
2017-04-29 | dbshell.rake: Use correct RAILS_ENV | Teddy Wing |
2017-04-29 | Get `rake dbshell` working for SQLite3 | Teddy Wing |
2017-04-29 | Add `DBShell::Sqlite3Client` | Teddy Wing |
2017-04-29 | PostgresClient: Basic implementation of #build_command | Teddy Wing |
2017-04-29 | postgres_client_spec.rb: Use integer port instead of string | Teddy Wing |
2017-04-29 | postgres_client_spec.rb: Add missing `it` block | Teddy Wing |
2017-04-29 | Add `DBShell::PostgresClient` stub | Teddy Wing |
2017-04-29 | Add preliminary test for `DBShell::PostgresClient` | Teddy Wing |
2017-04-29 | Rakefile: Add TestTask | Teddy Wing |
2017-04-29 | Rakefile: Use single quotes | Teddy Wing |
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 |
2017-04-29 | Change `Dbshell` to `DBShell` | Teddy Wing |
2017-04-29 | Generate Ruby Gem contents with Bundler | Teddy Wing |