index
:
dbshell-rails
add-support-for-shell-aliased-database-commands
master
A Rake task for Ruby on Rails to painlessly open a database shell
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dbshell
Age
Commit message (
Expand
)
Author
2017-05-09
Increase version v0.0.1 -> v0.0.2
HEAD
v0.0.2
master
Teddy Wing
2017-05-09
version.rb: Use single quotes
Teddy Wing
2017-05-09
rails.rb: Check that `Rake` is loaded before loading Rake task
Teddy Wing
2017-05-01
rails.rb: Simplify `load` call to include Rake task
Teddy Wing
2017-05-01
rails.rb: Change to single-quotes
Teddy Wing
2017-05-01
dbshell.rake: Add a short description to our task
Teddy Wing
2017-04-29
dbshell.rake: Add alias to `rake db:shell`
Teddy Wing
2017-04-29
DBShell::Client::Postgres: Convert port to string
Teddy Wing
2017-04-29
DBShell::Client::Database: Add support for the 'postgis' adapter
Teddy Wing
2017-04-29
rails.rb: Simplify the Rake task loader call
Teddy Wing
2017-04-29
rails.rb: Move Rake task loader outside of the module context
Teddy Wing
2017-04-29
Integrate MySQL support
Teddy Wing
2017-04-29
Rename `InvalidDatabaseAdapter` to `UnsupportedDatabaseAdapter`
Teddy Wing
2017-04-29
Add `DBShell::Client::MySQL`
Teddy Wing
2017-04-29
Rename `Sqlite3` class to `SQLite3`
Teddy Wing
2017-04-29
Move `DBShell::InvalidDatabaseAdapter` to the `Client` module
Teddy Wing
2017-04-29
Rename database client classes
Teddy Wing
2017-04-29
Update `require` paths in database client files
Teddy Wing
2017-04-29
Rename database client files to put them in a `Client` module
Teddy Wing
2017-04-29
dbshell.rake: Remove unnecessary comment
Teddy Wing
2017-04-29
DBShell::PostgresClient: Add `.runshell()`
Teddy Wing
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
Add `DBShell::PostgresClient` stub
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