aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/bin
Commit message (Collapse)AuthorAgeFilesLines
* prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-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 projectXavier Noria2016-08-061-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 adapterAbdelkader Boudih2015-12-171-1/+1
|
* select the AR adapter through `bin/test`.Yves Senn2015-06-111-0/+16
|
* make it possible to run AR tests with bin/testYves Senn2015-06-111-0/+3