| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Travis: fix that major.minor version doesn't track latest major.minor.tiny | Jeremy Daer | 2018-02-18 | 1 | -8/+8 |
* | | | String#truncate_bytes: limit to N bytes without breaking multibyte chars | Jeremy Daer | 2018-02-18 | 3 | -0/+108 |
* | | | `String#strip_heredoc` preserves frozenness | Jeremy Daer | 2018-02-17 | 3 | -1/+23 |
* | | | Update bug report templates | bogdanvlviv | 2018-02-17 | 6 | -7/+8 |
* | | | Document :reconnect_attempts option for Redis Cache Store [ci skip] | Brian Kephart | 2018-02-17 | 1 | -3/+8 |
* | | | Fix "warning: BigDecimal.new is deprecated" | yuuji.yaginuma | 2018-02-18 | 1 | -1/+1 |
* | | | Fixes typos | Dharam Gollapudi | 2018-02-17 | 1 | -3/+3 |
* | | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 52 | -253/+133 |
* | | | Remove require Object#blank? monkey patch | Sean Collins | 2018-02-17 | 1 | -1/+0 |
* | | | Clean up and consolidate .gitignores | bogdanvlviv | 2018-02-17 | 14 | -36/+32 |
* | | | Deprecate update_attributes and update_attributes! | Eddie Lebow | 2018-02-17 | 17 | -62/+44 |
* | | | Partly revert 1e526788e6b1d3f42f4d8fdca20e588d42838c80 | bogdanvlviv | 2018-02-17 | 2 | -2/+7 |
* | | | Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2 | bogdanvlviv | 2018-02-17 | 2 | -17/+13 |
* | | | Multipart file uploads are very rare in API only apps so don't include Rack::... | Guillermo Iguaran | 2018-02-17 | 2 | -3/+3 |
* | | | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 38 | -232/+92 |
|/ / |
|
* | | Merge descriptions related to parallel test into one section [ci skip] | yuuji.yaginuma | 2018-02-17 | 1 | -2/+2 |
* | | Merge pull request #32002 from y-yagi/fix_set_serializer | Rafael França | 2018-02-17 | 3 | -4/+21 |
|\ \ |
|
| * | | Fix custome serializer setting | Yuji Yaginuma | 2018-02-16 | 3 | -4/+21 |
| |/ |
|
* | | Fix changelog entry [ci skip] | Rafael Mendonça França | 2018-02-16 | 1 | -1/+7 |
* | | Add chop removed in 89bcca5 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | | Fix frozen string concatenation by indicating that it's mutable | Rafael Mendonça França | 2018-02-16 | 1 | -2/+2 |
* | | Merge pull request #31901 from Kevinrob/patch-1 | Rafael França | 2018-02-16 | 3 | -4/+51 |
|\ \ |
|
| * | | Add SuppressedSummaryReporter and TestUnitReporter only if necessary | Kevin Robatel | 2018-02-15 | 3 | -4/+51 |
* | | | Merge pull request #32025 from fatkodima/array-routing-constraints | Rafael França | 2018-02-16 | 2 | -4/+7 |
|\ \ \ |
|
| * | | | Fix array routing constraints | fatkodima | 2018-02-17 | 2 | -4/+7 |
* | | | | Define transform_keys! in HashWithIndifferentAccess | Rafael Mendonça França | 2018-02-16 | 2 | -0/+21 |
* | | | | Merge pull request #32029 from yhirano55/remove_needless_strip | Rafael França | 2018-02-16 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Remove needless requiring 'active_support/core_ext/string/strip' | Yoshiyuki Hirano | 2018-02-17 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Fix frozen string concatenation by indicating that it's mutable | Jeremy Daer | 2018-02-16 | 1 | -1/+1 |
* | | | | Remove needless print | yuuji.yaginuma | 2018-02-17 | 1 | -1/+0 |
|/ / / |
|
* | | | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 35 | -131/+115 |
* | | | Write the code in a more natural way. | Rafael Mendonça França | 2018-02-16 | 1 | -2/+2 |
* | | | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 12 | -13/+12 |
* | | | Merge pull request #32016 from SamSaffron/visitors | Eileen M. Uchitelle | 2018-02-16 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | PERF: reduce retained objects in Journey | Sam | 2018-02-16 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #32015 from JPrevost/activestorage_integration_test_cleanu... | Eileen M. Uchitelle | 2018-02-16 | 1 | -0/+24 |
|\ \ \ |
|
| * | | | ActiveStorage file cleanup in Integration Tests | Jeremy Prevost | 2018-02-15 | 1 | -0/+24 |
* | | | | Merge pull request #31900 from eileencodes/parallel-testing | Eileen M. Uchitelle | 2018-02-16 | 12 | -7/+415 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add test parallelization to Rails | eileencodes | 2018-02-15 | 12 | -7/+415 |
|/ / / |
|
* | | | correct the dedup code | Sam | 2018-02-15 | 1 | -3/+3 |
* | | | Revert "Revert "Merge pull request #31999 from SamSaffron/patch-1"" | Rafael Mendonça França | 2018-02-15 | 1 | -4/+11 |
* | | | Revert "Merge pull request #31999 from SamSaffron/patch-1" | Rafael Mendonça França | 2018-02-15 | 1 | -11/+4 |
|/ / |
|
* | | Merge pull request #32012 from utilum/mysql_min_version | Rafael França | 2018-02-15 | 2 | -5/+5 |
|\ \ |
|
| * | | Bump mysql2 version | utilum | 2018-02-15 | 2 | -5/+5 |
| |/ |
|
* | | Merge pull request #31999 from SamSaffron/patch-1 | Aaron Patterson | 2018-02-15 | 1 | -4/+11 |
|\ \ |
|
| * | | PERF: dedupe scanned route fragments | Sam | 2018-02-15 | 1 | -4/+11 |
* | | | Merge pull request #32003 from SamSaffron/patch-2 | Aaron Patterson | 2018-02-15 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | PERF: symbolize ivar, to reduce dupes | Sam | 2018-02-15 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #32001 from ydakuka/patch-2 | Arun Agrawal | 2018-02-15 | 1 | -18/+17 |
|\ \
| |/
|/| |
|
| * | Missing backquote, extra end keyword [ci skip] | Yauheni Dakuka | 2018-02-15 | 1 | -18/+17 |
|/ |
|