aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacksRafael Mendonça França2018-09-134-1/+32
|\
| * Allow subclasses to redefine autosave callbacks for associated recordsAndrey Subbota2018-07-274-1/+32
* | Merge pull request #33853 from yahonda/use_utf8mb4_only_if_availableJeremy Daer2018-09-133-4/+19
|\ \
| * | Drop MySQL 5.1 supportYasuo Honda2018-09-132-2/+6
| * | Raise an exception if :charset is not specified and large prefixes / utf8mb4 ...Yasuo Honda2018-09-131-1/+1
| * | Validate if `utf8mb4` character set and longer index key prefix is supportedYasuo Honda2018-09-132-2/+13
* | | Merge pull request #33872 from sharang-d/fix-typoRafael França2018-09-131-1/+1
|\ \ \
| * | | Update arguments.rb [ci skip]Sharang Dashputre2018-09-131-1/+1
|/ / /
* | | Merge pull request #33869 from bogdanvlviv/add-changelog-entries-for-33849Ryuta Kamizono2018-09-132-0/+8
|\ \ \
| * | | Add changelog entries for #33849 [ci skip]bogdanvlviv2018-09-132-0/+8
|/ / /
* | | Merge pull request #33844 from kamipo/too_many_eager_load_idsRyuta Kamizono2018-09-136-5/+29
|\ \ \ | |/ / |/| |
| * | Eager loading/preloading should be worked regardless of large number of recordsRyuta Kamizono2018-09-126-5/+29
* | | Merge pull request #33860 from jhawthorn/faster_find_templatesRafael França2018-09-121-13/+53
|\ \ \
| * | | Fix for variants: :any special caseJohn Hawthorn2018-09-121-1/+3
| * | | Use wildcard glob for optimized template resolvingJohn Hawthorn2018-09-121-13/+51
* | | | Add a test that exercice better the behavior we expect in the query cacheRafael Mendonça França2018-09-121-2/+43
* | | | Merge pull request #33849 from ricardotk002/include-helpers-action-dispatch-i...Rafael França2018-09-122-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Include test helpers when ActionDispatch::IntegrationTest is loadedRicardo Díaz2018-09-122-1/+8
* | | | Merge pull request #33854 from rigani/integer-multipleRafael França2018-09-121-1/+1
|\ \ \ \
| * | | | Faster multiple_of? methodrigani2018-09-121-1/+1
* | | | | Merge pull request #33832 from bogdanvlviv/follow-up-33756Rafael França2018-09-125-31/+55
|\ \ \ \ \
| * | | | | Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entrybogdanvlviv2018-09-122-8/+13
| * | | | | Build string set when `filter_attributes` is assignedbogdanvlviv2018-09-122-7/+19
| * | | | | DRY `activerecord/lib/active_record/core.rb` and fix testsbogdanvlviv2018-09-122-20/+27
| * | | | | Clarify docs of `config.filter_parameters` and `#filter_attributes`bogdanvlviv2018-09-122-2/+2
|/ / / / /
* | | | | Merge pull request #33856 from eileencodes/fix-query-cache-to-load-before-fir...Eileen M. Uchitelle2018-09-122-3/+34
|\ \ \ \ \
| * | | | | Fix query cache to load before first requestEileen Uchitelle2018-09-122-3/+34
|/ / / / /
* | | | | Merge pull request #33852 from sharang-d/patch-2Yuji Yaginuma2018-09-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update test_helper_test.rbSharang Dashputre2018-09-121-1/+1
|/ / / /
* | | | Merge pull request #33848 from sharang-d/patch-2Rafael França2018-09-111-1/+1
|\ \ \ \
| * | | | Update action_mailer_basics.md [ci skip]Sharang Dashputre2018-09-121-1/+1
|/ / / /
* | | | Merge pull request #33819 from kevindew/yarn-pathRafael França2018-09-111-1/+1
|\ \ \ \
| * | | | Run yarn install relative to Rails.rootKevin Dew2018-09-071-1/+1
* | | | | Merge pull request #33483 from DylanReile/masterRafael França2018-09-111-0/+2
|\ \ \ \ \
| * | | | | Disable content security policy for mailer previewsDylan Reile2018-07-301-0/+2
* | | | | | Merge pull request #27792 from tjoyal/sandbox-tagged-loggingRafael Mendonça França2018-09-113-10/+35
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | TaggedLogging to return a new logger instanceThierry Joyal2017-02-273-10/+34
* | | | | | Merge pull request #33821 from schneems/schneems/digester-no-arrayRichard Schneeman2018-09-112-10/+22
|\ \ \ \ \ \
| * | | | | | Move digest path calculation out of loopschneems2018-09-112-10/+22
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-forRafael França2018-09-112-3/+53
|\ \ \ \ \ \
| * | | | | | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keysMauro Berlanda2018-09-112-3/+53
* | | | | | | use "minitest" consistentlyXavier Noria2018-09-1117-21/+19
* | | | | | | Merge pull request #33795 from marceloperini/marceloperini/33450-active-storageRafael França2018-09-113-1/+12
|\ \ \ \ \ \ \
| * | | | | | | Fix zero-byte files uploadMarcelo Perini Veloso2018-09-063-1/+12
* | | | | | | | Merge pull request #33785 from bogdanvlviv/follow-up-33773-33779Rafael França2018-09-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Clarify changelog entry added in #33779 [ci skip]bogdanvlviv2018-09-031-1/+1
* | | | | | | | | Merge pull request #33824 from yskkin/suppress_loggingRafael França2018-09-117-23/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add `perform_deliveries` to a payload of `deliver.action_mailer` notification.Yoshiyuki Kinjo2018-09-095-27/+41
| * | | | | | | | | Skip delivery notification when perform_deliveries is false.Yoshiyuki Kinjo2018-09-085-1/+22
* | | | | | | | | | Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-119-12/+25
| |_|_|_|/ / / / / |/| | | | | | | |