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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the indicative mood consistently [ci skip]
George Claghorn
2017-10-22
1
-1
/
+1
*
Fix links [ci skip]
George Claghorn
2017-10-22
1
-2
/
+2
*
Extract metadata from images and videos
George Claghorn
2017-10-22
25
-37
/
+407
*
Merge pull request #30821 from GBH/active-storage-readme
Eileen M. Uchitelle
2017-10-22
1
-0
/
+4
|
\
|
*
how do we install active_storage? [skip ci]
Oleg
2017-10-06
1
-0
/
+4
*
|
[Active Storage] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
|
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
*
|
Clarify comment [ci skip]
George Claghorn
2017-10-13
1
-1
/
+1
*
|
Accept variation keys in #preview and #variant
George Claghorn
2017-10-12
2
-7
/
+12
*
|
Introduce ActiveStorage::Blob#representation
George Claghorn
2017-10-12
4
-0
/
+73
*
|
Replace variation key use with SHA256 of key to prevent long filenames
khall
2017-10-05
2
-1
/
+6
|
/
*
Fix third-party system libraries list in ActiveStorage::Preview [ci skip]
Yoshiyuki Hirano
2017-10-04
1
-2
/
+2
*
Associate blobs with their attachments
George Claghorn
2017-10-03
1
-0
/
+2
*
Fix `test "signed URL generation"` failure
Ryuta Kamizono
2017-09-30
1
-1
/
+1
*
Fix "warning: `*' interpreted as argument prefix"
Ryuta Kamizono
2017-09-30
1
-1
/
+1
*
Preview PDFs and videos
George Claghorn
2017-09-28
35
-68
/
+436
*
Set version in activestorage/package.json in proper format.
bogdanvlviv
2017-09-27
1
-1
/
+1
*
Fixed broken `bundle exec rake install`
yalab
2017-09-26
1
-0
/
+2
*
Add missing word [ci skip]
George Claghorn
2017-09-20
1
-1
/
+1
*
Flesh out ActiveStorage::Filename docs
George Claghorn
2017-09-20
1
-6
/
+14
*
Merge pull request #30629 from yhirano55/add_scope_to_has_one_attached_macro
Eileen M. Uchitelle
2017-09-20
2
-0
/
+19
|
\
|
*
Add `with_attached_*` scope to `has_one_attached` macro
Yoshiyuki Hirano
2017-09-19
2
-0
/
+19
*
|
Remove unused require in ActiveStorage::Variation
Yoshiyuki Hirano
2017-09-18
1
-2
/
+0
|
/
*
Merge pull request #30628 from yhirano55/add_local_option_to_message_form
Ryuta Kamizono
2017-09-17
1
-1
/
+1
|
\
|
*
Add local option to Message form [ci skip]
Yoshiyuki Hirano
2017-09-17
1
-1
/
+1
*
|
Fix file missing in activestorage's example code [ci skip]
Yoshiyuki Hirano
2017-09-17
3
-3
/
+3
|
/
*
Don't expose Active Storage routes
yuuji.yaginuma
2017-09-16
1
-5
/
+5
*
Avoid making HTTP requests to generate signed URLs for GCS objects
George Claghorn
2017-09-13
1
-3
/
+3
*
Fix activestorage direct upload on firefox
_N_I_X_O_N_
2017-09-12
3
-1
/
+3
*
Rename activestorage/test/service/configurations.yml to activestorage/test/se...
George Claghorn
2017-09-11
1
-0
/
+0
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-3
/
+1
*
Use v3 of the AWS SDK
Yuji Yaginuma
2017-09-09
1
-3
/
+3
*
Accept GCS client options
George Claghorn
2017-09-01
1
-2
/
+2
*
Have attachments touch their records
George Claghorn
2017-08-31
1
-1
/
+1
*
Ignore files already deleted on GCS file deletions
Rosa Gutierrez
2017-08-31
1
-1
/
+5
*
Refactor
George Claghorn
2017-08-29
1
-12
/
+10
*
Fix replacing a singular attachment
George Claghorn
2017-08-29
4
-7
/
+50
*
Update Active Storage docs [ci skip]
Yoshiyuki Hirano
2017-08-30
4
-9
/
+17
*
Synchronously destroy attachments
George Claghorn
2017-08-29
2
-9
/
+7
*
Fix order of Active Storage DiskService URL parameters
Koichi ITO
2017-08-26
2
-2
/
+2
*
Enable links in Active Storage docs [ci skip]
Yoshiyuki Hirano
2017-08-26
2
-2
/
+2
*
Fix link in doc for active storage [ci skip]
Yoshiyuki Hirano
2017-08-25
1
-1
/
+1
*
Widen blob size column
George Claghorn
2017-08-24
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
2
-2
/
+2
*
|
Merge pull request #30356 from bogdanvlviv/remove-frozen_string_literal-from-...
Kasper Timm Hansen
2017-08-22
1
-2
/
+0
|
\
\
|
*
|
Remove frozen_string_literal comment from activestorage's migration
bogdanvlviv
2017-08-22
1
-2
/
+0
*
|
|
Add frozen string literal pragma
George Claghorn
2017-08-21
1
-0
/
+2
[next]