aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Ticket 2297 - rake stats clearly labels functional and unit testsJeremy Kemper2005-09-271-8/+8
* Add db_schema_dump and db_schema_import rake tasks to work with the new Activ...Jamis Buck2005-09-231-1/+15
* Include libs/ in rake stats #2223 [Marcel Molina]David Heinemeier Hansson2005-09-191-1/+2
* Only include dirs that exists in the statsDavid Heinemeier Hansson2005-09-131-1/+1
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* Use session_id instead of deprecated sessidDavid Heinemeier Hansson2005-09-121-1/+1
* Sessions with an sDavid Heinemeier Hansson2005-09-121-3/+3
* Added create_session_table, drop_session_table, and purge_session_table as ra...David Heinemeier Hansson2005-09-121-3/+27
* Added dump of schema version to the db_structure_dump task for databases that...David Heinemeier Hansson2005-09-121-0/+4
* Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us]David Heinemeier Hansson2005-09-111-1/+1
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-111-1/+1
* Make the default stats task extendable by modifying the STATS_DIRECTORIES con...Jamis Buck2005-09-051-9/+11
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-036-0/+212