aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol...bogdanvlviv2018-06-092-2/+2
* Remove unnecessary testyuuji.yaginuma2018-06-031-6/+0
* Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-211-1/+1
* Add test case that configure `config.action_view.finalize_compiled_template_m...yuuji.yaginuma2018-05-201-0/+17
* Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-161-0/+21
* Merge pull request #32837 from ttanimichi/app-update-skip-springYuji Yaginuma2018-05-141-0/+11
|\
| * Don't generate `config/spring.rb` in `app:update` task when spring isn't loadedTsukuru Tanimichi2018-05-131-0/+11
* | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-133-3/+3
|/
* Skip `bootsnap` contents in `app:update` task if `bootsnap` is not usedyuuji.yaginuma2018-05-071-0/+13
* prefer File.write for bulk writesXavier Noria2018-05-052-3/+3
* Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-051-0/+13
* Swap assertion order for better reportingutilum2018-04-291-1/+1
* Add a helper method to check that gem does not exist in `Gemfile`yuuji.yaginuma2018-04-251-49/+26
* Fix test method nameyuuji.yaginuma2018-04-251-2/+2
* Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-2/+2
|\
| * Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-2/+2
* | Merge pull request #32686 from yhirano55/fix-indentation-with-rubocopRyuta Kamizono2018-04-221-1/+1
|\ \
| * | Fix indentation manuallyYoshiyuki Hirano2018-04-221-1/+1
* | | Merge pull request #31554 from fatkodima/controller_generator_suffixGuillermo Iguaran2018-04-221-0/+22
|\ \ \
| * | | Gracefully handle extra "controller" when generating controllerfatkodima2018-03-231-0/+22
* | | | Merge pull request #32685 from yhirano55/fix-duplicated-suffix-for-job-generatorRyuta Kamizono2018-04-221-0/+10
|\ \ \ \
| * | | | Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-221-0/+10
| | |/ / | |/| |
* / | | Add test case to ChannelGeneratorTestYoshiyuki Hirano2018-04-221-0/+10
|/ / /
* | | Don't include bootsnap by default in apps generated under JRubyGuillermo Iguaran2018-04-201-3/+12
* | | Fix typo on method nameAlberto Almagro2018-04-201-1/+1
* | | Create a .ruby-version compatible with MRI/JRuby by defaultGuillermo Iguaran2018-04-191-1/+1
* | | Merge pull request #32605 from composerinteralia/assert-notRafael França2018-04-1913-37/+37
|\ \ \
| * | | Replace `assert !` with `assert_not`Daniel Colson2018-04-1913-37/+37
* | | | Make the master.key readable only by the ownerJose Luis Duran2018-04-191-0/+9
|/ / /
* | | Fix test to allow IF NOT EXISTS in structure:dumputilum2018-04-161-2/+2
* | | Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-1/+15
| |/ |/|
* | Add multidb application testeileencodes2018-04-092-16/+215
* | Fix test added in #32444bogdanvlviv2018-04-061-2/+4
* | Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-041-1/+1
|\ \
| * | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* | | Merge pull request #32444 from matrinox/fix-return-response-mutation-rack-loggerRafael Mendonça França2018-04-041-2/+18
|\ \ \
| * | | Stop mutating body responseGeoff Lee2018-04-031-2/+18
|/ / /
* | | Fix RenderingTest in railtieYoshiyuki Hirano2018-04-041-1/+1
* | | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-022-2/+2
|\ \ \ | |/ / |/| |
| * | Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-222-2/+2
| |/
* | Deriving `secret_key_base` breaks `key_generator` defined in 5.1.Yoshiyuki Kinjo2018-03-311-0/+1
* | Merge pull request #32289 from gsamokovarov/did-you-mean-suggestionsGuillermo Iguaran2018-03-293-5/+5
|\ \ | |/ |/|
| * Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-233-5/+5
* | Fix `test_config_another_database` failureRyuta Kamizono2018-03-221-2/+2
|/
* Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-141-1/+2
* Rely on Rails::Command's help output.Kasper Timm Hansen2018-03-131-57/+58
* Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-38/+47
|\
| * Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-38/+47
* | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command`bogdanvlviv2018-03-051-1/+1
|/
* Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-051-0/+6