aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing dots at the end of comments in environment file templatesbogdanvlviv2018-04-033-7/+7
* | | | Fix RenderingTest in railtieYoshiyuki Hirano2018-04-041-1/+1
|/ / /
* | | Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-0/+3
* | | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-025-123/+132
|\ \ \ | |/ / |/| |
| * | Add deprecation note for SourceAnnotationExtractorPrem Sichanugrist2018-03-221-0/+7
| * | Make Annotation into a proper classPrem Sichanugrist2018-03-221-1/+1
| * | Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-225-123/+125
| |/
* | Deriving `secret_key_base` breaks `key_generator` defined in 5.1.Yoshiyuki Kinjo2018-03-312-1/+2
* | Remove unnecessary line break and quotesyuuji.yaginuma2018-03-301-2/+2
* | Fix "--frozen-lockfile" argument used in yarn install rake taskGuillermo Iguaran2018-03-291-1/+1
* | Merge pull request #32289 from gsamokovarov/did-you-mean-suggestionsGuillermo Iguaran2018-03-296-57/+14
|\ \
| * | Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-236-57/+14
* | | Merge pull request #32243 from maschwenk/patch-2Guillermo Iguaran2018-03-291-1/+1
|\ \ \