Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix tests for AWS buckets that include a . (#30059) | Claudio B | 2017-08-04 | 2 | -3/+7 | |
| * | | Add Active Storage to README and release (#30065) | Claudio B | 2017-08-04 | 2 | -1/+3 | |
| * | | Make sure the test fails if the code chages | Rafael Mendonça França | 2017-08-04 | 1 | -8/+10 | |
| * | | Do not call isolate_namespace on the application | Rafael Mendonça França | 2017-08-04 | 1 | -1/+9 | |
| * | | Include active_storage in all generated application.rb files | David Heinemeier Hansson | 2017-08-04 | 3 | -1/+4 | |
| * | | Convert to strings so array can be sorted deterministically | David Heinemeier Hansson | 2017-08-04 | 1 | -3/+3 | |
| * | | Deterministic comparisons please | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+3 | |
| * | | Do not change the entire codebase style only because of active_storage | Rafael Mendonça França | 2017-08-03 | 2 | -5/+2 | |
| * | | Merge pull request #30041 from dixpac/change_azure_core_dependecy | Rafael França | 2017-08-03 | 2 | -13/+4 | |
| |\ \ | ||||||
| | * | | Depend on offical azure-core | dixpac | 2017-08-03 | 2 | -13/+4 | |
| * | | | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 2 | -6/+5 | |
| * | | | Merge pull request #30061 from claudiob/ast-rubocop | Rafael França | 2017-08-03 | 5 | -5/+5 | |
| |\ \ \ | ||||||
| | * | | | Make Rubocop happier about ActiveStorage | claudiob | 2017-08-03 | 5 | -5/+5 | |
| * | | | | We need to require the top file before individual one | Rafael Mendonça França | 2017-08-03 | 1 | -0/+1 | |
| * | | | | Do not eager load ActiveRecord::Base | Rafael Mendonça França | 2017-08-03 | 6 | -22/+6 | |
| * | | | | Merge branch 'active-storage-import' of github.com:rails/rails into active-st... | David Heinemeier Hansson | 2017-08-03 | 5 | -7/+85 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove duplicated convert_direct_upload_option_to_url | Rafael Mendonça França | 2017-08-03 | 2 | -7/+4 | |
| | * | | | | Refactor convert_direct_upload_option_to_url | Rafael Mendonça França | 2017-08-03 | 2 | -3/+35 | |
| | * | | | | Make sure Action View doesn't break with Active Storage | Rafael Mendonça França | 2017-08-03 | 3 | -1/+50 | |
| * | | | | | Active Storage routes are now part of the default routes | David Heinemeier Hansson | 2017-08-03 | 1 | -9/+37 | |
| |/ / / / | ||||||
| * | | | | Same issue from AR getting loaded earlier | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+3 | |
| * | | | | Including new default classes in loading test | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+3 | |
| * | | | | Active Storage loads AR earlier to extend it so require env later | David Heinemeier Hansson | 2017-08-03 | 1 | -3/+7 | |
| * | | | | There is no reason to single line methods here | Rafael Mendonça França | 2017-08-03 | 1 | -4/+12 | |
| |/ / / | ||||||
| * | | | Generating the app is where the exception is now raised | David Heinemeier Hansson | 2017-08-03 | 1 | -1/+1 | |
| * | | | Can't initialize a message verifier without a key base | David Heinemeier Hansson | 2017-08-03 | 1 | -1/+3 | |
| * | | | Merge pull request #30053 from ffmike/patch-2 | Richard Schneeman | 2017-08-03 | 1 | -1/+2 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Tweak requires | Mike Gunderloy | 2017-08-02 | 1 | -1/+1 | |
| | * | | Use release azure-core gem | Mike Gunderloy | 2017-08-02 | 1 | -1/+1 | |
| | * | | Update README.md | Mike Gunderloy | 2017-08-02 | 1 | -1/+1 | |
| | * | | Add Azure gems to README | Mike Gunderloy | 2017-08-02 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Merge pull request #30046 from kamipo/fix_string_literals_violations_for_acti... | Rafael França | 2017-08-02 | 17 | -28/+27 | |
| |\ \ | ||||||
| | * | | Fix `Style/StringLiterals` violations for Active Storage | Ryuta Kamizono | 2017-08-03 | 17 | -28/+27 | |
| |/ / | ||||||
| * | | Merge branch 'master' into active-storage-import | David Heinemeier Hansson | 2017-08-02 | 38 | -110/+211 | |
| |\ \ | ||||||
| * \ \ | Merge pull request #30040 from rbarysas/active-storage-import | Ryuta Kamizono | 2017-08-02 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | Add Azure to the available services list | Rolandas Barysas | 2017-08-02 | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #30035 from ytbryan/patch-1 | Ryuta Kamizono | 2017-08-02 | 1 | -3/+1 | |
| |\ \ \ | ||||||
| | * | | | Add Azure to readme | Bryan Lim | 2017-08-02 | 1 | -3/+1 | |
| |/ / / | ||||||
| * | | | Skip if credentials aren't provided | David Heinemeier Hansson | 2017-08-01 | 2 | -2/+2 | |
| * | | | Fix dummy app for inclusion in Rails | David Heinemeier Hansson | 2017-08-01 | 1 | -2/+1 | |
| * | | | Remove circular dependency | David Heinemeier Hansson | 2017-08-01 | 1 | -2/+0 | |
| * | | | Merge branch 'master' into active-storage-import | David Heinemeier Hansson | 2017-08-01 | 17 | -35/+71 | |
| |\ \ \ | ||||||
| * | | | | Prevent interpolation of ERB elements | David Heinemeier Hansson | 2017-08-01 | 1 | -6/+6 | |
| * | | | | Add the storage.yml file by default | David Heinemeier Hansson | 2017-08-01 | 1 | -0/+1 | |
| * | | | | Follow same format as action_cable | David Heinemeier Hansson | 2017-08-01 | 1 | -1/+3 | |
| * | | | | Cut down on installation advice | David Heinemeier Hansson | 2017-08-01 | 1 | -8/+4 | |
| * | | | | Drop README terms no longer relevant | David Heinemeier Hansson | 2017-08-01 | 1 | -12/+0 | |
| * | | | | Add require | David Heinemeier Hansson | 2017-08-01 | 1 | -0/+1 | |
| * | | | | We moved to storage.yml | David Heinemeier Hansson | 2017-08-01 | 2 | -35/+1 | |
| * | | | | Rely on top-level files | David Heinemeier Hansson | 2017-08-01 | 2 | -150/+0 |