aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* 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
* PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify th...Jeremy Kemper2005-11-201-1/+1
* replaced constant Plugin in documentation rake task with plugin local variabl...Tobias Lütke2005-11-171-3/+3
* Remove CHANGELOG from apidoc Rake task since it isn't included with new apps ...Jeremy Kemper2005-11-161-1/+0
* SQLite: the clone_structure_to_test and purge_test_database Rake tasks should...Jeremy Kemper2005-11-131-1/+1
* SQLite: the clone_structure_to_test Rake task should always use the test envi...Jeremy Kemper2005-11-131-1/+1
* Make sure that legacy db tasks also reference :database for SQLite (closes #2...David Heinemeier Hansson2005-11-111-3/+6
* Correct versioning in :freeze_gems Rake task. Closes #2778.Jeremy Kemper2005-11-081-20/+19
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-1/+1
* Adding new scripts should set them 0755.Scott Barron2005-11-071-2/+2
* Add 'add_new_scripts' rake task for adding new rails scripts to script/*Jamis Buck2005-11-071-0/+19
* Fail gracefully from svn checks (closes #2700) [Rick Olson]David Heinemeier Hansson2005-11-071-2/+2
* If specified, pass PostgreSQL client character encoding to createdb. Closes ...Jeremy Kemper2005-11-021-1/+2
* Simplify gem search for :freeze_gems rake task.Jeremy Kemper2005-11-011-1/+1
* The freeze_gems Rake task accepts the VERSION environment variable to decide ...Jeremy Kemper2005-11-011-6/+21
* The freeze_edge Rake task does smarter svn detection and can export a specifi...Jeremy Kemper2005-10-301-7/+11
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-301-3/+3
* The *_plugindoc Rake tasks look deeper into the plugins' lib directories. Cl...Jeremy Kemper2005-10-291-2/+2