aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/dbs_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-081-4/+0
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+4
* `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-0/+8
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-0/+39
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-081-59/+48
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-44/+38
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
* Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-0/+7
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove unused requireRyuta Kamizono2017-02-121-1/+0
* update CREATE TABLE statements generated by `sqlite3` commandyuuji.yaginuma2017-01-191-2/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-32/+32
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* 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