aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* Remove unused argument `expected_database`bogdanvlviv2018-11-081-5/+5
* Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-071-0/+31
* Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-091-19/+51
* Make sure this test check the issue solved in #31135Rafael Mendonça França2018-09-221-6/+12
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-044-1/+4
* Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-311-7/+10
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-10/+10
* 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
|/
* Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-201-0/+44
* Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-161-0/+42
* Have `bin:rake dev:cache` use the Dev Rails Command under the hoodAnnie-Claude Côté2018-08-131-15/+28
* Clarify `railties/test/application/rake/notes_test.rb`bogdanvlviv2018-07-211-59/+58
* Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-201-0/+3
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-192-3/+3
* Fix test to allow IF NOT EXISTS in structure:dumputilum2018-04-161-2/+2
* Add multidb application testeileencodes2018-04-091-0/+164
* Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-221-1/+1
* Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-0/+12
* 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
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* `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-082-193/+163
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-046-130/+122
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-212-13/+8
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-148-0/+16
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+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
* Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-021-0/+7
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-028-8/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-028-0/+8
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-271-0/+36
|/
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-0/+6
* Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-1/+31
* Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+25
* Remove duplicated "test" prefixRyuta Kamizono2017-04-071-3/+3
* Fixes #28359Philippe Guay2017-03-261-0/+16
* Remove unused requireRyuta Kamizono2017-02-122-2/+0