aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Use v3 of the AWS SDKYuji Yaginuma2017-09-091-3/+3
* Accept GCS client optionsGeorge Claghorn2017-09-011-2/+2
* Have attachments touch their recordsGeorge Claghorn2017-08-311-1/+1
* Ignore files already deleted on GCS file deletionsRosa Gutierrez2017-08-311-1/+5
* RefactorGeorge Claghorn2017-08-291-12/+10
* Fix replacing a singular attachmentGeorge Claghorn2017-08-294-7/+50
* Update Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-304-9/+17
* Synchronously destroy attachmentsGeorge Claghorn2017-08-292-9/+7
* Fix order of Active Storage DiskService URL parametersKoichi ITO2017-08-262-2/+2
* Enable links in Active Storage docs [ci skip]Yoshiyuki Hirano2017-08-262-2/+2
* Fix link in doc for active storage [ci skip]Yoshiyuki Hirano2017-08-251-1/+1
* Widen blob size columnGeorge Claghorn2017-08-241-1/+1
* Merge pull request #30213 from ckundo/ccundiff-alt-text-defaultRafael Mendonça França2017-08-231-3/+3
|\
| * Do not generate default alt text in image tagsCameron Cundiff2017-08-171-3/+3
* | Use 5.2 version of ActiveRecord::Migration for Active Storagebogdanvlviv2017-08-222-2/+2
* | Merge pull request #30356 from bogdanvlviv/remove-frozen_string_literal-from-...Kasper Timm Hansen2017-08-221-2/+0
|\ \
| * | Remove frozen_string_literal comment from activestorage's migrationbogdanvlviv2017-08-221-2/+0
* | | Add frozen string literal pragmaGeorge Claghorn2017-08-211-0/+2
* | | Encode Content-Disposition filenames according to RFC 2231George Claghorn2017-08-216-4/+74
|/ /
* | Update regexGeorge Claghorn2017-08-201-1/+1
* | Fix testsGeorge Claghorn2017-08-204-4/+4
* | Fix syntax errorGeorge Claghorn2017-08-201-1/+1
* | DRYGeorge Claghorn2017-08-208-16/+20
* | Rename ActiveStorage::Filename#extname to extension_with_delimiterGeorge Claghorn2017-08-202-9/+29
* | Add executable file `activestorage/bin/test`bogdanvlviv2017-08-201-0/+5
* | Remove Active Storage code climate config fileJon Moss2017-08-181-7/+0
* | Merge pull request #30292 from maclover7/jm-ast-purgeGeorge Claghorn2017-08-171-0/+7
|\ \
| * | Add missing test for Blob#purgeJon Moss2017-08-171-0/+7
| |/
* / Use nil Logger for testsJon Moss2017-08-171-1/+1
|/
* Merge pull request #30280 from koic/change_namespace_of_active_storage_rake_taskRyuta Kamizono2017-08-161-1/+1
|\
| * Change namespace of Active Storage rake taskKoichi ITO2017-08-161-1/+1
* | Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
|/
* restores some double newlines deleted in ae87217Xavier Noria2017-08-153-0/+6
* minor tweaks in Active Storage after a walkthroughXavier Noria2017-08-1515-48/+59
* Move test to its proper placeGeorge Claghorn2017-08-141-0/+0
* Run Active Storage service tests in CIGeorge Claghorn2017-08-141-0/+0
* Should escape regexp wildcard character `.`Koichi ITO2017-08-143-4/+4
* Merge pull request #30211 from koic/frozen_activestorageMatthew Draper2017-08-1374-4/+148
|\
| * Use frozen string literal in Active StorageKoichi ITO2017-08-1274-4/+148
* | Use `references` to respect primary key type in active storage tablesRyuta Kamizono2017-08-131-5/+3
|/
* Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-fileRafael França2017-08-112-2/+8
|\
| * Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H...Isaac Betesh2017-08-112-2/+8
* | Merge pull request #30147 from yhirano55/fix_trailing_blank_linesRafael França2017-08-112-2/+0
|\ \
| * | [Active Storage] `rubocop -a --only Layout/TrailingBlankLines`Yoshiyuki Hirano2017-08-093-3/+1
* | | Merge pull request #30113 from dixpac/remove_unecessary_require_in_test_helperRafael França2017-08-111-2/+0
|\ \ \
| * | | Remove unecessary require in test_helperdixpac2017-08-091-2/+0
| |/ /
* | | Remove unnedded Active Storage installation stepsRafael Mendonça França2017-08-111-8/+0
* | | Merge pull request #30201 from kamipo/eval_active_storage_attached_name_only_...Rafael França2017-08-111-12/+8
|\ \ \
| * | | Evaluate `@active_storage_attached_#{name}` only onceRyuta Kamizono2017-08-121-12/+8
* | | | Merge pull request #30202 from kamipo/add_null_false_to_active_storage_tablesRafael França2017-08-111-10/+10
|\ \ \ \