aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-05-09Increase version v0.0.1 -> v0.0.2HEADv0.0.2masterTeddy Wing
2017-05-09version.rb: Use single quotesTeddy Wing
2017-05-09Add CHANGELOGTeddy Wing
2017-05-09Merge branch 'fix-undefined-method-desc-exception'Teddy Wing
2017-05-09rails.rb: Check that `Rake` is loaded before loading Rake taskTeddy Wing
2017-05-01dbshell-rails.gemspec: Add homepagev0.0.1Teddy Wing
2017-05-01dbshell-rails.gemspec: Use SPDX ID for licenseTeddy Wing
2017-05-01rails.rb: Simplify `load` call to include Rake taskTeddy Wing
2017-05-01rails.rb: Change to single-quotesTeddy Wing
2017-05-01License under the LGPLv3+Teddy Wing
2017-05-01README: Remove installation instructions using the `gem` commandTeddy Wing
2017-05-01Add READMETeddy Wing
2017-05-01dbshell-rails.gemspec: Add long descriptionTeddy Wing
2017-05-01dbshell-rails.gemspec: Use single-quotesTeddy Wing
2017-05-01dbshell-rails.gemspec: Add a short descriptionTeddy Wing
2017-05-01dbshell.rake: Add a short description to our taskTeddy Wing
2017-04-29dbshell.rake: Add alias to `rake db:shell`Teddy Wing
2017-04-29DBShell::Client::Postgres: Convert port to stringTeddy Wing
2017-04-29DBShell::Client::Database: Add support for the 'postgis' adapterTeddy Wing
2017-04-29rails.rb: Simplify the Rake task loader callTeddy Wing
2017-04-29rails.rb: Move Rake task loader outside of the module contextTeddy Wing
2017-04-29Integrate MySQL supportTeddy Wing
2017-04-29Rename `InvalidDatabaseAdapter` to `UnsupportedDatabaseAdapter`Teddy Wing
2017-04-29Add `DBShell::Client::MySQL`Teddy Wing
2017-04-29Rename `Sqlite3` class to `SQLite3`Teddy Wing
2017-04-29Move `DBShell::InvalidDatabaseAdapter` to the `Client` moduleTeddy Wing
2017-04-29Rename database client classesTeddy Wing
2017-04-29Update `require` paths in database client filesTeddy Wing
2017-04-29Rename database client files to put them in a `Client` moduleTeddy Wing
2017-04-29dbshell.rake: Remove unnecessary commentTeddy Wing
2017-04-29DBShell::PostgresClient: Add `.runshell()`Teddy Wing
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