aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dont mess with default order engines loadWashington Luiz2014-09-021-0/+36
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-191-1/+1
* Improve custom configurationRafael Mendonça França2014-08-191-1/+1
* rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-271-0/+32
* Default config.assets.digests to true in developmentDan Kang2014-05-171-0/+2
* Ok. Enough models for today :rage:Rafael Mendonça França2014-05-121-3/+6
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-1/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-3/+3
* Removed deprecated `Rails.application.railties.engines`.Arun Agrawal2013-07-041-6/+0
* Change from 'actionpack' to 'actionview' for locales pathŁukasz Strzałkowski2013-06-201-1/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-7/+7
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-291-5/+0
* cleanup railties test; fix typosVipul A M2013-03-311-1/+1
* Cleanup tests for unused variablesVipul A M2013-03-111-1/+1
* Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+6
* Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-311-1/+1