| Commit message (Expand) | Author | Age | Files | Lines |
* | Add line break to Action Text installation outputs | Vinicius Brasil | 2019-01-27 | 1 | -1/+1 |
* | Convert path to string before call `length` | yuuji.yaginuma | 2019-01-28 | 1 | -1/+1 |
* | Simplify path prefix extraction | Xavier Noria | 2019-01-27 | 1 | -2/+3 |
* | Fix a tiny typo [ci skip] | Robin Dupret | 2019-01-26 | 1 | -1/+1 |
* | Merge pull request #34970 from kamipo/timestamps_with_precision_by_default | Ryuta Kamizono | 2019-01-26 | 14 | -75/+206 |
|\ |
|
| * | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 14 | -75/+206 |
* | | Merge pull request #35057 from javan/actiontext/blob-embeds-only | Javan Makhmali | 2019-01-26 | 2 | -1/+10 |
|\ \
| |/
|/| |
|
| * | Fix error saving Action Text content containing non-blob attachables | Javan Makhmali | 2019-01-25 | 2 | -1/+10 |
* | | Fix `t.timestamps` missing `null: false` in `change_table bulk: true` | Ryuta Kamizono | 2019-01-26 | 4 | -0/+36 |
* | | Allow `column_exists?` giving options without type | Ryuta Kamizono | 2019-01-26 | 3 | -13/+13 |
* | | Fix typo: overriden -> overridden [ci skip] (#35060) | Vipul A M | 2019-01-26 | 1 | -1/+1 |
* | | 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 |
|\ \ \ \ \ |
|