aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
...
* use template0 option for creating activerecord test databases in postgres ↵Bobby Wilson2012-08-191-2/+2
| | | | build_database task
* 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
| | | | | See #3892
* 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 ↵Jon Leighton2011-06-061-12/+16
| | | | test/config.yml config
* Refactor Active Record test connection setup. Please see the ↵Jon Leighton2011-06-041-5/+3
| | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases.
* 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 ↵Jon Leighton2011-01-111-1/+1
| | | | tests can be run without having to specifically rename the connection file (which then causes git to pick up the changes)
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* 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
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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 ↵Aaron Patterson2010-04-101-0/+1
| | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵Joshua Peek2009-09-251-41/+1
| | | | Rakefile
* 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
| | | | | | [#3107 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Remove support for SQLite 2.Pratik Naik2009-08-171-1/+1
| | | | If you're still using it, please install the plugin from git://github.com/rails/sqlite2_adapter.git
* 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 ↵Hugo Peixoto2009-08-081-2/+2
| | | | | | | | and collation to utf8/utf8_unicode_ci [#2883 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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
|