aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* 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
* The PostgreSQL :db_structure_dump task limits its dump to the schema search p...Jeremy Kemper2005-10-291-1/+3
* Add task to generate rdoc for all installed plugins.Marcel Molina2005-10-291-1/+34
* Add Rakefile to plugin generator. Let test_plugins rake task look deeper int...Jeremy Kemper2005-10-281-4/+4
* Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or s...David Heinemeier Hansson2005-10-281-0/+13
* rake should run functional tests even if the unit tests have failures [Jim We...David Heinemeier Hansson2005-10-271-1/+5
* Load rake task files in alphabetical order so you can build dependencies and ...David Heinemeier Hansson2005-10-261-2/+2
* Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]David Heinemeier Hansson2005-10-211-1/+2
* Fix freeze_gemsDavid Heinemeier Hansson2005-10-161-0/+1
* Make freezing work with WindowsDavid Heinemeier Hansson2005-10-151-2/+3
* Added Rails framework freezing tasks: freeze_gems (freeze to current gems), f...David Heinemeier Hansson2005-10-151-0/+31
* Adds update_javascripts task which will fetch all the latest js files from ra...Tobias Lütke2005-10-151-0/+6
* Only dump schema if schema_format is :rubyDavid Heinemeier Hansson2005-10-141-1/+1
* Cleaned it up a bit.. Dependencies can be declared inlineDavid Heinemeier Hansson2005-10-131-8/+5