aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
* | | Reject empty database yamlseileencodes2018-02-221-1/+1
* | | Add cop for preferring 'Foo.method' over 'Foo::method'Andrew White2018-02-222-2/+2
* | | Do not add routes when actions are not specifiedYuji Yaginuma2018-02-222-0/+8
* | | Merge pull request #32075 from eileencodes/delete-default-configurationEileen M. Uchitelle2018-02-211-0/+1
|\ \ \
| * | | Delete default configurationeileencodes2018-02-211-0/+1
* | | | Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...bogdanvlviv2018-02-201-8/+9
| |/ / |/| |
* | | Remove trailing semi-colon from CSPAndrew White2018-02-191-6/+6
* | | Don't accidentally create an empty CSPAndrew White2018-02-192-3/+33
* | | Revert "Merge pull request #32045 from eagletmt/skip-csp-header"Andrew White2018-02-191-1/+1
* | | rubocop single space after assignmentDixit Patel2018-02-191-1/+1
* | | Add stimulus to list of supported options for --webpackGuillermo Iguaran2018-02-181-1/+1
* | | Fix test method nameGuillermo Iguaran2018-02-181-1/+1
* | | Don't generate empty app/views folder when --api and --skip-action-mailer are...Guillermo Iguaran2018-02-182-2/+23
* | | Clean up reporter replacement a bit.Kasper Timm Hansen2018-02-182-29/+29
* | | Skip generating empty CSP header when no policy is configuredKohei Suzuki2018-02-181-1/+1
* | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-174-5/+11
* | | Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-1/+5
* | | Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-172-3/+3
* | | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-173-14/+5
* | | Merge pull request #32002 from y-yagi/fix_set_serializerRafael França2018-02-171-0/+12
|\ \ \
| * | | Fix custome serializer settingYuji Yaginuma2018-02-161-0/+12
| |/ /
* | | Fix changelog entry [ci skip]Rafael Mendonça França2018-02-161-1/+7
* | | Merge pull request #31901 from Kevinrob/patch-1Rafael França2018-02-163-4/+51
|\ \ \
| * | | Add SuppressedSummaryReporter and TestUnitReporter only if necessaryKevin Robatel2018-02-153-4/+51
| |/ /
* | | Remove needless requiring 'active_support/core_ext/string/strip'Yoshiyuki Hirano2018-02-171-1/+0
* | | Remove needless printyuuji.yaginuma2018-02-171-1/+0
* | | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-1615-46/+42
* | | Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
* | | Add test parallelization to Railseileencodes2018-02-155-5/+97
|/ /
* | Don't overwrite config/master.key even on --forceclaudiob2018-02-122-2/+5
* | Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-134-2/+26
* | Respect --force option for config/master.keyclaudiob2018-02-112-1/+7
* | 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
|/ /
* | Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-084-2/+27
* | Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip]yuuji.yaginuma2018-02-032-2/+2
* | Removed "private" generators from command list.Wojciech Wnętrzak2018-02-023-18/+5
* | Fix `RuntimeError: Unknown version "6.0"`Yuji Yaginuma2018-01-311-0/+3
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-302-165/+4
* | Merge pull request #31830 from rafaelfranca/disable-csp-by-defaultRafael França2018-01-301-10/+10
|\ \
| * | Disable CSP by defaultRafael Mendonça França2018-01-301-10/+10
* | | Add Rack::TempfileReaper to tests and docsGeorge Claghorn2018-01-301-2/+4
* | | Add Rack::TempfileReaper to the default middleware stackGeorge Claghorn2018-01-301-0/+1
|/ /
* | Merge pull request #31769 from justjake/patch-2Matthew Draper2018-01-301-1/+1
|\ \
| * | yarnpkg: correct exec syntaxJake Teton-Landis2018-01-231-1/+2
* | | Remove extra whitespaceDaniel Colson2018-01-252-7/+7
* | | Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* | | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2511-39/+39
* | | Change refute to assert_notDaniel Colson2018-01-251-1/+1