aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add stimulus to list of supported options for --webpackGuillermo Iguaran2018-02-181-1/+1
* | | Fix test method nameGuillermo Iguaran2018-02-181-1/+1
* | | Don't generate empty app/views folder when --api and --skip-action-mailer are...Guillermo Iguaran2018-02-182-2/+23
* | | Clean up reporter replacement a bit.Kasper Timm Hansen2018-02-182-29/+29
* | | Merge pull request #32045 from eagletmt/skip-csp-headerGuillermo Iguaran2018-02-183-5/+31
|\ \ \
| * | | Skip generating empty CSP header when no policy is configuredKohei Suzuki2018-02-183-5/+31
* | | | Add a CHANGELOG entry for #31941 [ci skip]Ryuta Kamizono2018-02-191-0/+4
* | | | Association scope's own order should be prioritized over through scope's orderRyuta Kamizono2018-02-183-3/+11
* | | | Merge pull request #32046 from fatkodima/fix-activejob-guideRyuta Kamizono2018-02-181-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix active_job_basics.md callbacks example [ci skip]fatkodima2018-02-181-1/+1
|/ / /
* | | Revert "Delegate `uniq` to `records`"Ryuta Kamizono2018-02-181-1/+1
* | | Travis: fix that major.minor version doesn't track latest major.minor.tinyJeremy Daer2018-02-181-8/+8
* | | String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-183-0/+108
* | | `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-173-1/+23
* | | Update bug report templatesbogdanvlviv2018-02-176-7/+8
* | | Document :reconnect_attempts option for Redis Cache Store [ci skip]Brian Kephart2018-02-171-3/+8
* | | Fix "warning: BigDecimal.new is deprecated"yuuji.yaginuma2018-02-181-1/+1
* | | Fixes typosDharam Gollapudi2018-02-171-3/+3
* | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-1752-253/+133
* | | Remove require Object#blank? monkey patchSean Collins2018-02-171-1/+0
* | | Clean up and consolidate .gitignoresbogdanvlviv2018-02-1714-36/+32
* | | Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-1717-62/+44
* | | Partly revert 1e526788e6b1d3f42f4d8fdca20e588d42838c80bogdanvlviv2018-02-172-2/+7
* | | Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2bogdanvlviv2018-02-172-17/+13
* | | Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-172-3/+3
* | | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-1738-232/+92
|/ /
* | Merge descriptions related to parallel test into one section [ci skip]yuuji.yaginuma2018-02-171-2/+2
* | Merge pull request #32002 from y-yagi/fix_set_serializerRafael França2018-02-173-4/+21
|\ \
| * | Fix custome serializer settingYuji Yaginuma2018-02-163-4/+21
| |/
* | Fix changelog entry [ci skip]Rafael Mendonça França2018-02-161-1/+7
* | Add chop removed in 89bcca5Rafael Mendonça França2018-02-161-1/+1
* | Fix frozen string concatenation by indicating that it's mutableRafael Mendonça França2018-02-161-2/+2
* | Merge pull request #31901 from Kevinrob/patch-1Rafael França2018-02-163-4/+51
|\ \
| * | Add SuppressedSummaryReporter and TestUnitReporter only if necessaryKevin Robatel2018-02-153-4/+51
* | | Merge pull request #32025 from fatkodima/array-routing-constraintsRafael França2018-02-162-4/+7
|\ \ \
| * | | Fix array routing constraintsfatkodima2018-02-172-4/+7
* | | | Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-162-0/+21
* | | | Merge pull request #32029 from yhirano55/remove_needless_stripRafael França2018-02-161-1/+0
|\ \ \ \
| * | | | Remove needless requiring 'active_support/core_ext/string/strip'Yoshiyuki Hirano2018-02-171-1/+0
|/ / / /
* | | | Fix frozen string concatenation by indicating that it's mutableJeremy Daer2018-02-161-1/+1
* | | | Remove needless printyuuji.yaginuma2018-02-171-1/+0
|/ / /
* | | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-1635-131/+115
* | | Write the code in a more natural way.Rafael Mendonça França2018-02-161-2/+2
* | | Remove support to Ruby 2.2Rafael Mendonça França2018-02-1612-13/+12
* | | Merge pull request #32016 from SamSaffron/visitorsEileen M. Uchitelle2018-02-161-2/+2
|\ \ \
| * | | PERF: reduce retained objects in JourneySam2018-02-161-2/+2
| | |/ | |/|
* | | Merge pull request #32015 from JPrevost/activestorage_integration_test_cleanu...Eileen M. Uchitelle2018-02-161-0/+24
|\ \ \
| * | | ActiveStorage file cleanup in Integration TestsJeremy Prevost2018-02-151-0/+24
* | | | Merge pull request #31900 from eileencodes/parallel-testingEileen M. Uchitelle2018-02-1612-7/+415
|\ \ \ \ | |_|/ / |/| | |
| * | | Add test parallelization to Railseileencodes2018-02-1512-7/+415
|/ / /