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
...
*
|
Add executable file `activestorage/bin/test`
bogdanvlviv
2017-08-20
1
-0
/
+5
*
|
Remove Active Storage code climate config file
Jon Moss
2017-08-18
1
-7
/
+0
*
|
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
|
/
*
Merge pull request #30280 from koic/change_namespace_of_active_storage_rake_task
Ryuta Kamizono
2017-08-16
1
-1
/
+1
|
\
|
*
Change namespace of Active Storage rake task
Koichi ITO
2017-08-16
1
-1
/
+1
*
|
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-2
/
+2
|
/
*
restores some double newlines deleted in ae87217
Xavier Noria
2017-08-15
3
-0
/
+6
*
minor tweaks in Active Storage after a walkthrough
Xavier Noria
2017-08-15
15
-48
/
+59
*
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
*
Merge pull request #30211 from koic/frozen_activestorage
Matthew Draper
2017-08-13
74
-4
/
+148
|
\
|
*
Use frozen string literal in Active Storage
Koichi ITO
2017-08-12
74
-4
/
+148
*
|
Use `references` to respect primary key type in active storage tables
Ryuta Kamizono
2017-08-13
1
-5
/
+3
|
/
*
Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-file
Rafael França
2017-08-11
2
-2
/
+8
|
\
|
*
Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H...
Isaac Betesh
2017-08-11
2
-2
/
+8
*
|
Merge pull request #30147 from yhirano55/fix_trailing_blank_lines
Rafael França
2017-08-11
2
-2
/
+0
|
\
\
|
*
|
[Active Storage] `rubocop -a --only Layout/TrailingBlankLines`
Yoshiyuki Hirano
2017-08-09
3
-3
/
+1
*
|
|
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
|
|
/
/
*
|
|
Remove unnedded Active Storage installation steps
Rafael Mendonça França
2017-08-11
1
-8
/
+0
*
|
|
Merge pull request #30201 from kamipo/eval_active_storage_attached_name_only_...
Rafael França
2017-08-11
1
-12
/
+8
|
\
\
\
|
*
|
|
Evaluate `@active_storage_attached_#{name}` only once
Ryuta Kamizono
2017-08-12
1
-12
/
+8
*
|
|
|
Merge pull request #30202 from kamipo/add_null_false_to_active_storage_tables
Rafael França
2017-08-11
1
-10
/
+10
|
\
\
\
\
|
*
|
|
|
Add `null: false` to Active Storage tables
Ryuta Kamizono
2017-08-12
1
-10
/
+10
|
|
/
/
/
*
/
/
/
Enable browser caching for blobs and variants (#30196)
Anton Khamets
2017-08-11
3
-0
/
+17
|
/
/
/
*
|
|
Microsoft Azure --> Microsoft Azure Storage [ci skip]
Ryuta Kamizono
2017-08-12
1
-1
/
+1
*
|
|
Fix formatting of Active Storage docs [ci skip]
Koichi ITO
2017-08-11
7
-33
/
+33
*
|
|
Fix formatting of Active Storage docs [ci skip]
yuuji.yaginuma
2017-08-11
9
-36
/
+36
|
|
/
|
/
|
*
|
Run Active Storage tests in CI (#30144)
George Claghorn
2017-08-10
4
-20
/
+18
*
|
Isolate ActiveStorage namespaces (#30095)
Dino Maric
2017-08-10
2
-1
/
+3
*
|
Fix a typo
qsona
2017-08-10
1
-1
/
+1
|
/
*
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 #30118 from georgeclaghorn/active-storage-load-hooks
Rafael França
2017-08-08
1
-16
/
+15
|
\
\
|
*
|
Set ActiveStorage::Blob.service when ActiveStorage::Blob is loaded
George Claghorn
2017-08-08
1
-16
/
+15
*
|
|
Merge pull request #30135 from ffmike/azure-storage-fix-content-type
Rafael Mendonça França
2017-08-08
2
-3
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support content_type in AzureStorageService#url
Mike Gunderloy
2017-08-08
2
-2
/
+12
*
|
|
ActiveStorage:Add migrations per rails engine conventions (#30111)
Dino Maric
2017-08-08
3
-12
/
+4
|
/
/
*
/
Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)
Anton Khamets
2017-08-07
2
-1
/
+41
|
/
*
Active Storage to 5.2.0.alpha inside `activestorage/package.json`
bogdanvlviv
2017-08-06
1
-1
/
+1
*
Pass over Active Storage readme [ci skip] (#30086)
Vipul A M
2017-08-06
1
-2
/
+2
*
Merge branch 'master' into ast-module
David Heinemeier Hansson
2017-08-05
12
-24
/
+30
|
\
|
*
Merge pull request #30068 from kamipo/user_start_with_than_regexp
David Heinemeier Hansson
2017-08-05
1
-4
/
+4
|
|
\
|
|
*
Use `content_type.start_with?("...")` than `content_type =~ /^.../`
Ryuta Kamizono
2017-08-05
1
-4
/
+4
|
*
|
Merge pull request #30081 from y-yagi/fix_ruby_warnings
David Heinemeier Hansson
2017-08-05
6
-11
/
+17
|
|
\
\
|
|
*
|
Fix ruby warnings
yuuji.yaginuma
2017-08-05
6
-11
/
+17
|
*
|
|
Merge pull request #30080 from georgeclaghorn/active-storage-secret-key-base
David Heinemeier Hansson
2017-08-05
1
-1
/
+1
|
|
\
\
\
[prev]
[next]