aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #30041 from dixpac/change_azure_core_dependecyRafael França2017-08-032-13/+4
| |\
| | * Depend on offical azure-coredixpac2017-08-032-13/+4
| * | Fix all rubocop violationsRafael Mendonça França2017-08-032-6/+5
| * | Merge pull request #30061 from claudiob/ast-rubocopRafael França2017-08-035-5/+5
| |\ \
| | * | Make Rubocop happier about ActiveStorageclaudiob2017-08-035-5/+5
| * | | We need to require the top file before individual oneRafael Mendonça França2017-08-031-0/+1
| * | | Do not eager load ActiveRecord::BaseRafael Mendonça França2017-08-036-22/+6
| * | | Merge branch 'active-storage-import' of github.com:rails/rails into active-st...David Heinemeier Hansson2017-08-035-7/+85
| |\ \ \
| | * | | Remove duplicated convert_direct_upload_option_to_urlRafael Mendonça França2017-08-032-7/+4
| | * | | Refactor convert_direct_upload_option_to_urlRafael Mendonça França2017-08-032-3/+35
| | * | | Make sure Action View doesn't break with Active StorageRafael Mendonça França2017-08-033-1/+50
| * | | | Active Storage routes are now part of the default routesDavid Heinemeier Hansson2017-08-031-9/+37
| |/ / /
| * | | Same issue from AR getting loaded earlierDavid Heinemeier Hansson2017-08-031-3/+3
| * | | Including new default classes in loading testDavid Heinemeier Hansson2017-08-031-3/+3
| * | | Active Storage loads AR earlier to extend it so require env laterDavid Heinemeier Hansson2017-08-031-3/+7
| * | | There is no reason to single line methods hereRafael Mendonça França2017-08-031-4/+12
| |/ /
| * | Generating the app is where the exception is now raisedDavid Heinemeier Hansson2017-08-031-1/+1
| * | Can't initialize a message verifier without a key baseDavid Heinemeier Hansson2017-08-031-1/+3
| * | Merge pull request #30053 from ffmike/patch-2Richard Schneeman2017-08-031-1/+2
| |\ \ | | |/ | |/|
| | * Tweak requiresMike Gunderloy2017-08-021-1/+1
| | * Use release azure-core gemMike Gunderloy2017-08-021-1/+1
| | * Update README.mdMike Gunderloy2017-08-021-1/+1
| | * Add Azure gems to READMEMike Gunderloy2017-08-021-1/+2
| |/
| * Merge pull request #30046 from kamipo/fix_string_literals_violations_for_acti...Rafael França2017-08-0217-28/+27
| |\
| | * Fix `Style/StringLiterals` violations for Active StorageRyuta Kamizono2017-08-0317-28/+27
| |/
| * Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-0238-110/+211
| |\
| * \ Merge pull request #30040 from rbarysas/active-storage-importRyuta Kamizono2017-08-021-0/+1
| |\ \
| | * | Add Azure to the available services listRolandas Barysas2017-08-021-0/+1
| |/ /
| * | Merge pull request #30035 from ytbryan/patch-1Ryuta Kamizono2017-08-021-3/+1
| |\ \
| | * | Add Azure to readme Bryan Lim2017-08-021-3/+1
| |/ /
| * | Skip if credentials aren't providedDavid Heinemeier Hansson2017-08-012-2/+2
| * | Fix dummy app for inclusion in RailsDavid Heinemeier Hansson2017-08-011-2/+1
| * | Remove circular dependencyDavid Heinemeier Hansson2017-08-011-2/+0
| * | Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-0117-35/+71
| |\ \
| * | | Prevent interpolation of ERB elementsDavid Heinemeier Hansson2017-08-011-6/+6
| * | | Add the storage.yml file by defaultDavid Heinemeier Hansson2017-08-011-0/+1
| * | | Follow same format as action_cableDavid Heinemeier Hansson2017-08-011-1/+3
| * | | Cut down on installation adviceDavid Heinemeier Hansson2017-08-011-8/+4
| * | | Drop README terms no longer relevantDavid Heinemeier Hansson2017-08-011-12/+0
| * | | Add requireDavid Heinemeier Hansson2017-08-011-0/+1
| * | | We moved to storage.ymlDavid Heinemeier Hansson2017-08-012-35/+1
| * | | Rely on top-level filesDavid Heinemeier Hansson2017-08-012-150/+0
| * | | Merge pull request #30034 from ffmike/patch-1Guillermo Iguaran2017-08-011-0/+8
| |\ \ \
| | * | | Add Azure configuration to Active Storage templateMike Gunderloy2017-08-011-0/+8
| |/ / /
| * | | Merge pull request #30030 from claudiob/only-diskGuillermo Iguaran2017-08-011-1/+3
| |\ \ \
| | * | | Let ActiveStorage tests pass only for Diskclaudiob2017-08-011-1/+3
| * | | | Merge pull request #30032 from claudiob/remove-httpartyGuillermo Iguaran2017-08-015-21/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Don't depend on HTTPartyclaudiob2017-08-015-21/+18
| |/ / /
| * | | Setup travis to be able to run CI tests against S3David Heinemeier Hansson2017-07-315-33/+33
| * | | Move the direct_upload: true convenience option from the activestorage helper...David Heinemeier Hansson2017-07-313-20/+10