Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #35055 from bughit/patch-1 | Rafael França | 2019-01-26 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | document the possibility of app initializers running before gem initilizers | bughit | 2019-01-25 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #34803 from yahonda/use_xenial | Yuji Yaginuma | 2019-01-26 | 1 | -85/+32 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use Ubuntu Xenial (16.04) at Travis CI | Yasuo Honda | 2019-01-26 | 1 | -85/+32 | |
* | | | | | | | | | Add missing require for `Float#to_d` | yuuji.yaginuma | 2019-01-26 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #35054 from bogdanvlviv/exercise-redirect_back | Ryuta Kamizono | 2019-01-26 | 1 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Ensure that `redirect_back` with `fallback_location` to another host is allowed | bogdanvlviv | 2019-01-25 | 1 | -0/+29 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Loosen check of error cause file | yuuji.yaginuma | 2019-01-26 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #35056 from larskanis/origin-queue-classic | Ryuta Kamizono | 2019-01-26 | 2 | -9/+8 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Switch queue_classic back to origin repository | Lars Kanis | 2019-01-25 | 2 | -9/+8 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #35049 from yuki24/fix-33414 | Aaron Patterson | 2019-01-25 | 3 | -13/+34 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fixed a bug where the debug view does not show the error page properly | Yuki Nishijima | 2019-01-24 | 3 | -13/+34 | |
* | | | | | | | | Merge pull request #35042 from eileencodes/fix-error-message-for-missing-handler | Eileen M. Uchitelle | 2019-01-25 | 4 | -8/+21 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Fix error raised when handler doesn't exist | Eileen Uchitelle | 2019-01-25 | 4 | -8/+21 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #35050 from ricardotk002/fix-typo-rails-testing-guides | Guillermo Iguaran | 2019-01-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix typo in ActionCable::Connection::TestCase reference | Ricardo Diaz | 2019-01-24 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #34789 from christos/fix-editing-new-environment-credentials | Kasper Timm Hansen | 2019-01-25 | 3 | -2/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't load app environment when editing credentials | Christos Zisopoulos | 2018-12-26 | 3 | -2/+20 | |
* | | | | | | | Merge pull request #34994 from schuetzm/host-authorization-only-in-development | Rafael França | 2019-01-24 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Recommend adding the requested domain to hosts whitelist only in development | Marc Schütz | 2019-01-23 | 2 | -4/+4 | |
* | | | | | | | | Merge pull request #35021 from palkan/refactor/broadcasting-for-testing | Kasper Timm Hansen | 2019-01-24 | 7 | -21/+84 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix fixture syntax in cable docs and guides | Vladimir Dementyev | 2019-01-22 | 2 | -6/+6 | |
| * | | | | | | | | Add note about broadcast_to/broadcasting_for to change log | Vladimir Dementyev | 2019-01-22 | 2 | -1/+25 | |
| * | | | | | | | | Add Channel#broadcast_to | Vladimir Dementyev | 2019-01-22 | 2 | -2/+2 | |
| * | | | | | | | | Move `channel_name` to Channel.broadcasting_for | Vladimir Dementyev | 2019-01-22 | 5 | -14/+53 | |
* | | | | | | | | | Merge pull request #35047 from yuki24/prefer-strings-over-regex | Rafael França | 2019-01-24 | 1 | -22/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Prefer strings over regex expressions | Yuki Nishijima | 2019-01-24 | 1 | -22/+20 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #35045 from paracycle/uk-fix-partial-renderer | Rafael França | 2019-01-24 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add test for Hash-like object being passed to partial `locals` | Ufuk Kayserilioglu | 2019-01-24 | 1 | -0/+10 | |
| * | | | | | | | | | Revert "Allow usage of strings as locals for partial renderer" | Ufuk Kayserilioglu | 2019-01-24 | 2 | -11/+1 | |
* | | | | | | | | | | Merge pull request #35046 from kddeisz/make-and-and-case-node-expressions | Rafael França | 2019-01-24 | 3 | -4/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make `And` and `Case` into expression nodes | Kevin Deisz | 2019-01-24 | 3 | -4/+11 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #35033 from gmcgibbon/multilevel_command_root_namespace | Rafael França | 2019-01-24 | 3 | -3/+18 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix deeply nested namespace command printing | Gannon McGibbon | 2019-01-24 | 3 | -3/+18 | |
* | | | | | | | | | | Prefer ImageProcessing's resize_to_limit macro over resize_to_fit | George Claghorn | 2019-01-24 | 9 | -20/+20 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Allow `column_exists?` to be passed `type` argument as a string | Ryuta Kamizono | 2019-01-24 | 2 | -10/+5 | |
* | | | | | | | | | Merge pull request #35040 from colorbox/fix_formatting_in_action_text_docs | Yuji Yaginuma | 2019-01-24 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix document formatting on Action Text docs [ci skip] | colorbox | 2019-01-24 | 2 | -4/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #35031 from rails/view-ivar | Aaron Patterson | 2019-01-23 | 2 | -9/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Pass the view around instead of using an ivar | Aaron Patterson | 2019-01-23 | 2 | -9/+7 | |
* | | | | | | | | | Tell the user what to use instead of update_attributes/! | Xavier Noria | 2019-01-23 | 1 | -2/+2 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #35029 from dylanahsmith/fix-strictly-cast-attribute-types | Ryuta Kamizono | 2019-01-24 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | activerecord: Fix statement cache for strictly cast attributes | Dylan Thacker-Smith | 2019-01-23 | 2 | -1/+7 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhost | Rafael França | 2019-01-23 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Subdomains of localhost are safe against DNS rebinding | Marc Schütz | 2019-01-23 | 2 | -1/+6 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #35027 from sponomarev/chore/fix-ac-test-typo | Kasper Timm Hansen | 2019-01-23 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Fix attribute typo in ActionCable connection test request | Sergey Ponomarev | 2019-01-23 | 1 | -2/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35024 from calasyr/patch-1 | George Claghorn | 2019-01-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Corrected spelling of ActionCable::Connection::TestCase | Alan Brown | 2019-01-22 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host | Rafael França | 2019-01-22 | 8 | -79/+21 | |
|\ \ \ \ \ \ |