aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/dbs_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-241-21/+21
* Fixing tests and re-locating error checking.schneems2016-01-081-2/+2
* Prevent destructive action on production databaseschneems2016-01-071-3/+3
* Remove warningsRafael Mendonça França2015-12-041-4/+4
* 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
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-19/+19
* 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
* `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
* 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
* Fix assertionsCarlos Antonio da Silva2014-03-161-2/+2
* 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
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-2/+2
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-13/+0
* run the load_structure test in the test environmentTerence Lee2013-02-211-3/+10
* test DATABASE_URL without database.yml aroundTerence Lee2013-02-211-0/+2
* Stop shelling out more than necessaryCarlos Antonio da Silva2012-12-071-10/+10
* Run rake tasks all at once in rake dbs test for a speed upCarlos Antonio da Silva2012-12-061-12/+6
* Fix syntax error in assert_matchRafael Mendonça França2012-09-151-6/+6
* Few more warnings removed.Arun Agrawal2012-09-151-3/+3
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-0/+181