aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Move SchemaMigration to migration_contexteileencodes2019-06-141-1/+1
* [#35782] Allow loading seeds without ActiveJob (~> 5.2.3)Jeremy Weathers2019-04-191-0/+30
* Only override async adapter when seedingBatedUrGonnaDie2019-04-091-1/+14
* Zeitwerk integrationXavier Noria2019-02-121-15/+17
* Restrict frameworks to load in engine testyuuji.yaginuma2019-02-061-4/+22
* Railities typo fixes.alkesh262019-02-011-3/+3
* Seed database with inline ActiveJob job adapterGannon McGibbon2019-01-171-0/+12
* Import Action TextGeorge Claghorn2019-01-041-4/+4
* Import Action MailboxGeorge Claghorn2018-12-251-4/+4
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-14/+10
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Replace `assert !` with `assert_not`Daniel Colson2018-04-192-9/+9
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1
* Add test case that active_storage:install task works within engineyuuji.yaginuma2017-12-171-0/+15
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-6/+6
* Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-081-0/+4
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-20/+27
* Fix RuboCop offensesKoichi ITO2017-08-162-10/+10
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-144-0/+8
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
* ActiveStorage:Add migrations per rails engine conventions (#30111)Dino Maric2017-08-081-2/+2
* Make sure the test fails if the code chagesRafael Mendonça França2017-08-041-8/+10
* Do not call isolate_namespace on the applicationRafael Mendonça França2017-08-041-1/+9
* Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-242-0/+38
* Allow mounting same engine under several locationsDavid Rodríguez2017-07-051-0/+86
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-9/+9
* Correctly check whether key is defined in configurationyuuji.yaginuma2017-03-191-1/+1
* assert_equal takes expectation firstAkira Matsuda2016-12-261-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-3/+3
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-102-22/+22
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* run `before_configuration` callbacks as soon as application constant inherits...yuuji.yaginuma2016-08-191-0/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-072-4/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* applies new string literal convention in railties/testXavier Noria2016-08-064-51/+51
* remove unnecessary require and extendyuuji.yaginuma2016-07-311-8/+0
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-043-4/+0
* Fix failing railties testsPrathamesh Sonpatki2016-06-181-2/+2
* reference actual class to use middlewareyuuji.yaginuma2016-06-021-1/+1
* Remove load_paths fileArthur Neves2016-02-271-5/+1
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-9/+9
* Replace `serve_static_files` in tests with `public_file_server.enabled`.Kasper Timm Hansen2015-11-041-1/+1
* Fix mounted engine named routes regressionMatthew Erhard2015-10-071-0/+49
* Merge pull request #20605 from dcrec1/assert_fileYves Senn2015-06-191-0/+8
|\