aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #35758 from Shigeyuki-fukuda/aligned_order_of_argumentRafael França2019-03-261-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Aligned the order of the arguments of render_template and render_with_layoutShigeyuki-fukuda2019-03-271-2/+2
* | | | | | Schema version documentation (#35762)Ken Greeff2019-03-261-1/+1
* | | | | | Merge pull request #35761 from koic/bump_rubocop_to_0_66_0Ryuta Kamizono2019-03-273-13/+16
|\ \ \ \ \ \
| * | | | | | Bump RuboCop to 0.66.0Koichi ITO2019-03-273-13/+16
* | | | | | | Merge pull request #35753 from Edouard-chin/ec-mimetype-rescueRafael França2019-03-265-3/+24
|\ \ \ \ \ \ \
| * | | | | | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-265-3/+24
* | | | | | | | Merge pull request #35760 from jhawthorn/deprecate_custom_resolver_patternsRafael França2019-03-262-40/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-262-40/+15
|/ / / / / / / /
* | | | | | | | includes bootsnap 1.4.2-java in Gemfile.lockXavier Noria2019-03-261-0/+2
* | | | | | | | bumps Zeitwerk and BootsnapXavier Noria2019-03-265-13/+16
* | | | | | | | Remove useless = [ci skip]Prathamesh Sonpatki2019-03-261-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #31442 from ebeigarts/weak_descendants_trackerMatthew Draper2019-03-273-4/+64
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Use weak references in descendants trackerEdgars Beigarts2019-03-263-4/+64
| |/ / / / /
* | | | | | Merge pull request #35756 from sergioro9/patch-1Xavier Noria2019-03-261-1/+1
|\ \ \ \ \ \
| * | | | | | Spelling errorSergio2019-03-261-1/+1
|/ / / / / /
* | | | | | Merge pull request #35743 from soartec-lab/update_guide_active_support_deprec...Vipul A M2019-03-261-1/+1
|\ \ \ \ \ \
| * | | | | | Add default value `ActiveSupport::Deprecation.silenced` [ci skip]soartec-lab2019-03-251-1/+1
| |/ / / / /
* | | | | | Fix CI failure due to remaining tagging recordsRyuta Kamizono2019-03-261-1/+1
* | | | | | Merge pull request #35754 from yahonda/diag35665Ryuta Kamizono2019-03-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use `assert_queries(0)` instead of `assert_no_queries` to ignore metadata que...Yasuo Honda2019-03-261-1/+1
|/ / / / /
* | | | | Merge pull request #35740 from sharang-d/change-test-wordingRyuta Kamizono2019-03-251-4/+4
|\ \ \ \ \
| * | | | | Reword test names in credentials_test.rbSharang Dashputre2019-03-251-4/+4
* | | | | | Merge pull request #35741 from chiraggshah/patch-1Vipul A M2019-03-251-1/+1
|\ \ \ \ \ \
| * | | | | | [ci skip] Fixed typoChirag Shah2019-03-251-1/+1
|/ / / / / /
* | | | | | Merge pull request #35739 from sharang-d/unique_by-changesVipul A M2019-03-251-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Format 'RETURNING' text in the docs [ci skip]Sharang Dashputre2019-03-251-3/+3
|/ / / / /
* | | | | Cleanup guide for configuring config.disable_sandbox and related changelog [c...Vipul A M2019-03-252-3/+3
* | | | | Merge pull request #35732 from rails/webdriversGuillermo Iguaran2019-03-245-13/+13
|\ \ \ \ \
| * | | | | Use webdrivers instead of chromedriver-helper in new appsGuillermo Iguaran2019-03-242-4/+4
| * | | | | Use webdrivers instead of chromedriver-helper for AV UJS testsGuillermo Iguaran2019-03-243-9/+9
* | | | | | Merge pull request #35723 from sikachu/disable-sandbox-flagGuillermo Iguaran2019-03-247-5/+54
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-237-5/+54
* | | | | | Merge pull request #35690 from soartec-lab/update_guide_sending_log_messagesRyuta Kamizono2019-03-241-1/+1
|\ \ \ \ \ \
| * | | | | | Add `unknown` method to list of methods to write current log [ci skip]soartec-lab2019-03-211-1/+1
* | | | | | | Merge pull request #35724 from soartec-lab/update_guide_raise_on_missing_tran...Ryuta Kamizono2019-03-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add default `config.action_view.raise_on_missing_translations` [ci skip]soartec-lab2019-03-241-1/+1
* | | | | | | | Merge pull request #35718 from y-yagi/add_secret_key_base_when_creating_new_c...Yuji Yaginuma2019-03-242-2/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add `secret_key_base` when creating new credential fileyuuji.yaginuma2019-03-232-2/+24
* | | | | | | | Avoid creating ActionText::RichText records unnecessarilyGeorge Claghorn2019-03-232-1/+9
* | | | | | | | Depend on Zeitwerk 1.4.2Xavier Noria2019-03-232-3/+3
* | | | | | | | Merge pull request #35683 from Kukunin/masterRyuta Kamizono2019-03-232-7/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix unintended autosave on has_one through associationSergiy Kukunin2019-03-222-7/+38
* | | | | | | | | Merge pull request #35719 from shailesh-kalamkar/fix-change-log-typoRichard Schneeman2019-03-221-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Fixed typoShailesh Kalamkar2019-03-231-1/+1
|/ / / / / / / / /
* | / / / / / / / Update comment for how secret key is calculatedJohn Hawthorn2019-03-221-1/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #35713 from gmcgibbon/drop_nsec_in_job_argument_assertionsGannon McGibbon2019-03-223-0/+73
|\ \ \ \ \ \ \ \
| * | | | | | | | Drop microseconds in job argument assertionsGannon McGibbon2019-03-223-0/+73
* | | | | | | | | Merge pull request #35715 from jhawthorn/changelog_for_cves_6_0John Hawthorn2019-03-222-2/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update CHANGELOGs for 6.0.0.beta3 releaseJohn Hawthorn2019-03-222-2/+21