Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cloud service's links to README of Active Storage [ci skip] | Yoshiyuki Hirano | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -0/+14 |
| | |||||
* | how do we install active_storage? [skip ci] | Oleg | 2017-10-06 | 1 | -0/+4 |
| | |||||
* | 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] | ||||
| * | Add local option to Message form [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * MessagesController redirects to `GET /message/:id`. * It looks it don't expect XHR request. * `form_with` behaves for XHR by default. * I've added `local: true` option to `form_with`. | ||||
* | | Fix file missing in activestorage's example code [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 1 | -1/+1 |
|/ | | | | | * File.open("~/face.jpg") raise error: `Errno::ENOENT: No such file or directory @ rb_sysopen - ~/face.jpg` | ||||
* | minor tweaks in Active Storage after a walkthrough | Xavier Noria | 2017-08-15 | 1 | -7/+22 |
| | |||||
* | Remove unnedded Active Storage installation steps | Rafael Mendonça França | 2017-08-11 | 1 | -8/+0 |
| | | | | | Active Storage was now merged to master and it is automatically installed in a new application. | ||||
* | Microsoft Azure --> Microsoft Azure Storage [ci skip] | Ryuta Kamizono | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084) | Anton Khamets | 2017-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * Extend image_tag to accept ActiveStorage's Attachments and Variants * Flip resolve_image_source around * Add tests for the new use-cases of image_tag * Remove the higher-level test * Update image_tag documentation * Add error states into the test suite * Re-raise polymorhic_url's NoMethodError as ArgumentError * delegate_missing_to will raise DelegationError instead of NoMethodError | ||||
* | Pass over Active Storage readme [ci skip] (#30086) | Vipul A M | 2017-08-06 | 1 | -2/+2 |
| | |||||
* | Fix repository URL [ci skip] | yuuji.yaginuma | 2017-08-05 | 1 | -1/+1 |
| | | | | changed `rails/activestorage` to `rails/rails`. | ||||
* | Tweak requires | Mike Gunderloy | 2017-08-02 | 1 | -1/+1 |
| | | | Omit azure-core (it's required by azure-storage), remove require:false to match other points. | ||||
* | 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 |
| | |||||
* | Add Azure to readme | Bryan Lim | 2017-08-02 | 1 | -3/+1 |
| | | | previously https://github.com/rails/activestorage/pull/86 | ||||
* | 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 |
| | |||||
* | Use config/storage.yml as part of the skeleton and loading | David Heinemeier Hansson | 2017-07-31 | 1 | -1/+1 |
| | |||||
* | Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58' | Rafael Mendonça França | 2017-07-31 | 1 | -0/+151 |
git-subtree-dir: activestorage git-subtree-mainline: 0d58e7e478e79c2d6b2a39a4444d2a17a903b2a6 git-subtree-split: 3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58 |