aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Do not show unnecessary message during server startupyuuji.yaginuma2018-03-101-6/+5
| |/ |/|
* | Always yield a CSP policy instanceAndrew White2018-03-081-4/+2
* | Allow using inline style and script in the internal controllersyuuji.yaginuma2018-03-081-0/+13
* | Allow Capybara 3.x (#32151)Thomas Walpole2018-03-051-1/+1
* | Merge pull request #32174 from bogdanvlviv/remove-extra-passing-arg-to-run_ro...Ryuta Kamizono2018-03-061-1/+1
|\ \
| * | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command`bogdanvlviv2018-03-051-1/+1
| |/
* | Merge pull request #32170 from koic/deprecate_safe_level_of_erb_new_in_ruby_2_6Ryuta Kamizono2018-03-051-1/+6
|\ \ | |/ |/|
| * Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-051-1/+6