aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Extract content types from blob dataGeorge Claghorn2018-01-151-0/+2
* | Merge pull request #31572 from kami-zh/fix-templateYuji Yaginuma2018-01-131-2/+3
|\ \
| * | Fix comment about initializers to adapt to the factkami-zh2017-12-271-2/+3
* | | Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-124-7/+19
|\ \ \
| * | | Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-084-7/+19
* | | | Use unsafe_inline as the default for script_src CSP until we get a nonce alte...David Heinemeier Hansson2018-01-121-1/+1
* | | | Add note about having to restart when modifying initializerDavid Heinemeier Hansson2018-01-121-0/+2
* | | | Use complete variable names rather than single-letter abbreviations for styleDavid Heinemeier Hansson2018-01-121-8/+8
* | | | Merge pull request #31671 from larskanis/pg-1.0Rafael Mendonça França2018-01-112-2/+2
|\ \ \ \
| * | | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-102-2/+2
* | | | | Merge pull request #31624 from y-yagi/fix_minitest_511Aaron Patterson2018-01-102-6/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Need to use `klass` to get the class name of the test resultyuuji.yaginuma2018-01-032-6/+6
| * | | | Correctly get source locationyuuji.yaginuma2018-01-032-1/+7
| | |_|/ | |/| |
* | | | Clean up railties testsbogdanvlviv2018-01-102-19/+0
* | | | Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-093-13/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't run rails active_storage:install in new appsclaudiob2017-12-143-13/+2
* | | | Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-071-3/+27
* | | | Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-073-3/+3
| |/ / |/| |
* | | Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* | | Clarify that config.eager_load controls eager loading [ci skip]Eugene Kenny2017-12-302-2/+2
* | | Remove unused methodsyuuji.yaginuma2017-12-281-16/+0
| |/ |/|
* | Prevent to install gems when run test (#31564)Yuji Yaginuma2017-12-262-4/+12
* | Ensure to use repo's Gemfile in applicationyuuji.yaginuma2017-12-251-0/+5