aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Use Gem.find_name instead of search when freezing gems. Prevent false positi...Michael Koziarski2007-07-241-2/+2
* Drop the trailing slashDavid Heinemeier Hansson2007-06-281-0/+1
* Added rake routes for listing all the defined routes in the system (closes #8...David Heinemeier Hansson2007-06-281-0/+16
* db:create creates the database for the current environment if it's on localho...Jeremy Kemper2007-06-281-91/+107
* Added db:version to get the current schema number [via Tim Bray]David Heinemeier Hansson2007-06-251-3/+8
* Docfix (closes #8480)David Heinemeier Hansson2007-06-231-5/+5
* Docfixes (closes #7348, #7778, #8669)David Heinemeier Hansson2007-06-231-1/+1
* Skip databases that couldn't be created.Jeremy Kemper2007-05-301-3/+7
* Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes ...Jeremy Kemper2007-05-271-2/+2
* SQLite: db:create and dropJeremy Kemper2007-05-261-1/+5
* Add db:create, drop, reset, charset, and collation tasks. Closes #8448.Jeremy Kemper2007-05-261-0/+64
* Include Active Resource in rails:freeze:edge rake taskThomas Fuchs2007-04-241-1/+1
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-1/+1
* Added source-annotations extractor tasks to rake [Jamis Buck]David Heinemeier Hansson2007-02-251-0/+84
* Stop swallowing errors during rake test [Koz]Michael Koziarski2007-02-201-7/+10
* Plugins may be symlinked in vendor/plugins. Closes #4245.Jeremy Kemper2007-02-012-3/+3
* Rake: use absolute paths to load lib and vendor tasks so they may be run outs...Jeremy Kemper2006-11-091-2/+2
* Clean up the output of rake stats, de-emphasise components and apis, and re...Michael Koziarski2006-10-271-5/+6
* PostgreSQL: db:test:purge closes open database connections first. Closes #6236.Jeremy Kemper2006-10-091-0/+2
* Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul...David Heinemeier Hansson2006-10-091-2/+2
* Look for rake tasks in plugin subdirs. Closes #6259.Jeremy Kemper2006-09-221-1/+1
* Proper description syntax for test tasks (closes #5308)David Heinemeier Hansson2006-09-051-6/+6
* Formally deprecate the non-namespaced rake tasks. [Koz]Michael Koziarski2006-09-041-27/+34
* 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