aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Compile packs before run testyuuji.yaginuma2018-11-221-1/+4
* Compile packs for testyuuji.yaginuma2018-11-081-2/+4
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-1/+2
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-40/+0
* Move rake routes task to rails commandBenoit Tigeot2018-02-271-111/+0
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-6/+5
* Expose Active Storage routesMehmet Emin INAC2017-12-131-13/+32
* Remove unnecessary `allow_failure: true` optionyuuji.yaginuma2017-10-181-1/+1
* Improve RakeTest#test_db_test_prepare_when_using_sql_formatbogdanvlviv2017-10-081-3/+1
* Invoke rails command inside the railties' test app with TestHelpers::Generati...bogdanvlviv2017-10-081-13/+9
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-081-9/+7
* Don't expose Active Storage routesyuuji.yaginuma2017-09-161-28/+13
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-71/+55
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Active Storage routes are now part of the default routesDavid Heinemeier Hansson2017-08-031-9/+37
* Protect from forgery by defaultLisa Ugray2017-07-101-1/+1
* Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-021-7/+0
* 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
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+0
* Remove test to the db:test:cloneRafael Mendonça França2017-01-031-10/+0
* Remove deprecated CONTROLLER environment variable for routes taskRafael Mendonça França2017-01-031-42/+25
* Use YAML to serialize schema cacheKir Shatrov2016-11-271-2/+2
* Add missing test for singular resource output in rake routesPrathamesh Sonpatki2016-11-191-0/+20
* Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-181-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-16/+16
* applies new string literal convention in railties/testXavier Noria2016-08-061-11/+11
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Fix assertion count after 69e1bb52.Kasper Timm Hansen2016-05-281-2/+2
* Merge pull request #24696 from y-yagi/remove_unnessary_option_settingKasper Timm Hansen2016-04-251-0/+11
|\
| * register rake options to `OptionParser`yuuji.yaginuma2016-04-251-0/+11
* | Fix broken build, channel files are also included in `bin/rails stats` nowPrathamesh Sonpatki2016-04-241-2/+2
|/
* Fix indentation [ci skip]Ryuta Kamizono2016-03-051-1/+1
* making a test definition more clear.Mohit Natoo2016-03-041-1/+1
* [ci skip] using correcting test case names specifying `rails routes` instead ...Mohit Natoo2016-03-041-6/+6
* convert cable.coffee to cable.jsyuuji.yaginuma2016-02-281-1/+1
* The tasks in the rails task namespace is deprecated in favor of app namespace.Ryo Hashimoto2016-02-261-2/+2
* Enable Action Cable routes by defaultJon Moss2016-02-241-1/+1
* Merge pull request #23611 from abhishekjain16/routes_optionsKasper Timm Hansen2016-02-121-1/+9
|\
| * Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-1/+9
* | set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-061-5/+4
|/
* use rails command in routes taskyuuji.yaginuma2016-02-031-7/+7
* Add options for rake routes taskVipul A M2016-02-021-2/+61
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-31/+31
* remove warnings from rake testyuuji.yaginuma2016-01-111-2/+2
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+20
|\
| * Prevent destructive action on production databaseschneems2016-01-071-0/+20
* | ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-171-1/+1