aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* Exit with non-zero status when db:drop failsJay Hayes2015-10-201-0/+10
* Exit with non-zero status when db:create failsJay Hayes2015-10-201-0/+17
* Fix test of drop failureJay Hayes2015-10-201-4/+1
* Add tests to verify exit status for create/drop failuresJay Hayes2015-10-201-0/+28
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+35
* Fix rake/notes_testschneems2015-07-291-0/+1
* `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-6/+8
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-303-68/+68
* `rake restart` should work without a `tmp` folderYoong Kang Lim2015-05-301-2/+10
* Merge pull request #20326 from hderms/dh/fix_task_bugRafael Mendonça França2015-05-271-0/+48
|\
| * add fixed fileDermot Haughey2015-05-271-0/+46
|/
* Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...Yves Senn2015-04-271-0/+28
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-0/+3
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-3/+0
* Created rake restart task.Hyonjee Joo2015-02-261-0/+31
* `db:structure:load` and `db:schema:load` no longer purge the database.Yves Senn2014-12-181-0/+25
* bring back `db:test:prepare`.Yves Senn2014-11-251-9/+0
* Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...yuuji.yaginuma2014-11-021-0/+10
* build fix, we have to reset the RACK_ENV as well.Yves Senn2014-09-041-2/+5
* schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-031-0/+26
* Add a test for db:migrate:status to check missing file scenarioViktar Basharymau2014-06-271-0/+15
* Return a non zero code when db has never been setup on statusPaul B2014-05-071-1/+1
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-2/+2
* test for structure:dump without schema information table. refs eafec46Yves Senn2014-03-201-0/+12
* Remove some indirection in rake dbs testCarlos Antonio da Silva2014-03-201-34/+20
* Check if the output is empty rather than asserting for equalityCarlos Antonio da Silva2014-03-201-5/+4
* Refactor assertion of line numbers matching 4 spacesCarlos Antonio da Silva2014-03-191-16/+4
* Move booting/loading tasks setup to the rake notes helper methodCarlos Antonio da Silva2014-03-191-15/+3
* Extract rake notes command and lines scan boilerplateCarlos Antonio da Silva2014-03-191-19/+14
* Remove extra space assertionCarlos Antonio da Silva2014-03-191-3/+2
* Extract common setup for loading tasks in rake notes testsCarlos Antonio da Silva2014-03-191-29/+14
* Merge pull request #14379 from robertomiranda/rake-notes.configGuillermo Iguaran2014-03-171-14/+30
|\
| * Rake notes should picked up new Extensions registered in the config/applicati...robertomiranda2014-03-171-3/+19
| * Fix Shadowing extensions variable in Register Annotation Exentsionsrobertomiranda2014-03-161-5/+5
| * Supporting .ruby, .yml and .yaml Extension in Rake Notesrobertomiranda2014-03-141-1/+6
| * Remove .scss, .sass, .less, .haml, .slim, coffee from Rake Notes. Now we have...robertomiranda2014-03-141-13/+3
| * Add Public Api for register new extensions for Rake Notesrobertomiranda2014-03-141-0/+5
* | Fix assertionsCarlos Antonio da Silva2014-03-161-2/+2
|/
* remove railties changes. fixes #14054Aaron Patterson2014-02-141-32/+0
* add a send so `apply` can be called. Fixes #13510Aaron Patterson2014-02-111-0/+32
* Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+31
* Use DATABASE_URL by defaultschneems2014-01-021-8/+1
* Automatically maintain test database schemaJon Leighton2014-01-021-0/+9
* Adding missing requireRafael Mendonça França2014-01-021-0/+1
* Move default production database to URL sub keyschneems2014-01-011-1/+5
* fix 2.1.0 bug :(schneems2013-12-251-1/+1
* ensure environment is run before db:structure:loadschneems2013-12-251-1/+1
* Partial fix of database url testsschneems2013-12-251-1/+4
* using symbol instead of string in establish_connectionKuldeep Aggarwal2013-12-251-1/+1
* Use Full path to sqlite database in testsschneems2013-12-221-3/+3