aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-2111-280/+224
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-2/+2
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
* Merge pull request #34585 from marceloperini/marceloperini/33795Yuji Yaginuma2018-12-031-0/+1
|\
| * add require 'database/setup' in activestorage/test/service/s3_service_test.rbMarcelo Perini Veloso2018-12-011-0/+1
* | Remove obsolete yarn.lock files and check in root yarn.lock fileRichard Macklin2018-12-021-1923/+0
|/
* `metadata` is not passed to serviceyuuji.yaginuma2018-12-011-2/+1
* Add a test with extra keys to active_storage Service#uploadYannick Schutz2018-11-301-0/+19
* Fix `ArgumentError` when uploading to amazon s3Hiroki Sanpei2018-11-282-1/+5
* Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2018-11-281-3/+3
* text is treated as `attachment`yuuji.yaginuma2018-11-281-2/+2
* Fix broken `ActiveStorage::BlobTest`yuuji.yaginuma2018-11-281-1/+1
* Remove duplicated testyuuji.yaginuma2018-11-281-14/+0
* Fix minor Active Storage docs typo [ci skip]Adrian Hawrylak2018-11-281-1/+1
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-2714-38/+172
* ASt direct uploads: account for <button type="submit"> elementsTasos Maschalidis2018-11-242-4/+4
* Add progressive JPG to default variable content typesMaurice Kühlborn2018-11-212-0/+5
* Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
* update activestorage attachment model documentation reflect recent behavior c...Kyle Keesling2018-10-241-3/+2
* Point to requiring the ASt engine in the installation instructions [ci skip]Donnie Propst2018-10-081-0/+2
* Use content_mime_typeGraham Conzett2018-10-081-2/+1
* Fix issue ActiveStorage direct upload diskGraham Conzett2018-10-072-1/+12
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-303-4/+73
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-235-76/+5
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-135-76/+5
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-3/+3
* | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att...bogdanvlviv2018-09-161-0/+4
* | Configure Active Storage route prefixChris Bisnett2018-09-144-12/+19
|/
* use "minitest" consistentlyXavier Noria2018-09-111-2/+1
* Fix zero-byte files uploadMarcelo Perini Veloso2018-09-063-1/+12
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-232-5/+14
* Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-...George Claghorn2018-08-232-20/+7
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-232-7/+20
* Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi...George Claghorn2018-08-229-18/+118
|\
| * Respond with 404 in ActiveStorage::DiskController#show when file missingCameron Bothner2018-08-213-0/+16
| * Translate service-specific missing object exceptions into a generic oneCameron Bothner2018-08-217-18/+102
* | activestorage: yarn buildbogdanvlviv2018-08-191-4/+4
* | Retry ActiveStorage::AnalyzeJobs on download integrity check failuresGeorge Claghorn2018-08-191-0/+2
* | Remove superfluous testGeorge Claghorn2018-08-191-10/+0
* | Enable multiple submit buttons for Active Storage formsChris Seelus2018-08-182-2/+22
|/
* Extract ActiveStorage::SetCurrentGeorge Claghorn2018-08-163-5/+23
* Document all Active Storage error classes [ci skip]George Claghorn2018-08-101-0/+8
* Add a generic base class for Active Storage exceptionsGeorge Claghorn2018-08-102-4/+14
* Extract transformersGeorge Claghorn2018-08-106-70/+146
* DRY up web image checks in ActiveStorage::VariantGeorge Claghorn2018-08-091-18/+24
* Camelize instead of classifyingGeorge Claghorn2018-08-061-1/+1
* Improve ActiveStorage service adapter error handlingJoel Taylor2018-08-062-1/+9
* Fix uploading Tempfiles to Azure StorageGeorge Claghorn2018-08-032-1/+18