aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-052-1/+7
* | Merge pull request #32058 from gsamokovarov/rails-server-x-optionKasper Timm Hansen2018-03-048-61/+184
|\ \
| * | Extract Rails::Command::SpellcheckerGenadi Samokovarov2018-03-045-41/+65
| * | Introduce explicit rails server handler optionGenadi Samokovarov2018-03-043-20/+119
| |/
* / Fix routes command tests broken in e137831726.Kasper Timm Hansen2018-03-041-23/+16
|/
* Clean up `RoutesTest` a bityuuji.yaginuma2018-03-011-8/+6
* Merge pull request #32130 from benoittgt/rake-routes-compact-modeRafael França2018-02-284-41/+73
|\
| * Add --expanded option to "rails routes"Benoit Tigeot2018-02-284-41/+73
* | Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-1/+1
|/
* Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-commandRafael França2018-02-275-143/+170
|\
| * Move rake routes task to rails commandBenoit Tigeot2018-02-275-143/+170
* | Don't enforce UTF-8 by defaultAndrew White2018-02-276-39/+48
|/
* Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`bogdanvlviv2018-02-261-8/+0
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-0/+12
* [ci skip] Spell out the full variable in generated code.Kasper Timm Hansen2018-02-241-1/+1
* Correctly set `content_security_policy_nonce_generator`yuuji.yaginuma2018-02-241-1/+1
* Improve generated file `app/assets/javascripts/application.js` of pluginbogdanvlviv2018-02-232-1/+6
* Merge pull request #32089 from bogdanvlviv/fix-plugin-generated-filesRafael França2018-02-223-3/+17
|\
| * Improve generated file `app/views/application.html.erb` of pluginbogdanvlviv2018-02-232-1/+14
| * Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...bogdanvlviv2018-02-232-2/+3
* | Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"eileencodes2018-02-221-1/+0