slacker icon indicating copy to clipboard operation
slacker copied to clipboard

Behavior Driven Development for SQL Server

Results 4 slacker issues
Sort by recently updated
recently updated
newest added

Fixes: - Issue #43 - Issue #44 which are found in Ruby 2.7.5

When building with a default installation of Ruby 2.7.5-1-x64-msvcrt with MSYS2 a warning is generated: ``` PS D:\dev\repos\slacker> gem build slacker.gemspec WARNING: rubyforge_project= is deprecated and ignored. Please remove this...

I've just done an offline installation of slacker on Windows (file versions below) and followed the instructions to run a test project: ``` slacker_new my_project ``` Edited `./my_project/database.yml` to provide...

Slacker pulls config settings from database.yml. It would be useful to allow a command line parameter to override those values rather than require the yml file be edited first.