aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake/dbs_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed db:prepare task to not touch schema when dump_schema_after_migration is...Wojciech Wnętrzak2019-07-241-0/+16
* Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-271-0/+28
* Fix: DummyCompiler embeds invalid YAML contentVishal Telangre2019-05-151-0/+17
* Fix database loading when ERB is single line ternaryeileencodes2019-05-101-0/+16
* Merge pull request #35768 from robertomiranda/r/rake-db-prepareEileen M. Uchitelle2019-04-021-0/+16
|\
| * Add migration in case of db:drop assertionRoberto Miranda2019-04-021-0/+7
| * đź’‡Roberto Miranda2019-04-021-1/+1
| * Add test cases for rake db:prepareRoberto Miranda2019-04-021-0/+9
* | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-2/+2
|/
* Add additional ERB DummyCompiler testsCliff Pruitt2019-03-121-0/+54
* Do not generate dummy string when the tag used is not the <%=Rafael Mendonça França2019-03-111-0/+1
* Minor text changes to the db:seed:replant testsSharang Dashputre2019-03-091-2/+2
* Load YAML for rake tasks without parsing ERBeileencodes2019-03-061-12/+3
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-1/+121
* let Zeitwerk integration unhook AS::DependenciesXavier Noria2019-02-191-2/+4
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-0/+2
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-15/+13
* Make sure this test check the issue solved in #31135Rafael Mendonça França2018-09-221-6/+12
* Merge pull request #33744 from bogdanvlviv/fixes-27852Ryuta Kamizono2018-08-301-1/+1
|\
| * Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* | Remove this conditionalEileen Uchitelle2018-08-291-1/+1
* | Remove unused argumentEileen Uchitelle2018-08-291-1/+1
* | Drop load_database_yaml and fix testEileen Uchitelle2018-08-291-3/+7
|/
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-2/+2
* Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-031-0/+14
* 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