aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34039 from yskkin/parameter_filterRyuta Kamizono2018-10-087-125/+177
|\
| * Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-087-125/+177
* | Merge pull request #34119 from frodsan/patch-1Arun Agrawal2018-10-081-1/+1
|\ \ | |/ |/|
| * [ci skip] Fix typoFrancesco Rodríguez2018-10-081-1/+1
|/
* Don't expose internal methods in the associationsRyuta Kamizono2018-10-082-32/+32
* Fix test name to add missing "set"Ryuta Kamizono2018-10-081-1/+1
* Fix `AssociationRelation` not to set inverse instance key just like beforeRyuta Kamizono2018-10-073-3/+23
* Merge pull request #34076 from gmcgibbon/fixtures_refactorEileen M. Uchitelle2018-10-074-243/+376
|\
| * Move FixtureSet::ReflectionProxy and FixtureSet::HasManyThroughProxy to Fixtu...Gannon McGibbon2018-10-052-32/+32
| * Introduce FixtureSet::TableRows and FixtureSet::TableRowGannon McGibbon2018-10-053-88/+183
| * Introduce FixtureSet::ModelMetadataGannon McGibbon2018-10-052-29/+49
| * Small refactors to FixtureSet::ClassCache and FixtureGannon McGibbon2018-10-051-9/+8
| * Move FixtureSet.create_fixtures reading and inserting sections into private m...Gannon McGibbon2018-10-051-41/+58
| * Organize FixtureSet class methodsGannon McGibbon2018-10-051-102/+104
* | Merge pull request #34114 from Madogiwa0124/update_getting_start_rails_versionEileen M. Uchitelle2018-10-071-1/+1
|\ \
| * | getting started page rails version update to 5.2.1Madogiwa2018-10-071-1/+1
* | | Merge pull request #34089 from lsylvester/test-cache-version-precisionRichard Schneeman2018-10-061-31/+55
|\ \ \
| * | | add test for cache_version precisionLachlan Sylvester2018-10-071-31/+55
|/ / /
* | | Merge pull request #34077 from cllns/clarify-activesupport-instructionYuji Yaginuma2018-10-061-0/+8
|\ \ \
| * | | Add instruction for test environmentSean Collins2018-10-051-0/+8
* | | | Merge pull request #34005 from tgturner/expand-cache-key-bug-fixRichard Schneeman2018-10-052-1/+50
|\ \ \ \
| * | | | Array with single item correctly uses cache_keyGraham Turner2018-10-052-1/+50
|/ / / /
* | | | Merge pull request #34084 from trustvox/masterRafael França2018-10-052-4/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove "include FileUtils" sentence in setup/update bin filesBruno Casali2018-09-172-4/+2
* | | | Remove unnecessary use of `included` in ActiveJob::CoreAlan Wu2018-10-051-21/+19
* | | | Merge pull request #34103 from albertoalmagro/guides-running-test-with-seedGannon McGibbon2018-10-051-0/+20
|\ \ \ \
| * | | | Add documentation to run tests with specific seed [ci skip]Alberto Almagro2018-10-051-0/+20
* | | | | Merge pull request #34101 from gmcgibbon/fix_bundler_1_16_6_test_failuresRafael França2018-10-051-8/+10
|\ \ \ \ \
| * | | | | Remove bundler warnings from bin/setup outputGannon McGibbon2018-10-051-8/+10
| |/ / / /
* | | | | Merge pull request #34097 from kule/masterRafael França2018-10-054-1/+27
|\ \ \ \ \
| * | | | | Parameterized mailers can configure delivery jobLuke Pearce2018-10-054-1/+27
* | | | | | Merge pull request #34102 from gmcgibbon/less_aggressive_auto_labelingRafael França2018-10-051-22/+0
|\ \ \ \ \ \
| * | | | | | Remove some autolabeling globsGannon McGibbon2018-10-051-22/+0
| | |/ / / / | |/| | | |
* / | | | | update nokogiriGreg Molnar2018-10-051-4/+4
|/ / / / /
* | | | | Merge pull request #34096 from prathamesh-sonpatki/exclude-node-modules-for-r...Rafael França2018-10-051-0/+1
|\ \ \ \ \
| * | | | | Skip node_modules dir in the rubocop checkPrathamesh Sonpatki2018-10-051-0/+1
|/ / / / /
* | | | | Merge pull request #34095 from prathamesh-sonpatki/fix-tests-related-to-acGuillermo Iguaran2018-10-054-8/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-054-8/+6
* | | | | Merge pull request #34068 from schneems/schneems/micro-optimize-try-nilRichard Schneeman2018-10-051-2/+2
|\ \ \ \ \
| * | | | | This PR speeds up Nil#try by avoiding an allocation when only one argument is...schneems2018-10-031-2/+2
* | | | | | Merge pull request #34092 from bogdanvlviv/follow-up-33968Ryuta Kamizono2018-10-051-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Exercise stringify of database configurationsbogdanvlviv2018-10-051-0/+5
|/ / / / /
* | | | | Merge pull request #34087 from frodsan/application_job_suggestionsYuji Yaginuma2018-10-051-0/+5
|\ \ \ \ \
| * | | | | Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
|/ / / / /
* | | | | Don't use deprecated `Module#parents`yuuji.yaginuma2018-10-051-1/+1
* | | | | Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-051-2/+2
* | | | | Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt...Martin Spickermann2018-10-052-1/+7
* | | | | Merge pull request #34083 from bogdanvlviv/follow-up-33953Ryuta Kamizono2018-10-051-1/+1
|\ \ \ \ \
| * | | | | Wrap custom id of a header attribute into \" in rails guidesbogdanvlviv2018-10-051-1/+1
* | | | | | Remove `ignore_none: false` to assert no queries more strictlyRyuta Kamizono2018-10-057-31/+31