aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
| * | | | | | | Add symbol and duration serializersRafael Mendonça França2018-02-144-2/+52
| * | | | | | | Only add one more custom key in the serialized hashRafael Mendonça França2018-02-146-51/+59
| * | | | | | | Define the interface of a SerializerRafael Mendonça França2018-02-141-0/+18
| * | | | | | | Remove unnecessary qualified constant lookupsRafael Mendonça França2018-02-145-11/+11
| * | | | | | | Simplify the implementation of custom serialziersRafael Mendonça França2018-02-143-41/+37
| * | | | | | | Remove non-default serializersEvgenii Pecherkin2018-02-1410-163/+72
| * | | | | | | Introduce serializers to ActiveJobEvgenii Pecherkin2018-02-1419-136/+602
* | | | | | | | Merge pull request #31993 from tjschuck/rdoc_formatting_fixRafael França2018-02-141-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Rdoc formatting fix: <b> instead of MD-style asterisksT.J. Schuck2018-02-141-1/+1
* | | | | | | | Don't force people to upgrade i18n gemRafael Mendonça França2018-02-142-2/+2
|/ / / / / / /
* | | | | | | Update Gemfile.lockRafael Mendonça França2018-02-141-2/+2
* | | | | | | Merge pull request #31991 from radar/bump-i18n-to-one-dot-ohRafael França2018-02-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Bump i18n to 1.0Ryan Bigg2018-02-141-1/+1
* | | | | | | | Document MuPDF version requirementGeorge Claghorn2018-02-131-1/+1
* | | | | | | | Merge pull request #31978 from claudiob/don-t-overwrite-master-keyYuji Yaginuma2018-02-132-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't overwrite config/master.key even on --forceclaudiob2018-02-122-2/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #31970 from fatkodima/active_storage-unattached-scopeRafael França2018-02-122-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Add ActiveStorage::Blob.unattached scopefatkodima2018-02-122-0/+19
* | | | | | | | | Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-134-2/+26