aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add the ability to disable the global CSP in a controllerAndrew White2018-03-082-1/+19
* | | Allow using inline style and script in the internal controllersyuuji.yaginuma2018-03-081-0/+13
* | | Quote string return values in doc examples [ci skip]Andrew White2018-03-081-2/+2
* | | Add example of maintaining context with `route_for`Andrew White2018-03-081-0/+6
* | | Merge pull request #32175 from bogdanvlviv/express-route_for-as-public-apiAndrew White2018-03-081-1/+13
|\ \ \ | |/ / |/| |
| * | Express `ActionDispatch::Routing::UrlFor#route_for` as public apibogdanvlviv2018-03-071-1/+13
* | | Merge pull request #32183 from kivikakk/uri-ext-fixEileen M. Uchitelle2018-03-073-2/+12
|\ \ \
| * | | URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-073-2/+12
* | | | [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
|/ / /
* | | Don't call changes in `changes_applied` unless requiredSean Griffin2018-03-061-1/+3
* | | Revert "PERF: Recover `changes_applied` performance (#31698)"Sean Griffin2018-03-064-45/+75
* | | Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-068-35/+104
* | | 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