aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties/databases.rake
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #500 from cyril/patch-1Jeremy Kemper2011-10-081-2/+2
|\ \
| * | Use quotes for command substitutionCyril Wack2011-05-101-2/+2
* | | Merge pull request #3203 from jrmehle/fix_clone_structureVijay Dev2011-10-061-2/+2
|\ \ \
| * | | Quoted path to <Rails.env>_structure.sql file in db:test:clone_structure task.Jared Mehle2011-10-031-2/+2
| | |/ | |/|
* / | Changing rake db:schema:dump to run :environment as well as :load_config, as ...Ben Woosley2011-10-041-1/+1
|/ /
* | Merge pull request #2936 from joelmoss/migration_statusSantiago Pastorino2011-09-111-5/+7
* | Use mysql_creation_options inside rescue blockJonathon M. Abbott2011-08-141-1/+1
* | default writing the schema file as utf-8Aaron Patterson2011-07-291-1/+2
* | This conditions is required to work with database create task. 1.9.2 is havin...Arun Agrawal2011-07-211-1/+2
* | Fix charset/collate in mysql recreate_databaseSimon Baird2011-07-071-5/+8
* | Update SQL Server db related rake tasks.Ken Collins2011-06-231-6/+7
* | Removed shadowing variable warning in activerecord railtiesAlexey Gaziev2011-06-201-1/+1
* | Ensure engine migrations are copied in the same sequence that they are required.Brian Quinn2011-06-101-1/+1
* | Database.rake file fixed for load_generatorsArun Agrawal2011-05-251-2/+1
* | properly reference yml alias nodesdmathieu2011-05-241-1/+1
* | Remove extra white-space on some exception messages.Sebastian Martinez2011-05-231-1/+1
* | fix connection not established error while running rake taskBhavin Kamani2011-05-211-0/+1
|/
* Interleave db_list and file_list.Christopher Wade2011-05-091-6/+6
* Sort migrations by the migration ID.Christopher Wade2011-05-091-2/+2
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-3/+3
* Merge pull request #316 from arunagw/jdbc_postgresql.Aaron Patterson2011-05-011-83/+83
|\
| * Minor fixes in databases.rake Arun Agrawal2011-04-271-71/+71
| * Allowing jdbcsqlite3 to drop database, clone structure. #jrubyArun Agrawal2011-04-271-7/+7
| * Re-factored database.rake to allow Jdbcpostgresql. #jrubyArun Agrawal2011-04-271-5/+5
* | make sure we flatten the fixture path listAaron Patterson2011-04-291-1/+1
* | shorten up our fixture path resolving codeAaron Patterson2011-04-291-2/+2
|/
* Database creation for jdbcpostgresql #jrubyArun Agrawal2011-04-261-1/+1
* Fixed error when running db:create with jdbcmysqlRashmi Yadav2011-04-251-1/+7
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* fix db:fixtures:load with FIXTURES specified [#6061 state:resolved]John Hawthorn2011-02-061-2/+2
* Improve regex in rake db:migrate status [#5940 state:resolved]Kevin Skoglund2011-02-041-1/+1
* Adding postgresql template option when executing db:test:clone_structureKatrina Owen2011-01-091-1/+1
* Refactor db:load:config to automatically pick additional migrations if ENGINE...Piotr Sarnacki2010-12-091-0/+6
* Rake tasks for managing database while development and testing of enginesPiotr Sarnacki2010-12-091-14/+14