aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Extract details to methods to clarify command.Kasper Timm Hansen2018-03-131-8/+12
* | | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-7/+1
* | | Remove path option from AzureStorage configYuji Yaginuma2018-03-131-1/+0
* | | 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 #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-051-1/+1
* | | Extract Rails::Command::SpellcheckerGenadi Samokovarov2018-03-044-41/+55
* | | Introduce explicit rails server handler optionGenadi Samokovarov2018-03-041-16/+72
|/ /
* | Merge pull request #32130 from benoittgt/rake-routes-compact-modeRafael França2018-02-281-1/+7
|\ \
| * | Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-1/+7
* | | 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-273-32/+43
|\ \
| * | Move rake routes task to rails commandBenoit Tigeot2018-02-273-32/+43
* | | Don't enforce UTF-8 by defaultAndrew White2018-02-274-31/+14
|/ /
* | [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-231-0/+1
* | Merge pull request #32089 from bogdanvlviv/fix-plugin-generated-filesRafael França2018-02-222-2/+6
|\ \
| * | Improve generated file `app/views/application.html.erb` of pluginbogdanvlviv2018-02-231-1/+5
| * | Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...bogdanvlviv2018-02-231-1/+1
* | | Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"eileencodes2018-02-221-1/+0
* | | Revert "Reject empty database yamls"eileencodes2018-02-221-1/+1
|/ /
* | Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-224-39/+45
|\ \
| * | Add support for automatic nonce generation for Rails UJSAndrew White2018-02-194-39/+45
* | | Reject empty database yamlseileencodes2018-02-221-1/+1
* | | Do not add routes when actions are not specifiedYuji Yaginuma2018-02-221-0/+1
* | | Merge pull request #32075 from eileencodes/delete-default-configurationEileen M. Uchitelle2018-02-211-0/+1
|\ \ \ | |/ / |/| |
| * | Delete default configurationeileencodes2018-02-211-0/+1
* | | Don't accidentally create an empty CSPAndrew White2018-02-191-1/+5
* | | Add stimulus to list of supported options for --webpackGuillermo Iguaran2018-02-181-1/+1
* | | Don't generate empty app/views folder when --api and --skip-action-mailer are...Guillermo Iguaran2018-02-181-2/+6
* | | Clean up reporter replacement a bit.Kasper Timm Hansen2018-02-181-10/+6
* | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-4/+3
* | | Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-171-1/+2
* | | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-173-14/+5
* | | Merge pull request #31901 from Kevinrob/patch-1Rafael França2018-02-161-3/+12
|\ \ \
| * | | Add SuppressedSummaryReporter and TestUnitReporter only if necessaryKevin Robatel2018-02-151-3/+12
| |/ /
* | | Remove needless requiring 'active_support/core_ext/string/strip'Yoshiyuki Hirano2018-02-171-1/+0
* | | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-1612-20/+19
* | | Add test parallelization to Railseileencodes2018-02-152-0/+8
|/ /
* | Don't overwrite config/master.key even on --forceclaudiob2018-02-121-1/+3
* | Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-133-2/+11
* | Respect --force option for config/master.keyclaudiob2018-02-111-1/+1
* | Merge pull request #31949 from rails/remove-moveClaudio B2018-02-091-2/+0
|\ \
| * | Remove warning from 4 years ago [ci skip]claudiob2018-02-091-2/+0
* | | Use heredoc with credentials templateYoshiyuki Hirano2018-02-092-4/+16
|/ /