aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.david2018-05-282-5/+5
* Remove unnecessary `with_default_enforce_utf8` methodyuuji.yaginuma2018-05-281-9/+0
* Parse raw value only when a value came from user in numericality validatorRyuta Kamizono2018-05-282-3/+8
* Fix that association's after_touch is not called with counter cacheRyuta Kamizono2018-05-273-0/+31
* Fix inconsistent touching behavior between assigning and unassigningRyuta Kamizono2018-05-274-3/+29
* Fix `belongs_to_counter_cache_after_update` to respect polymorphic type changeRyuta Kamizono2018-05-274-3/+21
* Avoid a subquery in updating counter cacheRyuta Kamizono2018-05-262-7/+8
* Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...Ryuta Kamizono2018-05-262-1/+20
* Fix `different_target?` to respect custom primary key counterRyuta Kamizono2018-05-262-3/+13
* Eager loading won't mutate owner recordRyuta Kamizono2018-05-253-11/+27
* Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-256-5/+32
* Merge pull request #32982 from ruralocity/update-dateandtime-calculations-docsGeorge Claghorn2018-05-241-2/+2
|\
| * Improve grammar for DateAndTime before? and after? calculations [ci skip]Aaron Sumner2018-05-241-2/+2
* | Merge pull request #32979 from eugeneius/stale_commentRyuta Kamizono2018-05-251-1/+1
|\ \ | |/ |/|
| * Update stale issue comment to mention 5-2-stableEugene Kenny2018-05-241-1/+1
|/
* Merge pull request #32976 from oamado/fix_doc_broken_linkGuillermo Iguaran2018-05-241-1/+1
|\
| * update README link: md instead rdoc [ci skip]Oscar Amado2018-05-241-1/+1
|/
* Merge pull request #32975 from oamado/fix_activejob_docGuillermo Iguaran2018-05-241-1/+1
|\
| * correct link to activejob readme [ci skip]Oscar Amado2018-05-241-1/+1
|/
* Merge pull request #32968 from utilum/shadowing_outer_variableGeorge Claghorn2018-05-231-8/+6
|\
| * Avoid 2.6 warning: shadowing outer local variable - listutilum2018-05-231-8/+6
* | Merge pull request #30406 from eliotsykes/reduce-spring-watch-callsRafael Mendonça França2018-05-231-6/+6
|\ \
| * | Minimize Spring.watch callsEliot Sykes2017-08-251-6/+6
* | | Merge pull request #32969 from utilum/enable_warningsRafael França2018-05-233-9/+9
|\ \ \ | |_|/ |/| |
| * | Enable warnings in all test tasksutilum2018-05-233-9/+9
|/ /
* | Eager autoload mail gem when eager load is true (#32808)Samuel Cochran2018-05-232-0/+11
* | Merge pull request #32967 from javan/ast/jpg-video-previewsJavan Makhmali2018-05-233-7/+7
|\ \
| * | Change video preview format from PNG to JPGJavan Makhmali2018-05-233-7/+7
|/ /
* | Merge pull request #32882 from utilum/unnecessary_mockingEileen M. Uchitelle2018-05-235-39/+24
|\ \
| * | remove unnecessary mocking in ActionCable testsutilum2018-05-225-39/+24
* | | Fix RDoc formatting: `+` doesn't work with space [ci skip]yuuji.yaginuma2018-05-231-1/+1
* | | Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changesRafael França2018-05-222-2/+4
|\ \ \
| * | | Clearer error message in assert_changeslxxxvi2018-05-052-2/+4
* | | | Merge pull request #32699 from printercu/patch-3Rafael França2018-05-221-1/+7
|\ \ \ \
| * | | | Respect NODE_ENV when running `rails yarn:install`printercu2018-04-231-1/+7
* | | | | Merge pull request #32851 from yskkin/doc_require_dependencyRafael França2018-05-221-0/+4
|\ \ \ \ \
| * | | | | Document require_dependency [ci skip]Yoshiyuki Kinjo2018-05-091-0/+4
* | | | | | Merge pull request #32144 from kazu9su/masterGeorge Claghorn2018-05-221-0/+4
|\ \ \ \ \ \
| * | | | | | Add ActiveStorage::Service::DiskService#url_for_direct_upload testtommy2018-03-011-0/+4
* | | | | | | Merge pull request #32958 from frewsxcv/patch-1Rafael França2018-05-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Indicate `true` in a doc comment is code-like.Corey Farwell2018-05-221-1/+1
|/ / / / / / /
* | | | | | | Bump minimum version of Thor to 0.19.0Guillermo Iguaran2018-05-222-2/+2
* | | | | | | Merge pull request #32825 from utilum/fewer_tt.eclosure_callsRafael França2018-05-221-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove 7 years old note-to-self by tenderloveutilum2018-05-221-2/+0
* | | | | | | | Rollback parent transaction when children fails to update (#32796)Guillaume Malette2018-05-223-2/+22
* | | | | | | | Merge pull request #32934 from aki77/fix-locale-selectorRafael França2018-05-221-7/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix locale selectoraki2018-05-191-7/+10
* | | | | | | | Merge pull request #32865 from yahonda/another_31988Rafael França2018-05-222-5/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable foreign keys during `alter_table` for sqlite3 adapterYasuo Honda2018-05-222-5/+56
* | | | | | | | | Merge pull request #32938 from utilum/range_case_equalityRafael França2018-05-225-30/+91
|\ \ \ \ \ \ \ \ \