aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* - using rails dev:cache instead of rake dev:cacheMohit Natoo2016-04-221-1/+1
* Fixed assertions with regex used in dbs testsVipul A M2016-04-191-2/+2
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-2/+2
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-302-0/+18
* - using rails dev:cache instead of rake dev:cache in test caseMohit Natoo2016-03-041-1/+1
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-0/+34
* Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-011-2/+2
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-243-56/+56
* Fixing tests and re-locating error checking.schneems2016-01-081-2/+2
* Prevent destructive action on production databaseschneems2016-01-071-3/+3
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-3/+3
* Add Rails command infrastructure and encapsulate development cachingChuck Callebs2015-12-041-35/+0
* Remove warningsRafael Mendonça França2015-12-041-4/+4
* Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-021-0/+22
* 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