Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | Rakefile: Add TestTask | Teddy Wing | |
Make it easier for us to run our specs. | |||
2017-04-29 | Rakefile: Use single quotes | Teddy Wing | |
Get rid of auto-generated double quotes in the `require` call. | |||
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 | |||
2017-04-29 | Change `Dbshell` to `DBShell` | Teddy Wing | |
Use proper capitalisation for our module name. | |||
2017-04-29 | Generate Ruby Gem contents with Bundler | Teddy Wing | |
Created from: $ bundle gem dbshell-rails |