aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-29dbshell.rake: Use `DBShell::DatabaseClient`Teddy Wing
2017-04-29Add `DBShell::DatabaseClient`Teddy Wing
2017-04-29dbshell.rake: Use correct RAILS_ENVTeddy Wing
2017-04-29Get `rake dbshell` working for SQLite3Teddy Wing
2017-04-29Add `DBShell::Sqlite3Client`Teddy Wing
2017-04-29PostgresClient: Basic implementation of #build_commandTeddy Wing
2017-04-29postgres_client_spec.rb: Use integer port instead of stringTeddy Wing
2017-04-29postgres_client_spec.rb: Add missing `it` blockTeddy Wing
2017-04-29Add `DBShell::PostgresClient` stubTeddy Wing
2017-04-29Add preliminary test for `DBShell::PostgresClient`Teddy Wing
2017-04-29Rakefile: Add TestTaskTeddy Wing
2017-04-29Rakefile: Use single quotesTeddy Wing
2017-04-29dbshell.rake: Figure out how to get database connection info from RailsTeddy Wing
2017-04-29Add a test Rake taskTeddy Wing
2017-04-29Change `Dbshell` to `DBShell`Teddy Wing
2017-04-29Generate Ruby Gem contents with BundlerTeddy Wing