aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* 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
* update CREATE TABLE statements generated by `sqlite3` commandyuuji.yaginuma2017-01-191-2/+2
* clear all environments log files by defaultyuuji.yaginuma2016-10-141-0/+33
* use rails command in restart task testyuuji.yaginuma2016-09-191-7/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-53/+53
* applies new string literal convention in railties/testXavier Noria2016-08-066-78/+78
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-085-5/+0
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-045-5/+0
* | Fix test to try `spec/` directory as opposed to `app/spec` which I hadJohn Meehan2016-07-051-2/+2
* | removed extra blank lineJohn Meehan2016-07-051-1/+0
* | Allow rake notes to work with other directories.John Meehan2016-07-051-0/+13
|/