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
...
|
*
Update yarn lock
Rafael Mendonça França
2017-11-27
1
-10
/
+0
|
*
Avoid connecting to GCS during app boot
George Claghorn
2017-11-23
2
-12
/
+14
|
*
Fix loading ActiveStorage::DiskController when CSRF protection is disabled by...
George Claghorn
2017-11-21
1
-1
/
+1
*
|
Merge branch 'master' into activestorage-guide
Jeffrey Guenther
2017-11-21
1
-10
/
+10
|
\
|
|
*
Fix that some ASt route helpers silently discarded options
George Claghorn
2017-11-21
1
-10
/
+10
*
|
Merge branch 'master' into activestorage-guide
Jeffrey Guenther
2017-11-20
9
-17
/
+169
|
\
|
|
*
Provide attachment writers
George Claghorn
2017-11-20
2
-0
/
+40
|
*
Load 5.2 defaults in ASt dummy app
George Claghorn
2017-11-20
1
-1
/
+1
|
*
Fix direct uploads to local service
George Claghorn
2017-11-20
3
-0
/
+6
|
*
Permit attaching files to new records
George Claghorn
2017-11-19
3
-5
/
+53
|
*
Fix ASt CI failure with rack-test 0.7.1
Ryuta Kamizono
2017-11-20
1
-1
/
+1
|
*
Introduce ActiveStorage::Attached::{One,Many}#detach
George Claghorn
2017-11-14
3
-7
/
+40
|
*
Preserve existing metadata when analyzing a blob
George Claghorn
2017-11-13
3
-3
/
+28
*
|
Merge branch 'master' into activestorage-guide
Jeffrey Guenther
2017-11-09
8
-23
/
+30
|
\
|
|
*
Remove needless block parameter
George Claghorn
2017-11-07
1
-1
/
+1
|
*
Fix streaming downloads from S3/Azure Storage
George Claghorn
2017-11-06
3
-7
/
+17
|
*
Permit configuring Active Storage's job queue
George Claghorn
2017-11-03
5
-16
/
+13
*
|
Fixes typo in docs
Jeffrey Guenther
2017-11-02
1
-1
/
+1
|
/
*
Allow third-party previewers/analyzers to customize their tempdirs
George Claghorn
2017-11-02
2
-3
/
+10
*
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
[prev]
[next]