aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare for Rails 2.2.0 [RC1]David Heinemeier Hansson2008-10-231-1/+1
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* 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 a...Jeremy Kemper2008-06-181-3/+3
* 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 fallin...Steven Soroka2008-04-211-6/+6
* sshpublisher needs to be explicitly required now, apparentlyDavid Heinemeier Hansson2008-03-181-0/+1
* Sort test cases to make test runs deterministicMichael Koziarski2008-02-201-1/+1
* Cleanup whitespace and remove keys instead of providing nilMichael Koziarski2008-02-201-2/+2
* Remove reference to 'postgres' user in the connection and Rakefiles. Allows ...Michael Koziarski2008-02-201-6/+6
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-11/+11
* Remove toplevel rubyforgepublisher require for new RakeJeremy Kemper2008-01-031-1/+1
* RubyGems 0.9.5 compat: always set the gem platformJeremy Kemper2007-12-191-0/+1
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-1/+1
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-1/+1
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Prepare versions for RC1David Heinemeier Hansson2007-11-091-1/+1
* Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...Michael Koziarski2007-10-191-2/+0
* Moving SQL Server tests to the extracted adapter. References #9884.Jeremy Kemper2007-10-161-1/+1
* Revert [7894] and apply to adapter instead. References #9588.Jeremy Kemper2007-10-151-31/+0
* Add build/drop/rebuild tasks for SQL Server. Closes #9588 [lawrence]Jeremy Kemper2007-10-151-2/+33
* Add explicit test taskJeremy Kemper2007-10-151-3/+4
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* Namespace the internal Rakefile tasks. Closes #8850 [drnic]Jeremy Kemper2007-10-081-63/+87
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-1/+1
* Import the right database for testing (closes #9589) [lawrence]David Heinemeier Hansson2007-09-221-1/+1
* Removed outdated benchmarks and examplesDavid Heinemeier Hansson2007-09-091-1/+1
* Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]Jeremy Kemper2007-05-281-0/+1
* Ensure copy table test runs for sqlite and sqlite3. [mislav] Cllosoes #8328Michael Koziarski2007-05-121-6/+3
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-211-8/+8
* SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...Jeremy Kemper2006-11-051-1/+1
* organize associations testsJeremy Kemper2006-09-251-2/+2
* SQLServer: added tests to ensure all database statements are closed, refactor...Jeremy Kemper2006-07-101-1/+5
* PostgreSQL: create/drop as postgres user. Closes #4790.Jeremy Kemper2006-07-081-4/+4
* rake build_mysql_database grants permissions to rails@localhost. Closes #5501.Jeremy Kemper2006-06-281-0/+2
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-1/+40
* Make build_postgresql_databases task make databases owned by the postgres use...Marcel Molina2006-04-251-3/+3
* Use Aras RubyForge uploaderDavid Heinemeier Hansson2006-04-091-111/+7
* Not all file systems are case sensitive. Things like 'rake gem' were failingScott Barron2006-04-071-2/+2
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+1
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-1/+1
* Added OpenBase database adapter that builds on top of the http://www.spice-of...David Heinemeier Hansson2006-03-181-1/+1
* Fix test db setup for pgsql (closes #4220) [mlaster@metavillage.com]David Heinemeier Hansson2006-03-181-1/+1
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-021-1/+1
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-1/+1
* Documentation fixes (closes #3838)David Heinemeier Hansson2006-02-251-1/+1