| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rake appdoc fails with unrecognized option (closes #3757) [Jakob S] | David Heinemeier Hansson | 2006-02-25 | 1 | -1/+1 |
* | Fixed documentation tasks to work with Rake 0.7.0 (closes #3563) [kazuhiko@fd... | David Heinemeier Hansson | 2006-01-21 | 1 | -2/+2 |
* | Ignore version mismatch between pg_dump and the database server. Closes #3457. | Marcel Molina | 2006-01-13 | 1 | -1/+1 |
* | Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s... | Marcel Molina | 2005-12-18 | 1 | -3/+7 |
* | Make load_fixtures include csv fixtures. Closes #3053. | Marcel Molina | 2005-11-28 | 1 | -1/+1 |
* | Fix freeze_gems so that the latest rails version is dumped by default | Nicholas Seckar | 2005-11-28 | 1 | -2/+3 |
* | Make the db_schema_dump task honor the SCHEMA environment variable if present... | Marcel Molina | 2005-11-21 | 1 | -1/+1 |
* | PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify th... | Jeremy Kemper | 2005-11-20 | 1 | -1/+1 |
* | replaced constant Plugin in documentation rake task with plugin local variabl... | Tobias Lütke | 2005-11-17 | 1 | -3/+3 |
* | Remove CHANGELOG from apidoc Rake task since it isn't included with new apps ... | Jeremy Kemper | 2005-11-16 | 1 | -1/+0 |
* | SQLite: the clone_structure_to_test and purge_test_database Rake tasks should... | Jeremy Kemper | 2005-11-13 | 1 | -1/+1 |
* | SQLite: the clone_structure_to_test Rake task should always use the test envi... | Jeremy Kemper | 2005-11-13 | 1 | -1/+1 |
* | Make sure that legacy db tasks also reference :database for SQLite (closes #2... | David Heinemeier Hansson | 2005-11-11 | 1 | -3/+6 |
* | Correct versioning in :freeze_gems Rake task. Closes #2778. | Jeremy Kemper | 2005-11-08 | 1 | -20/+19 |
* | Added an omnipresent RailsInfoController with a properties action that delive... | Sam Stephenson | 2005-11-08 | 1 | -1/+1 |
* | Adding new scripts should set them 0755. | Scott Barron | 2005-11-07 | 1 | -2/+2 |
* | Add 'add_new_scripts' rake task for adding new rails scripts to script/* | Jamis Buck | 2005-11-07 | 1 | -0/+19 |
* | Fail gracefully from svn checks (closes #2700) [Rick Olson] | David Heinemeier Hansson | 2005-11-07 | 1 | -2/+2 |
* | If specified, pass PostgreSQL client character encoding to createdb. Closes ... | Jeremy Kemper | 2005-11-02 | 1 | -1/+2 |
* | Simplify gem search for :freeze_gems rake task. | Jeremy Kemper | 2005-11-01 | 1 | -1/+1 |
* | The freeze_gems Rake task accepts the VERSION environment variable to decide ... | Jeremy Kemper | 2005-11-01 | 1 | -6/+21 |
* | The freeze_edge Rake task does smarter svn detection and can export a specifi... | Jeremy Kemper | 2005-10-30 | 1 | -7/+11 |
* | Changed :dbfile to :database for SQLite adapter for consistency (old key stil... | David Heinemeier Hansson | 2005-10-30 | 1 | -3/+3 |
* | The *_plugindoc Rake tasks look deeper into the plugins' lib directories. Cl... | Jeremy Kemper | 2005-10-29 | 1 | -2/+2 |
* | The PostgreSQL :db_structure_dump task limits its dump to the schema search p... | Jeremy Kemper | 2005-10-29 | 1 | -1/+3 |
* | Add task to generate rdoc for all installed plugins. | Marcel Molina | 2005-10-29 | 1 | -1/+34 |
* | Add Rakefile to plugin generator. Let test_plugins rake task look deeper int... | Jeremy Kemper | 2005-10-28 | 1 | -4/+4 |
* | Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or s... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+13 |
* | rake should run functional tests even if the unit tests have failures [Jim We... | David Heinemeier Hansson | 2005-10-27 | 1 | -1/+5 |
* | Load rake task files in alphabetical order so you can build dependencies and ... | David Heinemeier Hansson | 2005-10-26 | 1 | -2/+2 |
* | Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson] | David Heinemeier Hansson | 2005-10-21 | 1 | -1/+2 |
* | Fix freeze_gems | David Heinemeier Hansson | 2005-10-16 | 1 | -0/+1 |
* | Make freezing work with Windows | David Heinemeier Hansson | 2005-10-15 | 1 | -2/+3 |
* | Added Rails framework freezing tasks: freeze_gems (freeze to current gems), f... | David Heinemeier Hansson | 2005-10-15 | 1 | -0/+31 |
* | Adds update_javascripts task which will fetch all the latest js files from ra... | Tobias Lütke | 2005-10-15 | 1 | -0/+6 |
* | Only dump schema if schema_format is :ruby | David Heinemeier Hansson | 2005-10-14 | 1 | -1/+1 |
* | Cleaned it up a bit.. Dependencies can be declared inline | David Heinemeier Hansson | 2005-10-13 | 1 | -8/+5 |
* | Support using different database adapters for development and test with Activ... | Sam Stephenson | 2005-10-13 | 2 | -30/+46 |
* | Use the correct scope for Rake tasks | David Heinemeier Hansson | 2005-10-12 | 1 | -1/+1 |
* | Migrating should also dump the latest schema | David Heinemeier Hansson | 2005-10-12 | 1 | -0/+1 |
* | Ticket 2297 - rake stats clearly labels functional and unit tests | Jeremy Kemper | 2005-09-27 | 1 | -8/+8 |
* | Add db_schema_dump and db_schema_import rake tasks to work with the new Activ... | Jamis Buck | 2005-09-23 | 1 | -1/+15 |
* | Include libs/ in rake stats #2223 [Marcel Molina] | David Heinemeier Hansson | 2005-09-19 | 1 | -1/+2 |
* | Only include dirs that exists in the stats | David Heinemeier Hansson | 2005-09-13 | 1 | -1/+1 |
* | Use session_id instead of deprecated sessid | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+1 |
* | Use session_id instead of deprecated sessid | David Heinemeier Hansson | 2005-09-12 | 1 | -1/+1 |
* | Sessions with an s | David Heinemeier Hansson | 2005-09-12 | 1 | -3/+3 |
* | Added create_session_table, drop_session_table, and purge_session_table as ra... | David Heinemeier Hansson | 2005-09-12 | 1 | -3/+27 |
* | Added dump of schema version to the db_structure_dump task for databases that... | David Heinemeier Hansson | 2005-09-12 | 1 | -0/+4 |
* | Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us] | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |