| Commit message (Expand) | Author | Age | Files | Lines |
* | Added lib/ to the directories that will get application docs generated [DHH] | David Heinemeier Hansson | 2006-05-28 | 1 | -0/+1 |
* | Session migration generator obeys pluralize_table_names. Closes #5145. | Jeremy Kemper | 2006-05-22 | 1 | -1/+3 |
* | Add modifications to database rake tasks as part of #5139. [schoenm@earthlink... | Marcel Molina | 2006-05-21 | 1 | -3/+3 |
* | rake test:recent understands subdirectories. Closes #2925. | Jeremy Kemper | 2006-05-12 | 1 | -5/+20 |
* | Added pid file usage to script/process/spawner and script/process/reaper alon... | David Heinemeier Hansson | 2006-04-28 | 1 | -1/+8 |
* | RAILS_ROOT, please | David Heinemeier Hansson | 2006-04-07 | 1 | -1/+1 |
* | Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen... | David Heinemeier Hansson | 2006-04-07 | 1 | -2/+10 |
* | Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u... | David Heinemeier Hansson | 2006-04-05 | 1 | -0/+1 |
* | A better idea, take the -qr HEAD log as before but use the root of the svn | Scott Barron | 2006-04-04 | 1 | -12/+7 |
* | If using svn 1.1.x and no REVISION is specified, give an error message | Scott Barron | 2006-04-04 | 1 | -2/+9 |
* | Fixed that spawner should daemonize if running in repeat mode [DHH] | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+1 |
* | Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze... | David Heinemeier Hansson | 2006-04-03 | 1 | -10/+15 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 1 | -1/+1 |
* | Update description | David Heinemeier Hansson | 2006-03-28 | 1 | -1/+1 |
* | Allow load_fixtures to load a subset of total fixture data. [Chad Fowler] | Michael Koziarski | 2006-03-28 | 1 | -10/+10 |
* | When doing svn log -qr HEAD trunk/url, a log message with revision will not | Scott Barron | 2006-03-26 | 1 | -1/+1 |
* | Dont require rake to run the server, just have a little undryness instead (cl... | David Heinemeier Hansson | 2006-03-26 | 1 | -4/+1 |
* | Clearing doesnt need migrations | David Heinemeier Hansson | 2006-03-20 | 1 | -2/+1 |
* | Replaced old session rake tasks with db:sessions:create to generate a migrati... | Rick Olson | 2006-03-20 | 1 | -15/+6 |
* | Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com] | David Heinemeier Hansson | 2006-03-19 | 1 | -10/+13 |
* | Testing of uncommited should test controllers too (closes #4265) [technomancy... | David Heinemeier Hansson | 2006-03-18 | 1 | -4/+9 |
* | Don't replace application.js in public/javascripts if it already exists [Cody... | Tobias Lütke | 2006-03-13 | 1 | -3/+6 |
* | Delay rake:uncommitted's execution of `svn status` | Nicholas Seckar | 2006-03-13 | 1 | -5/+7 |
* | Added tracking of database and framework versions in script/about #4088 [char... | David Heinemeier Hansson | 2006-03-05 | 1 | -2/+9 |
* | Silence the migration messages when importing the schema for tests | Jamis Buck | 2006-03-05 | 1 | -0/+1 |
* | Dont mkdir for each framework now that theyre checked out in their entirety | David Heinemeier Hansson | 2006-03-05 | 1 | -1/+0 |
* | We need to silence_stderr on the call to svn in order not to get errors when ... | David Heinemeier Hansson | 2006-03-04 | 1 | -3/+15 |
* | Added that rake rails:freeze:edge will now just export all the contents of th... | David Heinemeier Hansson | 2006-03-03 | 1 | -10/+2 |
* | Added test:uncommitted to test changes since last checkin to Subversion (clos... | David Heinemeier Hansson | 2006-03-02 | 1 | -1/+12 |
* | Update old alias too | David Heinemeier Hansson | 2006-03-01 | 1 | -1/+1 |
* | When freezing to edge, we should also export railties/bin and railties/html so | Scott Barron | 2006-03-01 | 1 | -1/+10 |
* | Match singular naming from directory structure [DHH] | David Heinemeier Hansson | 2006-02-28 | 1 | -1/+1 |
* | Add integration test support to app generation and testing | Jamis Buck | 2006-02-28 | 2 | -9/+22 |
* | Make clearing follow the object:action naming of the rest of the tasks | David Heinemeier Hansson | 2006-02-28 | 1 | -1/+1 |
* | Make clearing follow the object:action naming of the rest of the tasks | David Heinemeier Hansson | 2006-02-28 | 1 | -9/+15 |
* | Make clearing follow the object:action naming of the rest of the tasks | David Heinemeier Hansson | 2006-02-28 | 4 | -30/+37 |
* | Load, not dump, schema to test | David Heinemeier Hansson | 2006-02-27 | 1 | -1/+1 |
* | Include functionals in default test run | David Heinemeier Hansson | 2006-02-27 | 1 | -1/+1 |
* | Added namespaces to all tasks, so for example load_fixtures is now db:fixture... | David Heinemeier Hansson | 2006-02-27 | 8 | -320/+411 |
* | 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 |