Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update bin/test scripts to prevent double runs. | Yves Senn | 2016-11-21 | 1 | -2/+0 |
| | | | | | The test runner was updated to make use of autorun. This caused the `bin/test` scripts to run Minitest twice. | ||||
* | prefer __dir__ over __FILE__ in File.expand_path | Xavier Noria | 2016-08-11 | 1 | -1/+3 |
| | | | | | | Thinking .. relative to files is not natural, we are used to think "parent of a directory", and we have __dir__ nowadays. | ||||
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | select the AR adapter through `bin/test`. | Yves Senn | 2015-06-11 | 1 | -0/+16 |
| | |||||
* | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 1 | -0/+3 |