aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'Guillermo Iguaran2019-02-085-0/+84
* | | | | Refactor to just use `Association#target=` in `associate_records_to_owner`Ryuta Kamizono2019-02-091-3/+2
* | | | | Merge pull request #34618 from bogdanvlviv/fix-elapsed-time-calculationsKasper Timm Hansen2019-02-084-9/+9
|\ \ \ \ \
| * | | | | Fix elapsed time calculationsbogdanvlviv2019-02-084-9/+9
| |/ / / /
* | | | | Merge pull request #35193 from kamipo/fix_exists_with_distinct_and_offsetRyuta Kamizono2019-02-082-4/+18
|\ \ \ \ \
| * | | | | Fix `relation.exists?` with giving both `distinct` and `offset`Ryuta Kamizono2019-02-082-4/+18
* | | | | | Merge pull request #35178 from bogdan/has-many-sizeRyuta Kamizono2019-02-082-2/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bugfix has_many association #size when ids reader is cached and association i...Bogdan Gusiev2019-02-082-2/+17
* | | | | | Refactor extracting `current_scope_restoring_block` into the scoping classRyuta Kamizono2019-02-082-5/+9
* | | | | | Merge pull request #35099 from yahonda/diag35098Ryuta Kamizono2019-02-082-3/+4
|\ \ \ \ \ \
| * | | | | | Address `test_belongs_to_does_not_use_order_by` failure due to checking order...Yasuo Honda2019-02-082-3/+4
|/ / / / / /
* | | | | | Merge pull request #35187 from jhawthorn/db-selection-resolver_contextEileen M. Uchitelle2019-02-073-7/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Update CHANGELOG for database_resolver_contextJohn Hawthorn2019-02-071-2/+2
| * | | | | Rename database_operations config to *_contextJohn Hawthorn2019-02-072-5/+6
|/ / / / /
* | | | | Merge pull request #35182 from jhawthorn/db-selection-refactorEileen M. Uchitelle2019-02-073-19/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Rename database selector operations to contextJohn Hawthorn2019-02-072-18/+18
| * | | | Rename resolver ivar to operations in ResolverJohn Hawthorn2019-02-061-7/+7
| * | | | Rename Session.build to Session.callJohn Hawthorn2019-02-062-2/+2
| | |/ / | |/| |
* | | | Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_createRyuta Kamizono2019-02-075-6/+45
|\ \ \ \
| * | | | Fix `relation.create` to avoid leaking scope to initialization block and call...Ryuta Kamizono2019-02-075-6/+45
|/ / / /
* | | | Refactor around scopingRyuta Kamizono2019-02-075-18/+16
* | | | Merge pull request #35036 from rails/av-base-subclassAaron Patterson2019-02-0619-66/+137
|\ \ \ \
| * | | | Fix deprecation warnings and call superAaron Patterson2019-02-061-2/+2
| * | | | Fix some typos!Aaron Patterson2019-02-062-1/+5
| * | | | Add a message to help allocate AV::Base instancesAaron Patterson2019-02-061-1/+5
| * | | | Deprecate finalizer configuration (it doesn't do anything)Aaron Patterson2019-02-064-0/+49
| * | | | Rename method so it is more descriptiveAaron Patterson2019-02-061-3/+3
| * | | | Pull generated methods up in to the anonymous subclassAaron Patterson2019-02-063-19/+8
| * | | | 🚨 Make the cops happy 🚨Aaron Patterson2019-02-063-3/+3
| * | | | Remove finalizer and configurationAaron Patterson2019-02-065-50/+0
| * | | | Regenerate AV::Base subclass when DetailsKey gets clearedAaron Patterson2019-02-062-3/+29
| * | | | Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-0613-35/+84
* | | | | Allow skipping incineration of processed emailsPratik2019-02-066-1/+23
| |/ / / |/| | |
* | | | Merge pull request #35174 from ypresto/fix-concat-retvalRyuta Kamizono2019-02-064-35/+10
|\ \ \ \
| * | | | Fix `CollectionProxy#concat` to return self by alias it to `#<<`Yuya Tanaka2019-02-064-35/+10
* | | | | Merge pull request #34971 from y-yagi/improve_railties_testYuji Yaginuma2019-02-062-4/+24
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Preload all component gemsyuuji.yaginuma2019-02-061-0/+2
| * | | | Restrict frameworks to load in engine testyuuji.yaginuma2019-02-061-4/+22
| |/ / /
* | | | Merge pull request #35173 from betterzega/masterYuji Yaginuma2019-02-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update terminal-to-html inline images url in ScreenshotHelperbetterzega2019-02-051-1/+1
|/ / /
* | | Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-pathsAaron Patterson2019-02-053-12/+18
|\ \ \ | |/ / |/| |
| * | Restrict matching with word boundary or end of stringPetri Avikainen2019-02-052-12/+12
| * | Define word boundary for unanchored path regexpPetri Avikainen2019-02-053-12/+18
* | | Merge pull request #35171 from rails/speed-up-partialsAaron Patterson2019-02-053-19/+41
|\ \ \
| * | | Speed up partial rendering by caching "variable" calculationAaron Patterson2019-02-053-19/+41
* | | | Merge pull request #35170 from palkan/fix/encrypted-fileRafael França2019-02-051-1/+2
|\ \ \ \
| * | | | Add missing `require "tmpdir"` in ActiveSupport::EncryptedFileVladimir Dementyev2019-02-051-1/+2
* | | | | Relation no longer respond to Arel methodsRyuta Kamizono2019-02-063-19/+8
* | | | | Merge branch 'float_dom_ids'Gannon McGibbon2019-02-053-5/+27
|\ \ \ \ \
| * | | | | Fix unique DOM IDs for collection inputsMark Edmondson2019-01-253-5/+26