aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use respond_to test helpersDaniel Colson2018-01-253-5/+5
* | Merge pull request #31750 from morygonzalez/consider-locale_selector-missingYuji Yaginuma2018-01-231-5/+16
|\ \ | |/ |/|
| * Fix locale_selector JS bug in ActionMailer PreviewHitoshi Nakashima2018-01-231-5/+16
* | bin/yarn: Pass through arguments with spacesJake Teton-Landis2018-01-211-1/+1
|/
* Merge pull request #31641 from ckoenig/remove_frozen_string_literalYuji Yaginuma2018-01-201-4/+6
|\
| * Work on a dup'ed options hashChristof Koenig2018-01-091-4/+6
* | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-191-2/+2
|\ \
| * | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* | | Add locale selector to email preview (#31596)Hitoshi Nakashima2018-01-183-18/+97
* | | Merge pull request #31730 from bogdanvlviv/allow_false_for-config-generators-...Eileen M. Uchitelle2018-01-181-1/+1
|\ \ \
| * | | Allow `false` for `config.generators.system_tests=`bogdanvlviv2018-01-181-1/+1
| |/ /
* | | Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* | | Revert "Merge pull request #31434 from olivierlacan/boot-feedback"Matthew Draper2018-01-191-4/+0
* | | Refactor migration to move migrations paths to connectioneileencodes2018-01-183-2/+14
|/ /
* | Provide a sensible default hostGeorge Claghorn2018-01-161-2/+0