aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties
Commit message (Expand)AuthorAgeFilesLines
* Load the environment after creating the databaseJeremy Kemper2012-09-191-2/+2
* Revert "Make sure :environment task is executed before db:schema:load or db:s...Jeremy Kemper2012-09-191-2/+2
* Store the transaction number in the transaction objectJon Leighton2012-09-151-2/+0
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-29/+31
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-15/+0
* Merge pull request #7140 from seamusabshere/patch-1Rafael Mendonça França2012-08-051-2/+2
|\
| * Make sure :environment task is executed before db:schema:load or db:structure...Seamus Abshere2012-07-231-2/+2
* | removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+0
* | Remove `:rails_env` task since it is not needed anymore.Rafael Mendonça França2012-08-021-9/+9
* | Only require the `:rails_env` task where is needed.Rafael Mendonça França2012-07-271-12/+12
|/
* Fix collation database task to use begin..rescue..endCarlos Antonio da Silva2012-06-301-4/+6
* Extract collation tasks to database tasks.kennyj2012-07-011-8/+3
* Remove unused responsibilities and add a few load definitions to enginesJosé Valim2012-06-291-1/+1
* Fix wrong environment. env should be RAILS_ENV or test.kennyj2012-06-281-1/+1
* Move to db:structure namespace, because these methods are global.kennyj2012-06-261-8/+9
* Remove session_table_name method because this is global and used only once.kennyj2012-06-261-5/+1
* Add a description about ENV["SCOPE"]kennyj2012-06-261-1/+1
* Change the behavior of db:test:prepare task when schema_format is sql for con...kennyj2012-06-261-1/+1
* Change the behavior of db:test:clone task when schema_format is sql for consi...kennyj2012-06-261-1/+11
* Change an order of methods for readbility.kennyj2012-06-261-7/+7
* 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