Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Merge pull request #30023 from y-yagi/remove_unnecessary_doc_directory_deletion | Guillermo Iguaran | 2017-08-01 | 2 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Remove unnecessary `doc` directory deletion | yuuji.yaginuma | 2017-08-01 | 2 | -2/+0 | |
| * | | | | | | | | | | | Update working_with_javascript_in_rails.md | Guillermo Iguaran | 2017-08-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | Path parameters should default to UTF8 | eileencodes | 2017-08-01 | 5 | -14/+44 | |
| * | | | | | | | | | | | Merge pull request #30029 from yhirano55/fix_rails_command_comments | Sean Griffin | 2017-08-01 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | [ci skip] Fix rails_command comments | Yoshiyuki Hirano | 2017-08-01 | 1 | -3/+3 | |
| * | | | | | | | | | | | | Merge pull request #30021 from roberts1000/fix-rubocop-issues | Rafael França | 2017-08-01 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix rubocop style issues in yarn and spring.rb templates" | roberts1000 | 2017-07-31 | 2 | -3/+3 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #30024 from kamipo/remove_redundant_unless_branch | Sean Griffin | 2017-07-31 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Remove redundant `unless current_adapter?(:OracleAdapter)` | Ryuta Kamizono | 2017-07-28 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | Talk about bytes not characters | Rafael Mendonça França | 2017-07-31 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Add backticks around method [ci skip] | Ryuta Kamizono | 2017-08-01 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #30017 from bslobodin/fix-typo-in-assert-changes | Rafael França | 2017-07-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | fix typo in assert_changes error message | Boris Slobodin | 2017-07-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | Merge pull request #30034 from ffmike/patch-1 | Guillermo Iguaran | 2017-08-01 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add Azure configuration to Active Storage template | Mike Gunderloy | 2017-08-01 | 1 | -0/+8 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge pull request #30030 from claudiob/only-disk | Guillermo Iguaran | 2017-08-01 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Let ActiveStorage tests pass only for Disk | claudiob | 2017-08-01 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | Merge pull request #30032 from claudiob/remove-httparty | Guillermo Iguaran | 2017-08-01 | 5 | -21/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Don't depend on HTTParty | claudiob | 2017-08-01 | 5 | -21/+18 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Setup travis to be able to run CI tests against S3 | David Heinemeier Hansson | 2017-07-31 | 5 | -33/+33 | |
* | | | | | | | | | | | | | | Move the direct_upload: true convenience option from the activestorage helper... | David Heinemeier Hansson | 2017-07-31 | 3 | -20/+10 | |
* | | | | | | | | | | | | | | Move to new storage.yml location | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+0 | |
* | | | | | | | | | | | | | | Directory and config installation now done by app_generator | David Heinemeier Hansson | 2017-07-31 | 1 | -7/+0 | |
* | | | | | | | | | | | | | | Create the skeleton directories needed and ignore accordingly | David Heinemeier Hansson | 2017-07-31 | 2 | -0/+8 | |
* | | | | | | | | | | | | | | Fix gitignore to be relative | David Heinemeier Hansson | 2017-07-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Follow form from actioncable | David Heinemeier Hansson | 2017-07-31 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | Load activestorage by default | David Heinemeier Hansson | 2017-07-31 | 2 | -0/+8 | |
* | | | | | | | | | | | | | | Use config/storage.yml as part of the skeleton and loading | David Heinemeier Hansson | 2017-07-31 | 9 | -43/+48 | |
* | | | | | | | | | | | | | | Resolve gemspec typo | David Heinemeier Hansson | 2017-07-31 | 2 | -1/+86 | |
* | | | | | | | | | | | | | | No longer used | David Heinemeier Hansson | 2017-07-31 | 1 | -23/+0 | |
* | | | | | | | | | | | | | | Require activestorage per default with asset pipeline | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Bring activestorage dependencies into the general Gemfile | David Heinemeier Hansson | 2017-07-31 | 3 | -233/+14 | |
* | | | | | | | | | | | | | | Initialize changelog | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | Use standard Rails layout for gemspec | David Heinemeier Hansson | 2017-07-31 | 1 | -12/+24 | |
* | | | | | | | | | | | | | | Include default storage configuration | David Heinemeier Hansson | 2017-07-31 | 5 | -0/+36 | |
* | | | | | | | | | | | | | | Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58' | Rafael Mendonça França | 2017-07-31 | 121 | -0/+7370 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Azure Storage support (#36) | Dino Maric | 2017-07-31 | 7 | -0/+198 | |
| * | | | | | | | | | | | | | Depend on Ruby >=2.2.2 (#85) | Dino Maric | 2017-07-31 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | activestorage.js 0.1.1 | Javan Makhmali | 2017-07-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Configure per-service request headers for direct uploads (#83) | Javan Makhmali | 2017-07-30 | 11 | -20/+81 | |
| * | | | | | | | | | | | | | Convert type inquiry into root predicates for base types alone instead | David Heinemeier Hansson | 2017-07-28 | 2 | -16/+14 |