aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Channel#broadcast_toVladimir Dementyev2019-01-222-2/+2
* Move `channel_name` to Channel.broadcasting_forVladimir Dementyev2019-01-225-14/+53
* 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
|\ \ \
| * | | Alias case nodesKevin Deisz2019-01-212-0/+12
* | | | Merge pull request #34990 from rails/fix-time-multiparameter-castingAndrew White2019-01-214-1/+52
|\ \ \ \ | |/ / / |/| | |
| * | | Fix year value when casting a multiparameter time hashAndrew White2019-01-214-1/+52
| |/ /
* | | Merge pull request #35005 from bogdanvlviv/add-chanel-tests-to-rails-statsRyuta Kamizono2019-01-212-1/+2
|\ \ \
| * | | Add Channel tests to `rails stats`bogdanvlviv2019-01-212-1/+2
* | | | Merge pull request #35004 from bogdanvlviv/add-missing-entries-to-guides-chan...Ryuta Kamizono2019-01-211-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing entries to guides' changelog file [ci skip]bogdanvlviv2019-01-211-0/+8
|/ / /
* | | Merge pull request #34982 from takeyuweb/fix_activestorage_allow_other_hostGeorge Claghorn2019-01-214-2/+57
|\ \ \
| * | | Fix ArgumentError: Unsafe redirectYuichi Takeuchi2019-01-214-2/+57
* | | | Merge pull request #34991 from mcgregordan/mailbox-statisticsRyuta Kamizono2019-01-201-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Report statistics from ActionMailboxDan McGregor2019-01-201-0/+2
|/ / /
* | | Merge pull request #34988 from bogdanvlviv/fix-development_dependencies_installRyuta Kamizono2019-01-201-1/+0
|\ \ \
| * | | Fix "Development Dependencies Install" guide [ci skip]bogdanvlviv2019-01-191-1/+0
* | | | Fix type casting column default in `change_column`Ryuta Kamizono2019-01-204-28/+56
* | | | Merge pull request #34986 from alkesh26/action-mailbox-layout-fixGeorge Claghorn2019-01-191-0/+1
|\ \ \ \
| * | | | enclosing body tag in conductor layout.alkesh262019-01-201-0/+1
|/ / / /
* | | | Check all provided attributes of the messageGeorge Claghorn2019-01-191-9/+11
* | | | Merge pull request #34984 from takeyuweb/fix-actionmailbox-create-inbound-emailsGeorge Claghorn2019-01-192-2/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix that adding attachments lose a bodyYuichi Takeuchi2019-01-192-2/+23
|/ / /
* | | Merge pull request #34981 from koic/bump_rubocop_to_0_63_0Ryuta Kamizono2019-01-192-6/+6
|\ \ \
| * | | Bump RuboCop to 0.63.0Koichi ITO2019-01-192-6/+6
* | | | Single new line is not rendered as new line in the CHANGELOG.mdRyuta Kamizono2019-01-191-3/+4
|/ / /
* | | Change release_sumary task to work in first releases of the seriesRafael Mendonça França2019-01-181-2/+6
* | | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-1832-72/+95
* | | Fix the user show page in the verify taskRafael Mendonça França2019-01-181-1/+3
|/ /
* | Merge pull request #34973 from dylanahsmith/fix-composed-of-nil-conditionRafael França2019-01-182-4/+23
|\ \
| * | activerecord: Fix where nil condition on composed_of attributeDylan Thacker-Smith2019-01-182-4/+23
|/ /
* | Merge pull request #30000 from kamipo/all_of_queries_should_return_correct_re...Ryuta Kamizono2019-01-1814-37/+72
|\ \
| * | Ensure `StatementCache#execute` never raises `RangeError`Ryuta Kamizono2019-01-187-19/+19
| * | All of queries should return correct result even if including large numberRyuta Kamizono2019-01-187-18/+53
* | | Merge pull request #34959 from alkesh26/action-cable-typo-fixesRafael França2019-01-183-3/+3
|\ \ \
| * | | typo fixes in action cablealkesh262019-01-173-3/+3
* | | | Merge pull request #34972 from krzysiek1507/fix/date-advance-performanceRafael França2019-01-181-5/+6
|\ \ \ \