aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * assert_file understands paths with special charactersDiego Carrion2015-06-181-0/+8
|/
* Rename railties/bin to railties/exeIslam Wazery2015-04-111-1/+1
* 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