aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Raise an error when lockfile diff is generatedMax Schwenk2018-03-131-1/+1
* | | | Compare ruby version with correct wayShia2018-03-291-1/+1
* | | | Merge pull request #32274 from eileencodes/part-1-add-rake-tasks-for-multi-dbEileen M. Uchitelle2018-03-261-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Refactor configs_for and friendseileencodes2018-03-211-0/+12
| | |/ | |/|
* | | Fix `test_config_another_database` failureRyuta Kamizono2018-03-221-2/+2
* | | Support mysql2 0.4.x and 0.5.xAaron Stone2018-03-201-1/+1
|/ /
* | Merge pull request #32271 from eileencodes/fix-three-tier-default-connectionEileen M. Uchitelle2018-03-161-1/+1
|\ \
| * | Switch dbconsole config loader checkeileencodes2018-03-161-1/+1
* | | 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-132-72/+63
* | Extract details to methods to clarify command.Kasper Timm Hansen2018-03-131-8/+12
* | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-7/+1
* | Remove path option from AzureStorage configYuji Yaginuma2018-03-131-1/+0
* | 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