aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Clean up AR's isolated test runnerMatthew Draper2019-03-051-3/+15
* Copy the forking isolated test runner from railtiesMatthew Draper2019-03-051-2/+38
* Support running AR isolated tests in parallelMatthew Draper2019-02-131-4/+35
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-4/+9
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-2/+2
* Display db:drop description in ActiveRecordYoshiyuki Hirano2018-04-031-1/+3
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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-2/+2
* Define path with __dir__bogdanvlviv2017-05-231-3/+3
* Merge pull request #25927 from y-yagi/remove_needless_warning_for_hstoreSean Griffin2017-01-031-5/+0
|\
| * remove needless warning for hstoreyuuji.yaginuma2016-08-151-5/+0
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
|/
* modernizes hash syntax in activerecordXavier Noria2016-08-061-13/+13
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-38/+38
* systematic revision of =~ usage in ARXavier Noria2016-07-231-2/+2
* Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+3
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-7/+7
* Allow mysql and mysql2 tests run by database user with passwordYasuo Honda2015-08-181-4/+4
* Merge pull request #20256 from arunagw/aa-remove-unused-rule-and-task-activer...Sean Griffin2015-07-241-9/+0
|\
| * Remove unused rule and task from activerecordArun Agrawal2015-05-221-9/+0
* | Remove unused package tasksArun Agrawal2015-05-281-7/+0
* | Remove broken and unused release taskArun Agrawal2015-05-221-9/+0
|/
* Updated postgresql documentation link to use latest version [ci skip]Ronak Jangir2015-05-201-1/+1
* Revert "For now, we will keep sorting the tests."Matthew Draper2015-03-061-1/+1
* Follow up to #16613Robin Dupret2014-09-281-0/+1
* For now, we will keep sorting the tests.Matthew Draper2014-09-051-1/+1
* No need to sort testsAkira Matsuda2014-08-281-1/+1
* Encapsulate rake lines from ActiveRecord/ActionPack as CodeTools::LineStatisticsBenjamin Fleischer2014-07-251-21/+3
* Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-161-71/+74
* Remove code related to adapter which are no longer in repoArun Agrawal2014-05-161-1/+1
* rake, remove frontbase related tasks from Active Record Rakefile.Yves Senn2014-05-141-46/+0
* Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar"Yves Senn2014-05-031-107/+95
* Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]Arun Agrawal2014-05-031-95/+107
* Add description for db:create and db:drop test tasks in ARCarlos Antonio da Silva2013-11-171-2/+4
* grab executable from rubygemsArun Agrawal2013-07-261-2/+1
* Cleanup task for informing about hstoreVipul A M2013-07-251-6/+3
* Merge pull request #11046 from arunagw/verbose_mode_onCarlos Antonio da Silva2013-06-251-1/+1
|\
| * Adding verbose in isolated test.Arun Agrawal2013-06-211-1/+1
* | Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
|/
* No need to load 'rake/packagetask' as it's alreadyArun Agrawal2013-06-021-1/+0
* Remove unnecessary code, because this extension is created on demand in hstor...kennyj2013-05-151-2/+0
* added db:drop task that executes mysql:drop_databses and postgresql:drop_data...Ranjay Krishna2013-01-201-0/+1
* removed the puts statement and simplified the execute statementRanjay Krishna2013-01-201-6/+1
* added rake db:create that executes mysql:build_databases and postgresql:build...Ranjay Krishna2013-01-201-0/+9