Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | select the AR adapter through `bin/test`. | Yves Senn | 2015-06-11 | 1 | -0/+1 |
| | |||||
* | use our runner (`bin/test`) for framework components. | Yves Senn | 2015-06-11 | 1 | -0/+3 |
This adds a script `bin/test` to most Rails framework components. The script uses the rails minitest plugin to augment the runner. See https://github.com/rails/rails/pull/19571 for details about the plugin. I did not yet add `bin/test` for activerecord, activejob and railties. These components rely on specific setup performed in the rake-tasks. |