aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-1/+1
* Add .rdoc extension to README files.José Valim2010-07-211-1/+1
* Add this rule to run common tests and specifics ones from adapters dirSantiago Pastorino2010-06-271-1/+3
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-1/+4
* pdoc tasks publishe APIs in api.rubyonrails.orgXavier Noria2010-06-161-1/+1
* use RDoc 2.2 to generate the documentation of individual componentsXavier Noria2010-06-161-1/+2
* clear the rest of the warnings, run with warnings turned on [#4332 state:reso...Aaron Patterson2010-04-101-0/+1
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-1/+0
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-14/+0
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
* Fix task definesJeremy Kemper2010-02-041-1/+1
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-18/+5
* Unify test:isolated across components and run by default at toplevelJeremy Kemper2009-11-101-5/+7
* We won't be publishing tars and zips anymoreJoshua Peek2009-10-161-2/+0
* Make gemspecs the authoritative source instead of generating them from the Ra...Joshua Peek2009-09-251-41/+1
* Add required dependencies on activemodelCarl Lerche2009-09-011-0/+1
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-0/+6
* When running multiple test tasks, don't abort early if one produces failuresJeffrey Hardy2009-08-271-6/+26
* Remove support for SQLite 2.Pratik Naik2009-08-171-1/+1
* Bump pg gem requirement to 0.8.0. Build psql db with UTF8 encoding.Jeremy Kemper2009-08-151-2/+2
* MySQL: fix diacritic uniqueness test by setting the default character set and...Hugo Peixoto2009-08-081-2/+2
* Bump up the version to 3.0.preCarl Lerche2009-06-301-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+3
* isolated_test taskJeremy Kemper2009-05-131-6/+14
* Selectively require rake sshpublisher so full gem isn't requiredJeremy Kemper2009-04-301-1/+2
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-1/+1