Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | rails.rb: Move Rake task loader outside of the module context | Teddy Wing | |
I don't think the load call really needs to be inside the module, as evidenced by https://github.com/paulelliott/fabrication/blob/b470cd817e1973c14e3253cd76606cf934942ca1/lib/fabrication.rb | |||
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 |