aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Turn on performance based copsDillon Welch2018-07-232-10/+7
* Clarify `railties/test/application/rake/notes_test.rb`bogdanvlviv2018-07-211-59/+58
* Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-201-0/+3
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-1/+0
* Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-081-0/+12
* Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-071-3/+2
* Make NotesCommand tests more performant by getting rid of unecessary mapAnnie-Claude Côté2018-07-051-12/+12
* Merge pull request #33220 from anniecodes/notes-commandKasper Timm Hansen2018-07-051-0/+128
|\
| * Adds support to register directories and extensions to NotesCommandAnnie-Claude Côté2018-07-041-0/+44
| * Adds a Rails::Command for NotesAnnie-Claude Côté2018-07-041-0/+84
* | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...Kasper Timm Hansen2018-07-011-0/+24
|\ \
| * | Fix app:update when hyphenated name is givenYoshiyuki Hirano2018-04-241-0/+24
* | | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is...yuuji.yaginuma2018-06-241-1/+1
* | | OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-1/+1
* | | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-181-1/+7
* | | 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