aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Update test to reflect GCS direct upload header changeGeorge Claghorn2018-03-061-1/+1
* | | | | Allow selectively purging attached blobsNicholas Shirley2018-03-063-12/+46
* | | | | Remove blank Content-Type from GCS direct upload headersGeorge Claghorn2018-03-061-1/+1
* | | | | Merge pull request #32119 from fegorodscy/masterAndrew White2018-03-064-1/+58
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix dependence on has_one/belongs_to relationshipsFernando Gorodscy2018-03-064-1/+58
|/ / / /
* | | | Update Gemfile.lock to reflect Capybara 3.xYuji Yaginuma2018-03-061-1/+1
* | | | update comment to reflect new supported patterns [ci skip]Xavier Noria2018-03-061-0/+4
* | | | Allow Capybara 3.x (#32151)Thomas Walpole2018-03-053-3/+3
* | | | whitelist NULLS { FIRST | LAST } in order clausesXavier Noria2018-03-062-1/+28
* | | | Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-054-25/+35
* | | | Delete dependent attachments with recordGeorge Claghorn2018-03-053-2/+17
* | | | Update skip_after_callbacks_if_terminated documentationRafael Mendonça França2018-03-051-2/+2
|/ / /
* | | Correct the ActiveStorage::Service#download_chunk docs [ci skip]George Claghorn2018-03-051-1/+1
* | | Fix that after commit callbacks on update does not triggered when optimistic ...Ryuta Kamizono2018-03-063-53/+42
* | | Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-0517-74/+66
* | | Merge pull request #32174 from bogdanvlviv/remove-extra-passing-arg-to-run_ro...Ryuta Kamizono2018-03-061-1/+1
|\ \ \
| * | | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command`bogdanvlviv2018-03-051-1/+1
| |/ /
* | | Merge pull request #32170 from koic/deprecate_safe_level_of_erb_new_in_ruby_2_6Ryuta Kamizono2018-03-052-2/+13
|\ \ \ | |/ / |/| |
| * | Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-052-2/+13
* | | Introduce `_update_row` to decouple optimistic locking concern from `Persiste...Ryuta Kamizono2018-03-052-28/+45
* | | Introduce `_delete_record` and use it for deleting a recordRyuta Kamizono2018-03-052-21/+23
* | | Prefer `_update_record` than `update_all` for updating a recordRyuta Kamizono2018-03-052-28/+35
* | | Refactor `_substitute_values` to be passed attribute names and valuesRyuta Kamizono2018-03-053-23/+15
* | | `id_in_database` should be respected as primary key value for persisted recordsRyuta Kamizono2018-03-053-2/+41
* | | Handle another case where a blob might be erroneously purgedGeorge Claghorn2018-03-042-5/+22
* | | Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-052-1/+7
* | | Avoid purging attached blob when replacing it with itselfGeorge Claghorn2018-03-042-2/+18
* | | [ci skip] Fix grammar in delegate, private: true docs.Kasper Timm Hansen2018-03-041-5/+4
* | | Merge pull request #32058 from gsamokovarov/rails-server-x-optionKasper Timm Hansen2018-03-048-61/+184
|\ \ \
| * | | Extract Rails::Command::SpellcheckerGenadi Samokovarov2018-03-045-41/+65
| * | | Introduce explicit rails server handler optionGenadi Samokovarov2018-03-043-20/+119
* | | | Fix routes command tests broken in e137831726.Kasper Timm Hansen2018-03-041-23/+16
* | | | Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-BignumRyuta Kamizono2018-03-055-19/+11
|\ \ \ \
| * | | | Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-045-19/+11
* | | | | Merge pull request #32166 from bogdanvlviv/fix-actionview-tests-executionKasper Timm Hansen2018-03-041-7/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix actionview tests executionbogdanvlviv2018-03-041-7/+8
|/ / / /
* | | | Merge pull request #32164 from ydakuka/patch-1Ryuta Kamizono2018-03-041-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix links in the psql guide [ci skip]Yauheni Dakuka2018-03-041-2/+2
* | | | Merge pull request #32162 from kaspth/ast-unify-preview-variant-routes-and-co...Kasper Timm Hansen2018-03-047-100/+74
|\ \ \ \ | |/ / / |/| | |
| * | | Merge Previews/Variants controller into one Representations controller.Kasper Timm Hansen2018-03-037-100/+74
|/ / /
* / / `id_in_database` do not return nil value for persisted recordRyuta Kamizono2018-03-042-4/+4
|/ /
* | Eager loading with polymorphic associations should behave consistentlyRyuta Kamizono2018-03-043-9/+9
* | Extract all `base_class.name` as `polymorphic_name`Ryuta Kamizono2018-03-048-23/+43
* | Fix RDoc formatting [ci skip]yuuji.yaginuma2018-03-031-1/+1
* | Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-024-108/+5
* | Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-026-75/+6
* | Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-024-8/+8
* | Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-017-10/+10
* | PostgreSQL adapter also supports bulk alter since #31331 [ci skip]yuuji.yaginuma2018-03-021-1/+1
* | Remove staled comment for `JoinDependency#initialize`Ryuta Kamizono2018-03-021-21/+0