aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* :scissors:Ryuta Kamizono2018-06-101-1/+1
* Update `config.active_storage.variable_content_types` default value in guides...yuuji.yaginuma2018-06-101-1/+1
* Merge pull request #33078 from bogdanvlviv/add-remove-requireRyuta Kamizono2018-06-095-13/+5
|\
| * Add missing `require`bogdanvlviv2018-06-072-0/+5
| * Remove unused `require`bogdanvlviv2018-06-073-13/+0
* | Avoid Node.js v10.4.0 for nowyuuji.yaginuma2018-06-091-1/+1
* | Merge pull request #33087 from bogdanvlviv/document-CompareWithRangeRafael França2018-06-081-1/+1
|\ \
| * | Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
| |/
* | Merge pull request #33102 from bogdanvlviv/refactor-actioncable-testsRafael França2018-06-0818-45/+12
|\ \
| * | Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-0813-36/+3
| * | Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-089-9/+9
* | | Merge pull request #33103 from bogdanvlviv/fix-using-of-method_call_assertionsRafael França2018-06-083-5/+2
|\ \ \
| * | | Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol...bogdanvlviv2018-06-092-2/+2
| * | | Remove extra `include ActiveSupport::Testing::MethodCallAssertions`bogdanvlviv2018-06-081-3/+0
| |/ /
* | | Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-082-8/+47
|\ \ \ | |/ / |/| |
| * | Action Cable owns database connection, not Active RecordJon Moss2017-03-252-8/+47
* | | Merge pull request #33089 from bogdanvlviv/refactor-attached_test.rbGeorge Claghorn2018-06-071-19/+21
|\ \ \
| * | | Refactor activestorage/test/models/attached_test.rbbogdanvlviv2018-06-071-19/+21
| | |/ | |/|
* | | Revert "Merge pull request #33085 from bogdanvlviv/refactor-attached_test.rb"George Claghorn2018-06-071-21/+19
* | | Merge pull request #33085 from bogdanvlviv/refactor-attached_test.rbGeorge Claghorn2018-06-071-19/+21
|\ \ \
| * | | Refactor activestorage/test/models/attached_test.rbbogdanvlviv2018-06-071-19/+21
| |/ /
* | | Merge pull request #33086 from bogdanvlviv/fix-index_with-in-guideGeorge Claghorn2018-06-071-2/+2
|\ \ \ | |/ / |/| |
| * | Fix example of `index_with`bogdanvlviv2018-06-071-2/+2
|/ /
* | Escape newlines in the GCS private key for valid YAML [ci skip]George Claghorn2018-06-061-1/+1
* | Fix GROUP BY queries to apply LIMIT/OFFSET after aggregationsRyuta Kamizono2018-06-072-1/+19
* | Fix `collection.create` to could be rolled back by `after_save`Ryuta Kamizono2018-06-073-3/+30
* | Reuse existing model for testing duplicated children recordsRyuta Kamizono2018-06-073-19/+13
* | Merge pull request #33067 from kamipo/fix_force_equalityRafael França2018-06-063-1/+11
|\ \
| * | Fix force equality checking not to break the serialized attribute with ArrayRyuta Kamizono2018-06-063-1/+11
* | | Merge pull request #33066 from chalofa/alias_child_joinsRyuta Kamizono2018-06-062-2/+27
|\ \ \ | |/ / |/| |
| * | Child joins should be aliased when merging relationsChalo Fernandez2018-06-062-2/+27
|/ /
* | Merge pull request #33051 from SamSaffron/masterMatthew Draper2018-06-063-3/+3
|\ \
| * | PERF: avoid allocating column names where possibleSam2018-06-063-3/+3
* | | Merge pull request #33029 from fedxgibson/raise_with_duplicate_columnsEileen M. Uchitelle2018-06-043-2/+23
|\ \ \
| * | | Migrations will raise an exception if there are multiple column definitions (...Federico Martinez2018-06-013-2/+23
* | | | Merge pull request #33047 from artfuldodger/patch-3Eileen M. Uchitelle2018-06-041-1/+1
|\ \ \ \
| * | | | Fix testing guide typoJon Evans2018-06-011-1/+1
| | |/ / | |/| |
* | | | Merge pull request #33053 from lazyatom/patch-3Ryuta Kamizono2018-06-051-1/+1
|\ \ \ \
| * | | | Correct default value of `unknown_asset_fallback`James Adam2018-06-041-1/+1
|/ / / /
* | | | Initialization block is a part of `build_record`Ryuta Kamizono2018-06-047-14/+22
* | | | Don't expose `Enumerable#_original_sum_with_required_identity` which is inter...yuuji.yaginuma2018-06-041-1/+5
* | | | Exclude upload time from instrumented preview timeGeorge Claghorn2018-06-031-5/+10
* | | | Fix `save` in `after_create_commit` won't invoke extra `after_create_commit`Ryuta Kamizono2018-06-042-10/+25
* | | | Remove unnecessary testyuuji.yaginuma2018-06-032-8/+2
* | | | `record.destroy` on new record won't invoke after create commit callbacksRyuta Kamizono2018-06-032-1/+9
|/ / /
* | | Merge pull request #33039 from ybakos/guides/layouts_and_rendering_class_spel...Prem Sichanugrist2018-06-021-1/+1
|\ \ \ | |/ / |/| |
| * | Capitalize class name 'Product'.Yong Bakos2018-06-011-1/+1
* | | Merge pull request #33018 from kddeisz/defined-attachmentsRafael França2018-06-016-24/+147
|\ \ \
| * | | Ensure reflection_class_for is privateKevin Deisz2018-05-312-36/+40
| * | | Move ActiveStorage reflection logic entirely into ActiveStorageKevin Deisz2018-05-314-46/+76