aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/engine_test.rb
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
* 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 `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* 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-161-4/+4
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* 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-241-0/+29
* 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-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-9/+9
* assert_equal takes expectation firstAkira Matsuda2016-12-261-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-12/+12
* 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-071-2/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* applies new string literal convention in railties/testXavier Noria2016-08-061-26/+26
* remove unnecessary require and extendyuuji.yaginuma2016-07-311-8/+0
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Fix failing railties testsPrathamesh Sonpatki2016-06-181-2/+2
* reference actual class to use middlewareyuuji.yaginuma2016-06-021-1/+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
* Test using sprockets 3Rafael Mendonça França2015-03-291-2/+2
* Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-041-2/+2
* Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-031-10/+5
|\
| * Loosen test about order of initializersclaudiob2015-01-021-10/+5
|/
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* :nail_care: it's -> its (see comments on 9a586ac)Godfrey Chan2014-10-181-1/+1
* [ci skip] A Rails engine is not a man :ok_woman:Zachary Scott2014-10-181-1/+1