Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | Get `rake dbshell` working for SQLite3 | Teddy Wing | |
Add `DBShell::Sqlite3.runshell`, which takes database connection information and starts a SQLite3 shell. Currently the Rake task just calls the SQLite3 `.runshell` method directly without any database adapter discrimination and also forces the development environment. It's nice to see it working. Now, we'll need to clean up those parts of the Rakefile. | |||
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 |