aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/bin
Commit message (Expand)AuthorAgeFilesLines
* Make test runner work with AR test toolyuuji.yaginuma2018-02-041-0/+7
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* update bin/test scripts to prevent double runs.Yves Senn2016-11-211-2/+0
* prefer __dir__ over __FILE__ in File.expand_pathXavier Noria2016-08-111-1/+3
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-1/+1
* 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