aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add CHANGELOG entries for npm package renames [ci skip]Javan Makhmali2019-01-283-0/+18
* Convert path to string before call `length`yuuji.yaginuma2019-01-281-1/+1
* Simplify path prefix extractionXavier Noria2019-01-271-2/+3
* Fix a tiny typo [ci skip]Robin Dupret2019-01-261-1/+1
* Merge pull request #34970 from kamipo/timestamps_with_precision_by_defaultRyuta Kamizono2019-01-2614-75/+206
|\
| * Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-2614-75/+206
* | Merge pull request #35057 from javan/actiontext/blob-embeds-onlyJavan Makhmali2019-01-262-1/+10
|\ \ | |/ |/|
| * Fix error saving Action Text content containing non-blob attachablesJavan Makhmali2019-01-252-1/+10
* | Fix `t.timestamps` missing `null: false` in `change_table bulk: true`Ryuta Kamizono2019-01-264-0/+36
* | Allow `column_exists?` giving options without typeRyuta Kamizono2019-01-263-13/+13
* | Fix typo: overriden -> overridden [ci skip] (#35060)Vipul A M2019-01-261-1/+1
* | Merge pull request #35055 from bughit/patch-1Rafael França2019-01-261-0/+2
|\ \
| * | document the possibility of app initializers running before gem initilizersbughit2019-01-251-0/+2
* | | Merge pull request #34803 from yahonda/use_xenialYuji Yaginuma2019-01-261-85/+32
|\ \ \
| * | | Use Ubuntu Xenial (16.04) at Travis CIYasuo Honda2019-01-261-85/+32
* | | | Add missing require for `Float#to_d`yuuji.yaginuma2019-01-261-0/+2
* | | | Merge pull request #35054 from bogdanvlviv/exercise-redirect_backRyuta Kamizono2019-01-261-0/+29
|\ \ \ \
| * | | | Ensure that `redirect_back` with `fallback_location` to another host is allowedbogdanvlviv2019-01-251-0/+29
* | | | | Loosen check of error cause fileyuuji.yaginuma2019-01-261-2/+2
* | | | | Merge pull request #35056 from larskanis/origin-queue-classicRyuta Kamizono2019-01-262-9/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Switch queue_classic back to origin repositoryLars Kanis2019-01-252-9/+8
| | |_|/ | |/| |
* | | | Merge pull request #35049 from yuki24/fix-33414Aaron Patterson2019-01-253-13/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-243-13/+34
* | | | Merge pull request #35042 from eileencodes/fix-error-message-for-missing-handlerEileen M. Uchitelle2019-01-254-8/+21
|\ \ \ \
| * | | | Fix error raised when handler doesn't existEileen Uchitelle2019-01-254-8/+21
| | |/ / | |/| |
* | | | Merge pull request #35050 from ricardotk002/fix-typo-rails-testing-guidesGuillermo Iguaran2019-01-241-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix typo in ActionCable::Connection::TestCase referenceRicardo Diaz2019-01-241-1/+1
|/ / /
* | | Merge pull request #34789 from christos/fix-editing-new-environment-credentialsKasper Timm Hansen2019-01-253-2/+20
|\ \ \
| * | | Don't load app environment when editing credentialsChristos Zisopoulos2018-12-263-2/+20
* | | | Merge pull request #34994 from schuetzm/host-authorization-only-in-developmentRafael França2019-01-242-4/+4
|\ \ \ \
| * | | | Recommend adding the requested domain to hosts whitelist only in developmentMarc Schütz2019-01-232-4/+4
* | | | | 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
|\ \ \ \ \