aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35021 from palkan/refactor/broadcasting-for-testingKasper Timm Hansen2019-01-247-21/+84
|\
| * fix fixture syntax in cable docs and guidesVladimir Dementyev2019-01-222-6/+6
| * Add note about broadcast_to/broadcasting_for to change logVladimir Dementyev2019-01-222-1/+25
| * Add Channel#broadcast_toVladimir Dementyev2019-01-222-2/+2
| * Move `channel_name` to Channel.broadcasting_forVladimir Dementyev2019-01-225-14/+53
* | Merge pull request #35047 from yuki24/prefer-strings-over-regexRafael França2019-01-241-22/+20
|\ \
| * | Prefer strings over regex expressionsYuki Nishijima2019-01-241-22/+20
* | | Merge pull request #35045 from paracycle/uk-fix-partial-rendererRafael França2019-01-242-6/+6
|\ \ \
| * | | Add test for Hash-like object being passed to partial `locals`Ufuk Kayserilioglu2019-01-241-0/+10
| * | | Revert "Allow usage of strings as locals for partial renderer"Ufuk Kayserilioglu2019-01-242-11/+1
* | | | Merge pull request #35046 from kddeisz/make-and-and-case-node-expressionsRafael França2019-01-243-4/+11
|\ \ \ \
| * | | | Make `And` and `Case` into expression nodesKevin Deisz2019-01-243-4/+11
|/ / / /
* | | | Merge pull request #35033 from gmcgibbon/multilevel_command_root_namespaceRafael França2019-01-243-3/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Fix deeply nested namespace command printingGannon McGibbon2019-01-243-3/+18
* | | | Prefer ImageProcessing's resize_to_limit macro over resize_to_fitGeorge Claghorn2019-01-249-20/+20
* | | | Allow `column_exists?` to be passed `type` argument as a stringRyuta Kamizono2019-01-242-10/+5
* | | | Merge pull request #35040 from colorbox/fix_formatting_in_action_text_docsYuji Yaginuma2019-01-242-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix document formatting on Action Text docs [ci skip]colorbox2019-01-242-4/+4
|/ / /
* | | Merge pull request #35031 from rails/view-ivarAaron Patterson2019-01-232-9/+7
|\ \ \
| * | | Pass the view around instead of using an ivarAaron Patterson2019-01-232-9/+7
* | | | Tell the user what to use instead of update_attributes/!Xavier Noria2019-01-231-2/+2
| |/ / |/| |
* | | Merge pull request #35029 from dylanahsmith/fix-strictly-cast-attribute-typesRyuta Kamizono2019-01-242-1/+7
|\ \ \ | |/ / |/| |
| * | activerecord: Fix statement cache for strictly cast attributesDylan Thacker-Smith2019-01-232-1/+7
|/ /
* | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhostRafael França2019-01-232-1/+6
|\ \
| * | Subdomains of localhost are safe against DNS rebindingMarc Schütz2019-01-232-1/+6
* | | Merge pull request #35027 from sponomarev/chore/fix-ac-test-typoKasper Timm Hansen2019-01-231-2/+0
|\ \ \
| * | | Fix attribute typo in ActionCable connection test requestSergey Ponomarev2019-01-231-2/+0
|/ / /
* | | Merge pull request #35024 from calasyr/patch-1George Claghorn2019-01-221-1/+1
|\ \ \
| * | | Corrected spelling of ActionCable::Connection::TestCaseAlan Brown2019-01-221-1/+1
|/ / /
* | | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_hostRafael França2019-01-228-79/+21
|\ \ \
| * | | Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-228-79/+21
* | | | Merge pull request #35010 from Edouard-chin/ec-numericality-validator-fixRafael França2019-01-222-8/+16
|\ \ \ \
| * | | | Fix NumericalityValidator on object responding to `to_f`:Edouard CHIN2019-01-222-8/+16
* | | | | Merge pull request #35017 from yahonda/mysql8014Ryuta Kamizono2019-01-231-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MySQL 8.0.14 adds `ER_FK_INCOMPATIBLE_COLUMNS`Yasuo Honda2019-01-221-1/+2
* | | | | Merge pull request #35020 from alkesh26/ationpack-typo-fixesRafael França2019-01-223-6/+6
|\ \ \ \ \
| * | | | | 1. Replaced unused variables by `_`.alkesh262019-01-223-6/+6
| | |_|/ / | |/| | |
* | | | | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-2211-82/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ask the view for its method containerAaron Patterson2019-01-182-5/+5
| * | | | Directly include "CompiledTemplates" moduleAaron Patterson2019-01-182-5/+6
| * | | | Only cache the view_context_class in one placeAaron Patterson2019-01-182-4/+9
| * | | | Remove args from `default_render`Aaron Patterson2019-01-172-3/+3
| * | | | Templates should be eval'd in the context of an AV::Base objectAaron Patterson2019-01-171-55/+0
| * | | | Pull up virtual path assignmentAaron Patterson2019-01-162-5/+3
| * | | | Pull buffer assignment upAaron Patterson2019-01-162-1/+2
| * | | | Always evaluate views against an ActionView::BaseAaron Patterson2019-01-165-9/+18
| * | | | Pull output buffer conditional upAaron Patterson2019-01-162-2/+4
* | | | | Merge pull request #34997 from alkesh26/typo-fix-webserverEileen M. Uchitelle2019-01-227-9/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Changed webserver to web server.alkesh262019-01-227-9/+9
* | | | | Merge pull request #35006 from kddeisz/alias-case-nodesRyuta Kamizono2019-01-222-0/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |