aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties
Commit message (Expand)AuthorAgeFilesLines
* Refactor db:structure:load task.kennyj2012-06-211-19/+2
* Refactor db:structure:dump task.kennyj2012-06-201-13/+3
* Refactor db:charset taskSimon Jefford2012-06-191-14/+1
* Merge pull request #6761 from freelancing-god/db-rakeJon Leighton2012-06-171-156/+6
|\
| * One line db:create/db:drop tasks.Pat Allan2012-06-171-55/+4
| * db:drop and some of db:test:purge.Pat Allan2012-06-171-42/+8
| * db:create for PostgreSQL pulled out into a class.Pat Allan2012-06-171-32/+7
| * db:create for MySQL now much cleaner.Pat Allan2012-06-171-30/+1
| * A beginning of sorts.Pat Allan2012-06-171-12/+1
* | Adding `load_config` task as dependency.Cairo Noleto2012-06-161-14/+14
* | Don't read csv file during executing db:fixtures:load.kennyj2012-06-171-1/+1
|/
* Merge pull request #4132 from Juanmcuello/clone_structureAaron Patterson2012-05-251-0/+1
|\
| * Reset postgreSQL search path in db:test:clone_structure.Juan M. Cuello2011-12-221-0/+1
* | Merge pull request #5925 from Juanmcuello/pg_structure_dumpCarlos Antonio da Silva2012-05-241-2/+2
* | Fix GH #5435. db:structure:dump should be reenable.kennyj2012-03-171-0/+1
* | Merge pull request #5162 from kennyj/schema_cache_dumpAaron Patterson2012-03-071-0/+19
|\ \
| * | Add db:schema:cache:dump and db:schema:cache:clear tasks.kennyj2012-03-011-0/+19
* | | Merge pull request #5305 from arunagw/warning_fixVijay Dev2012-03-071-1/+1
|\ \ \
| * | | warning fix : mismatched indentations at 'end' with 'case'Arun Agrawal2012-03-061-1/+1
* | | | Clean up module docs [ci skip]Vijay Dev2012-03-071-1/+1
|/ / /
* | | Merge pull request #4984 from raghunadhd/change_orderhashVijay Dev2012-03-031-1/+1
|\ \ \ | |/ / |/| |
| * | Refactored codeRaghunadh2012-02-101-1/+1
* | | Correctly print names of non-timestamped migrations with db:migrate:statusPeter Mitchell2012-02-171-2/+3
* | | Always reenable _dump task in AR databases rake. Closes #5030Carlos Antonio da Silva2012-02-141-1/+4
* | | fixes rake db:test:prepare when using postgresql with sql db structure file a...Sean Kirby2012-02-011-1/+1
|/ /
* | fixes in api docsVijay Dev2012-01-131-1/+1
* | Rails::Plugin has goneSantiago Pastorino2012-01-031-1/+1
* | Revert "This conditions is required to work with database create task. 1.9.2 ...Arun Agrawal2011-12-271-2/+1
* | Reconnect to the first database after db:createTsutomu Kuroda2011-12-231-0/+1
|/
* Fix database tasks in test namespace.Juan M. Cuello2011-12-191-9/+22
* Revert "Merge pull request #4030 from Juanmcuello/database_tasks"José Valim2011-12-191-20/+9
* Fix database tasks in test namespace.Juan M. Cuello2011-12-191-9/+20
* fix a minor typoVijay Dev2011-12-191-1/+1
* Update activerecord/lib/active_record/railties/databases.rakeJosé Valim2011-12-181-1/+1
* Rename STRUCTURE to DB_STRUCTURE, update dump task description and add simple...Dieter Komendera2011-12-181-3/+3
* Make structure file configureable in db:structure:dump analog to SCHEMA in db...Dieter Komendera2011-12-161-12/+14
* Allow to run migrations with given scope, with SCOPE=<scope>Piotr Sarnacki2011-12-091-1/+3
* Stop db:seed from performing a reload of the dbSam Ruby2011-11-181-2/+2
* Cleanup of databases.rake psql env variablesOscar Del Ben2011-11-171-8/+9
* No need to `readlines` then `join`, just use `read` :heart:Arun Agrawal2011-11-171-1/+1
* No need to `readlines` then `join`, just use `read` :heart:Aaron Patterson2011-11-161-1/+1
* dbfile isn't supported anymore, so removeAaron Patterson2011-11-161-3/+3
* Reduce schema format testsAaron Patterson2011-11-161-10/+14
* Move conditionals to separate tasks so they can be reused.Aaron Patterson2011-11-161-7/+11
* removing some useless conditionalsAaron Patterson2011-11-161-10/+8
* schema_format :sql should behave like schema_format :rubyAlex Tambellini2011-11-041-38/+66
* safeguard against configs missing environment or the database keyVijay Dev2011-10-261-1/+1
* minor revision to some new code in databases.rakeXavier Noria2011-10-241-2/+3
* Merge pull request #2419 from dmitriy-kiriyenko/drop_test_database_in_develop...Xavier Noria2011-10-241-11/+15
|\
| * When running "rake db:drop" also drop test database in development environment.Dmitriy Kiriyenko2011-09-291-11/+15