aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-1/+1
|
* Test jdbc adapters by default on jrubyJeremy Kemper2009-02-061-1/+3
|
* Adding AR tests for JDBC connectionsStephen Bannasch2009-01-261-2/+6
| | | | | | | | | | | | | | | | | New connections: jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb jdbcpostgresql To test you will need the native database installed (if one is required), activerecord-jdbc-adapter and the specific activerecord-jdbc<database>-adapter for the database you are testing. Run the tests like this: jruby -S rake test_jdbcmysql Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1685 state:committed]
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-1/+1
|
* A few more dependency updatesDavid Heinemeier Hansson2008-11-141-1/+1
|
* Proper update call for gem serverDavid Heinemeier Hansson2008-10-231-1/+1
|
* Push to new gem serverDavid Heinemeier Hansson2008-10-231-2/+2
|
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-1/+1
|
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Dropped SQLite 2 from default test runnerJoshua Peek2008-07-191-1/+1
|
* Horo rdoc templateJeremy Kemper2008-06-221-1/+1
|
* Update Rakefiles to connect to wrath as current user. Use ssh config to set ↵Jeremy Kemper2008-06-181-3/+3
| | | | a different user.
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-1/+1
|
* Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
|
* Ensure postgresql tests work when starting from scratch.Frederick Cheung2008-04-301-2/+0
|
* Use the rails user when creating and dropping the database rather than ↵Steven Soroka2008-04-211-6/+6
| | | | | | falling back to the currently logged in user who may or may not have CREATE / DROP privileges and no password. Closes #11564 (trac)
* sshpublisher needs to be explicitly required now, apparentlyDavid Heinemeier Hansson2008-03-181-0/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9054 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Sort test cases to make test runs deterministicMichael Koziarski2008-02-201-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8909 5ecf4fe2-1ee6-0310-87b1-e25e094e27de