aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Firebird database tasks.Jeremy Kemper2006-07-091-0/+20
* db:test:clone should remove existing tables before reloading the schema. Clos...Jeremy Kemper2006-07-051-5/+5
* Don't assume Active Record is available. Closes #5497.Jeremy Kemper2006-06-281-11/+13
* Remove some cruft from the framework:update:configs task and fix the document...Rick Olson2006-06-211-3/+1
* Added lib/ to the directories that will get application docs generated [DHH]David Heinemeier Hansson2006-05-281-0/+1
* Session migration generator obeys pluralize_table_names. Closes #5145.Jeremy Kemper2006-05-221-1/+3
* Add modifications to database rake tasks as part of #5139. [schoenm@earthlink...Marcel Molina2006-05-211-3/+3
* rake test:recent understands subdirectories. Closes #2925.Jeremy Kemper2006-05-121-5/+20
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-281-1/+8
* RAILS_ROOT, pleaseDavid Heinemeier Hansson2006-04-071-1/+1
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-071-2/+10
* Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...David Heinemeier Hansson2006-04-051-0/+1
* A better idea, take the -qr HEAD log as before but use the root of the svnScott Barron2006-04-041-12/+7
* If using svn 1.1.x and no REVISION is specified, give an error messageScott Barron2006-04-041-2/+9
* Fixed that spawner should daemonize if running in repeat mode [DHH]David Heinemeier Hansson2006-04-031-1/+1
* Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...David Heinemeier Hansson2006-04-031-10/+15
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-1/+1
* Update descriptionDavid Heinemeier Hansson2006-03-281-1/+1
* Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]Michael Koziarski2006-03-281-10/+10
* When doing svn log -qr HEAD trunk/url, a log message with revision will notScott Barron2006-03-261-1/+1
* Dont require rake to run the server, just have a little undryness instead (cl...David Heinemeier Hansson2006-03-261-4/+1
* Clearing doesnt need migrationsDavid Heinemeier Hansson2006-03-201-2/+1
* Replaced old session rake tasks with db:sessions:create to generate a migrati...Rick Olson2006-03-201-15/+6
* Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com]David Heinemeier Hansson2006-03-191-10/+13
* Testing of uncommited should test controllers too (closes #4265) [technomancy...David Heinemeier Hansson2006-03-181-4/+9
* Don't replace application.js in public/javascripts if it already exists [Cody...Tobias Lütke2006-03-131-3/+6
* Delay rake:uncommitted's execution of `svn status`Nicholas Seckar2006-03-131-5/+7
* Added tracking of database and framework versions in script/about #4088 [char...David Heinemeier Hansson2006-03-051-2/+9
* Silence the migration messages when importing the schema for testsJamis Buck2006-03-051-0/+1
* Dont mkdir for each framework now that theyre checked out in their entiretyDavid Heinemeier Hansson2006-03-051-1/+0
* We need to silence_stderr on the call to svn in order not to get errors when ...David Heinemeier Hansson2006-03-041-3/+15
* Added that rake rails:freeze:edge will now just export all the contents of th...David Heinemeier Hansson2006-03-031-10/+2
* Added test:uncommitted to test changes since last checkin to Subversion (clos...David Heinemeier Hansson2006-03-021-1/+12
* Update old alias tooDavid Heinemeier Hansson2006-03-011-1/+1
* When freezing to edge, we should also export railties/bin and railties/html soScott Barron2006-03-011-1/+10
* Match singular naming from directory structure [DHH]David Heinemeier Hansson2006-02-281-1/+1
* Add integration test support to app generation and testingJamis Buck2006-02-282-9/+22
* Make clearing follow the object:action naming of the rest of the tasksDavid Heinemeier Hansson2006-02-281-1/+1
* Make clearing follow the object:action naming of the rest of the tasksDavid Heinemeier Hansson2006-02-281-9/+15
* Make clearing follow the object:action naming of the rest of the tasksDavid Heinemeier Hansson2006-02-284-30/+37
* Load, not dump, schema to testDavid Heinemeier Hansson2006-02-271-1/+1
* Include functionals in default test runDavid Heinemeier Hansson2006-02-271-1/+1
* Added namespaces to all tasks, so for example load_fixtures is now db:fixture...David Heinemeier Hansson2006-02-278-320/+411
* rake appdoc fails with unrecognized option (closes #3757) [Jakob S]David Heinemeier Hansson2006-02-251-1/+1
* Fixed documentation tasks to work with Rake 0.7.0 (closes #3563) [kazuhiko@fd...David Heinemeier Hansson2006-01-211-2/+2
* Ignore version mismatch between pg_dump and the database server. Closes #3457.Marcel Molina2006-01-131-1/+1
* Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...Marcel Molina2005-12-181-3/+7
* Make load_fixtures include csv fixtures. Closes #3053.Marcel Molina2005-11-281-1/+1
* Fix freeze_gems so that the latest rails version is dumped by defaultNicholas Seckar2005-11-281-2/+3
* Make the db_schema_dump task honor the SCHEMA environment variable if present...Marcel Molina2005-11-211-1/+1