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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract variation value object
David Heinemeier Hansson
2017-07-21
4
-58
/
+71
*
Better naming
David Heinemeier Hansson
2017-07-21
1
-2
/
+3
*
True is the same as no arguments
David Heinemeier Hansson
2017-07-20
1
-3
/
+4
*
Consistent naming
David Heinemeier Hansson
2017-07-20
1
-2
/
+2
*
Make processing an explicit step
David Heinemeier Hansson
2017-07-20
1
-4
/
+8
*
Fix-up variants controller
David Heinemeier Hansson
2017-07-20
1
-22
/
+0
*
Move controllers to default engine location for auto loading
David Heinemeier Hansson
2017-07-20
2
-52
/
+0
*
Extract routes.rb to engine location for auto configuration
David Heinemeier Hansson
2017-07-20
2
-14
/
+0
*
Use a unique blob variant key for storage
David Heinemeier Hansson
2017-07-20
1
-2
/
+10
*
Do real transformations in a safe way
David Heinemeier Hansson
2017-07-20
1
-4
/
+20
*
Follow AR like naming of factory method
David Heinemeier Hansson
2017-07-20
2
-2
/
+2
*
Easier access to the variant of a blob
David Heinemeier Hansson
2017-07-20
1
-0
/
+5
*
Merge branch 'master' into variants
David Heinemeier Hansson
2017-07-20
10
-29
/
+42
|
\
|
*
Accept S3 upload options (e.g. server_side_encryption)
James Baer
2017-07-20
1
-3
/
+5
|
*
Add direct upload support to GCS service
Michael Herold
2017-07-17
1
-0
/
+11
|
*
Splat options
George Claghorn
2017-07-16
1
-16
/
+2
|
*
Fix a typo in S3Service
colorfulfool
2017-07-16
1
-3
/
+1
|
*
Swap branches
George Claghorn
2017-07-15
1
-3
/
+3
|
*
Merge pull request #48 from seanhandley/hosted_s3
George Claghorn
2017-07-15
1
-2
/
+18
|
|
\
|
|
*
Allow custom endpoints for S3.
Sean Handley
2017-07-15
1
-2
/
+18
|
*
|
Put conditional back
George Claghorn
2017-07-14
1
-2
/
+2
|
*
|
Fixing logger to work with Rails 5.2.0.alpha
Stanislav Gospodinov
2017-07-15
1
-3
/
+3
|
*
|
Merge pull request #53 from colorfulfool/error-messages
George Claghorn
2017-07-14
2
-2
/
+5
|
|
\
\
|
|
*
|
Fail early if no storage service is specified
colorfulfool
2017-07-15
1
-0
/
+3
|
|
*
|
Don't fail on boot because of missing S3 keys when S3 is not used
colorfulfool
2017-07-15
1
-2
/
+2
|
|
|
/
|
*
/
Revert back to the original implementaion with varaibles
dixpac
2017-07-14
1
-2
/
+8
|
|
/
|
*
Added rubocop / codeclimate config and fixed current offenses (#45)
Cristian Bica
2017-07-14
7
-12
/
+12
|
*
Remove few ivars from gcs_service implementation
dixpac
2017-07-13
1
-8
/
+2
|
*
Merge pull request #42 from quartzmo/gcs-site-url
George Claghorn
2017-07-12
1
-2
/
+2
|
|
\
|
|
*
Update GCSService#url
Chris Smith
2017-07-12
1
-2
/
+2
|
*
|
Revert "S3: slim down service implementation (#40)" (#41)
David Heinemeier Hansson
2017-07-12
1
-24
/
+36
|
|
/
|
*
S3: slim down service implementation (#40)
Jeremy Daer
2017-07-11
1
-36
/
+24
|
*
Expose chunked downloads
George Claghorn
2017-07-10
2
-6
/
+6
*
|
Very incomplete first stab
David Heinemeier Hansson
2017-07-11
5
-24
/
+112
|
/
*
Accept sgids for existing blobs created via direct upload as an attachable
David Heinemeier Hansson
2017-07-09
1
-0
/
+4
*
Direct uploads for S3
David Heinemeier Hansson
2017-07-09
7
-2
/
+42
*
Copypasta comments
David Heinemeier Hansson
2017-07-09
1
-3
/
+0
*
Instrument and log the services
David Heinemeier Hansson
2017-07-09
6
-32
/
+168
*
Merge pull request #27 from dixpac/fix_configuration_keys_symbolization
David Heinemeier Hansson
2017-07-09
1
-1
/
+1
|
\
|
*
Symbolize all keys inside configuration nested hash
dixpac
2017-07-09
1
-1
/
+1
*
|
Ensure binary encoding for downloading
David Heinemeier Hansson
2017-07-09
1
-1
/
+1
|
/
*
Use class methods scope now that we have multiple
David Heinemeier Hansson
2017-07-09
1
-14
/
+16
*
Clarify how a service can build other composed services
Jeremy Daer
2017-07-09
3
-34
/
+36
*
Service: clarify Service.build arguments
Jeremy Daer
2017-07-09
2
-5
/
+5
*
Configure services that reference other services
Jeremy Daer
2017-07-08
5
-28
/
+69
*
Mirror: explicit primary service and list of mirrors
Jeremy Daer
2017-07-08
1
-10
/
+9
*
Merge pull request #21 from jeremy/disk-binary-io
David Heinemeier Hansson
2017-07-09
1
-8
/
+4
|
\
|
*
Disk service: use binary IO throughout, not UTF-8
Jeremy Daer
2017-07-08
1
-8
/
+4
*
|
Disk storage: ensure URLs end with the blob filename since some user agents d...
Jeremy Daer
2017-07-08
3
-5
/
+5
|
/
*
Merge pull request #15 from robin850/documentation
David Heinemeier Hansson
2017-07-08
6
-5
/
+100
|
\
[next]