index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activestorage
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `require_relative` instead of `require` with full path in activestorage/
bogdanvlviv
2017-10-13
1
-1
/
+1
*
Define path with __dir__ in activestorage/
bogdanvlviv
2017-10-13
3
-4
/
+4
*
Introduce ActiveStorage::Blob#representation
George Claghorn
2017-10-12
2
-0
/
+43
*
Replace variation key use with SHA256 of key to prevent long filenames
khall
2017-10-05
1
-0
/
+5
*
Fix `test "signed URL generation"` failure
Ryuta Kamizono
2017-09-30
1
-1
/
+1
*
Preview PDFs and videos
George Claghorn
2017-09-28
16
-17
/
+128
*
Add `with_attached_*` scope to `has_one_attached` macro
Yoshiyuki Hirano
2017-09-19
1
-0
/
+13
*
Rename activestorage/test/service/configurations.yml to activestorage/test/se...
George Claghorn
2017-09-11
1
-0
/
+0
*
Fix replacing a singular attachment
George Claghorn
2017-08-29
1
-0
/
+25
*
Fix order of Active Storage DiskService URL parameters
Koichi ITO
2017-08-26
1
-1
/
+1
*
Merge pull request #30213 from ckundo/ccundiff-alt-text-default
Rafael Mendonça França
2017-08-23
1
-3
/
+3
|
\
|
*
Do not generate default alt text in image tags
Cameron Cundiff
2017-08-17
1
-3
/
+3
*
|
Use 5.2 version of ActiveRecord::Migration for Active Storage
bogdanvlviv
2017-08-22
1
-1
/
+1
*
|
Encode Content-Disposition filenames according to RFC 2231
George Claghorn
2017-08-21
3
-3
/
+35
*
|
Update regex
George Claghorn
2017-08-20
1
-1
/
+1
*
|
Fix tests
George Claghorn
2017-08-20
4
-4
/
+4
*
|
DRY
George Claghorn
2017-08-20
2
-3
/
+3
*
|
Rename ActiveStorage::Filename#extname to extension_with_delimiter
George Claghorn
2017-08-20
1
-0
/
+18
*
|
Merge pull request #30292 from maclover7/jm-ast-purge
George Claghorn
2017-08-17
1
-0
/
+7
|
\
\
|
*
|
Add missing test for Blob#purge
Jon Moss
2017-08-17
1
-0
/
+7
|
|
/
*
/
Use nil Logger for tests
Jon Moss
2017-08-17
1
-1
/
+1
|
/
*
Move test to its proper place
George Claghorn
2017-08-14
1
-0
/
+0
*
Run Active Storage service tests in CI
George Claghorn
2017-08-14
1
-0
/
+0
*
Should escape regexp wildcard character `.`
Koichi ITO
2017-08-14
3
-4
/
+4
*
Use frozen string literal in Active Storage
Koichi ITO
2017-08-12
45
-3
/
+89
*
Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-file
Rafael França
2017-08-11
1
-1
/
+7
|
\
|
*
Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H...
Isaac Betesh
2017-08-11
1
-1
/
+7
*
|
Merge pull request #30113 from dixpac/remove_unecessary_require_in_test_helper
Rafael França
2017-08-11
1
-2
/
+0
|
\
\
|
*
|
Remove unecessary require in test_helper
dixpac
2017-08-09
1
-2
/
+0
*
|
|
Enable browser caching for blobs and variants (#30196)
Anton Khamets
2017-08-11
1
-0
/
+15
|
|
/
|
/
|
*
|
Run Active Storage tests in CI (#30144)
George Claghorn
2017-08-10
4
-20
/
+18
|
/
*
Merge pull request #30112 from dixpac/filter_minitest_backtrace
Rafael França
2017-08-08
1
-0
/
+4
|
\
|
*
Filter out Minitest backtrace.
dixpac
2017-08-07
1
-0
/
+4
*
|
Merge pull request #30135 from ffmike/azure-storage-fix-content-type
Rafael Mendonça França
2017-08-08
1
-1
/
+8
|
\
\
|
*
|
Support content_type in AzureStorageService#url
Mike Gunderloy
2017-08-08
1
-0
/
+9
*
|
|
ActiveStorage:Add migrations per rails engine conventions (#30111)
Dino Maric
2017-08-08
1
-2
/
+1
|
/
/
*
/
Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)
Anton Khamets
2017-08-07
1
-0
/
+40
|
/
*
Fix ruby warnings
yuuji.yaginuma
2017-08-05
5
-9
/
+9
*
Rename Azure to AzureStorage (#30057)
Dino Maric
2017-08-04
3
-5
/
+5
*
Fix tests for AWS buckets that include a . (#30059)
Claudio B
2017-08-04
2
-3
/
+7
*
Make Rubocop happier about ActiveStorage
claudiob
2017-08-03
1
-1
/
+1
*
Fix `Style/StringLiterals` violations for Active Storage
Ryuta Kamizono
2017-08-03
15
-25
/
+25
*
Skip if credentials aren't provided
David Heinemeier Hansson
2017-08-01
2
-2
/
+2
*
Fix dummy app for inclusion in Rails
David Heinemeier Hansson
2017-08-01
1
-2
/
+1
*
Merge pull request #30030 from claudiob/only-disk
Guillermo Iguaran
2017-08-01
1
-1
/
+3
|
\
|
*
Let ActiveStorage tests pass only for Disk
claudiob
2017-08-01
1
-1
/
+3
*
|
Don't depend on HTTParty
claudiob
2017-08-01
3
-15
/
+18
|
/
*
Setup travis to be able to run CI tests against S3
David Heinemeier Hansson
2017-07-31
4
-33
/
+31
*
Move to new storage.yml location
David Heinemeier Hansson
2017-07-31
1
-0
/
+0
*
Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'
Rafael Mendonça França
2017-07-31
65
-0
/
+1424