aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* 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