aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | | Doc: fixes typo `cache:` -> `compress:`Joseph Page2018-02-121-1/+1
* | | | Merge pull request #31971 from ydakuka/patch-1Rafael França2018-02-121-9/+9
|\ \ \ \
| * | | | Change structure of AS core extensions [ci skip]Yauheni Dakuka2018-02-121-9/+9
|/ / / /
* / / / Add test to make sure pick works in a NullRelationRafael Mendonça França2018-02-121-0/+2
|/ / /
* | | Merge pull request #31968 from wojtodzio/fix-activestorage-blob-includesRafael França2018-02-121-1/+3
|\ \ \
| * | | Use full class names when including concerns to avoid collisionsWojtek Wrona2018-02-121-1/+3
|/ / /
* | | Merge pull request #31953 from jameslovejoy/improve-wording-getting-startedEileen M. Uchitelle2018-02-121-13/+13
|\ \ \
| * | | Improve wording in getting started guideJames Lovejoy2018-02-091-13/+13
* | | | Merge pull request #31962 from ydakuka/patch-1Ryuta Kamizono2018-02-121-1/+1
|\ \ \ \
| * | | | Remove parentheses [ci skip]Yauheni Dakuka2018-02-121-1/+1
|/ / / /
* | | | Add missing requireGeorge Claghorn2018-02-111-0/+2
* | | | Merge pull request #31957 from claudiob/force-master-keyYuji Yaginuma2018-02-122-1/+7
|\ \ \ \
| * | | | Respect --force option for config/master.keyclaudiob2018-02-112-1/+7
|/ / / /
* | | | Merge pull request #31133 from mohsen-alizadeh/sanitize_empty_and_nil_paramet...Matthew Draper2018-02-112-0/+16
|\ \ \ \
| * | | | add test case to relation selectMohsen Alizadeh2017-12-031-0/+15
| * | | | sanitize empty and nil parameters to selectMohsen Alizadeh2017-11-121-0/+1
* | | | | Unused core_extAkira Matsuda2018-02-111-1/+0
| |/ / / |/| | |
* | | | Merge pull request #31949 from rails/remove-moveClaudio B2018-02-091-2/+0
|\ \ \ \
| * | | | Remove warning from 4 years ago [ci skip]claudiob2018-02-091-2/+0
* | | | | Fix formatting of `pick` [ci skip]yuuji.yaginuma2018-02-101-1/+1
* | | | | Make sure assert_recognizes can still find routes mounted after enginesRafael Mendonça França2018-02-092-4/+12
* | | | | Add Relation#pick as short-hand for single-value plucks (#31941)David Heinemeier Hansson2018-02-092-0/+28
* | | | | Merge pull request #31927 from mrreynolds/patch-2Eileen M. Uchitelle2018-02-091-0/+8
|\ \ \ \ \
| * | | | | Document :combine_optionsRobert Glaser2018-02-081-0/+8
* | | | | | Merge pull request #31942 from yhirano55/use_heredoc_with_credentials_templateYuji Yaginuma2018-02-092-4/+16
|\ \ \ \ \ \
| * | | | | | Use heredoc with credentials templateYoshiyuki Hirano2018-02-092-4/+16
|/ / / / / /
* | | | | | Merge pull request #31934 from fatkodima/fix-has_many_through-dumpingRyuta Kamizono2018-02-092-2/+7
|\ \ \ \ \ \
| * | | | | | Fix marshaling of models with `has_many :through` associationsfatkodima2018-02-082-2/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #31919 from bogdanvlviv/fix-test_counter_cache_with_touch_...Ryuta Kamizono2018-02-091-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix `test_counter_cache_with_touch_and_lock_version` failurebogdanvlviv2018-02-071-1/+3
* | | | | | Merge pull request #31925 from composerinteralia/semicolonEileen M. Uchitelle2018-02-081-12/+0
|\ \ \ \ \ \