aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* use template0 option for creating activerecord test databases in postgres bui...Bobby Wilson2012-08-191-2/+2
* Create hstore extension when building PostgreSQL databases.kennyj2012-06-121-0/+10
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-021-1/+0
* Verbose output for tests.Arun Agrawal2012-02-031-0/+1
* No verbose the output for tests.Arun Agrawal2012-02-011-1/+0
* Use block form of 'File.open' so that File object is auto closed at endNathan Broadbent2012-01-301-7/+7
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-1/+1
* make sure AR isolated tests set the environment variableAaron Patterson2011-06-061-1/+2
* oops! add parens so the block is properly boundAaron Patterson2011-06-061-1/+1
* set the environment variable from the rake fileAaron Patterson2011-06-061-1/+6
* add test to the include pathAaron Patterson2011-06-061-0/+1
* Make sure that the build/drop database rake tasks take account of the test/co...Jon Leighton2011-06-061-12/+16
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-5/+3
* fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-241-2/+2
* use rake to create test databases for usAaron Patterson2011-01-141-0/+9
* sorry, the CI cannot lie to us anymore (Part II)Santiago Pastorino2011-01-131-1/+1
* Have a separate test connection directory for sqlite3 in-memory so that the t...Jon Leighton2011-01-111-1/+1
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-251-1/+1
* remove use of echo [#4410 state:resolved]Greg Hazel2010-09-021-2/+2
* deletes the rdoc task of each component, they are no longer published separatelyXavier Noria2010-08-201-25/+0
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-021-7/+7
* APIs for individual components are no longer publishedXavier Noria2010-07-261-6/+0
* update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+4