aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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-164-3/+25
* Merge pull request #32837 from ttanimichi/app-update-skip-springYuji Yaginuma2018-05-143-1/+17
|\
| * Don't generate `config/spring.rb` in `app:update` task when spring isn't loadedTsukuru Tanimichi2018-05-133-1/+17
* | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-133-3/+3
* | Remove unused `remove_file` methodTsukuru Tanimichi2018-05-081-4/+0
|/
* Skip `bootsnap` contents in `app:update` task if `bootsnap` is not usedyuuji.yaginuma2018-05-072-0/+14
* prefer File.write for bulk writesXavier Noria2018-05-052-3/+3
* Merge pull request #32780 from ttanimichi/tmpYuji Yaginuma2018-05-054-1/+22
|\
| * Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-054-1/+22
* | Partly revert #32289 to provide Rails' custom fallback in caseutilum2018-05-011-2/+49
|/
* 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-232-3/+3
|\
| * Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-182-3/+3
* | 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-222-1/+33
|\ \ \
| * | | Gracefully handle extra "controller" when generating controllerfatkodima2018-03-232-1/+33
* | | | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-223-3/+3
* | | | Merge pull request #32685 from yhirano55/fix-duplicated-suffix-for-job-generatorRyuta Kamizono2018-04-222-0/+15
|\ \ \ \
| * | | | Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-222-0/+15
| | |/ / | |/| |
* / | | Add test case to ChannelGeneratorTestYoshiyuki Hirano2018-04-221-0/+10
|/ / /
* | | Don't include bootsnap by default in apps generated under JRubyGuillermo Iguaran2018-04-202-4/+13
* | | [ci skip] Prefix class name with Rails:: in docsAlberto Almagro2018-04-201-3/+3
* | | [ci skip] Improve #find_in documentation.Alberto Almagro2018-04-201-3/+3
* | | Fix typo on method nameAlberto Almagro2018-04-201-1/+1
* | | Create a .ruby-version compatible with MRI/JRuby by defaultGuillermo Iguaran2018-04-192-2/+2
* | | [ci skip] Restore of links in RDOC_MAIN after an update of the file (#32644)Felipe Tovar2018-04-191-11/+11
* | | 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
* | | | Merge pull request #32626 from ftovaro/masterXavier Noria2018-04-191-22/+29
|\ \ \ \
| * | | | [ci skip] Remove style of the word Rails at the topFelipe Tovar2018-04-191-1/+1
| * | | | [ci skip] update RDOC_MAINFelipe Tovar2018-04-191-23/+30
| |/ / /
* / / / Make the master.key readable only by the ownerJose Luis Duran2018-04-193-0/+27
|/ / /
* | | 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-163-3/+35
| |/ |/|
* | Add .keep exception for storage folderPaul2018-04-131-1/+4
* | Allow use of minitest-rails gem with Rails test runneryuuji.yaginuma2018-04-111-1/+1
* | Remove upper bound on Capybaraeileencodes2018-04-101-1/+1
* | Add multidb application testeileencodes2018-04-092-16/+215
* | rewords a bit RDOC_MAIN.rdoc [ci skip]Yoshiyuki Hirano2018-04-081-2/+2
* | 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-042-5/+21
|\ \ \
| * | | Stop mutating body responseGeoff Lee2018-04-032-5/+21
* | | | Merge pull request #32435 from bogdanvlviv/add-missing-dots-at-the-end-of-com...Eileen M. Uchitelle2018-04-043-7/+7
|\ \ \ \ | |/ / / |/| | |