aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | correct the dedup codeSam2018-02-151-3/+3
* | | Revert "Revert "Merge pull request #31999 from SamSaffron/patch-1""Rafael Mendonça França2018-02-151-4/+11
* | | Revert "Merge pull request #31999 from SamSaffron/patch-1"Rafael Mendonça França2018-02-151-11/+4
|/ /
* | Merge pull request #32012 from utilum/mysql_min_versionRafael França2018-02-152-5/+5
|\ \
| * | Bump mysql2 versionutilum2018-02-152-5/+5
| |/
* | Merge pull request #31999 from SamSaffron/patch-1Aaron Patterson2018-02-151-4/+11
|\ \
| * | PERF: dedupe scanned route fragmentsSam2018-02-151-4/+11
* | | Merge pull request #32003 from SamSaffron/patch-2Aaron Patterson2018-02-151-1/+1
|\ \ \ | |_|/ |/| |
| * | PERF: symbolize ivar, to reduce dupesSam2018-02-151-1/+1
|/ /
* | Merge pull request #32001 from ydakuka/patch-2Arun Agrawal2018-02-151-18/+17
|\ \ | |/ |/|
| * Missing backquote, extra end keyword [ci skip]Yauheni Dakuka2018-02-151-18/+17
|/
* Add #create_or_find_by to lean on unique constraints (#31989)David Heinemeier Hansson2018-02-144-13/+78
* Merge pull request #31995 from eugeneius/active_storage_require_dependencyRafael França2018-02-142-3/+9
|\
| * Use require_dependency inside Active StorageEugene Kenny2018-02-142-3/+9
* | Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-147-26/+99
|\ \ | |/ |/|
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-017-25/+101
* | Merge pull request #30941 from toptal/introduce-custom-serializers-to-activej...Rafael França2018-02-1416-14/+454
|\ \
| * | Add CHANGELOG entryRafael Mendonça França2018-02-141-0/+3
| * | Add tests to serialize and deserialze individuallyRafael Mendonça França2018-02-141-0/+43
| * | Simplify the implementation of custom argument serializersRafael Mendonça França2018-02-1413-281/+192
| * | Improve documentation on custom serializersRafael Mendonça França2018-02-144-79/+47
| * | Add configuration to set custom serializersRafael Mendonça França2018-02-142-0/+8
| * | No need to require a autoloaded constantRafael Mendonça França2018-02-141-1/+0
| * | Add serializers for Time, Date and DateTimeRafael Mendonça França2018-02-147-2/+77
| * | Allow serializers to be used either as classes or objectsRafael Mendonça França2018-02-1410-124/+110