-
Notifications
You must be signed in to change notification settings - Fork 9
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: madeindjs/active_storage-send_zip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: madeindjs/active_storage-send_zip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 9 files changed
- 6 contributors
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 33b762a - Browse repository at this point
Copy the full SHA 33b762aView commit details
Commits on Dec 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 278f3f2 - Browse repository at this point
Copy the full SHA 278f3f2View commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 65921be - Browse repository at this point
Copy the full SHA 65921beView commit details
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 43a3273 - Browse repository at this point
Copy the full SHA 43a3273View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb9cdc - Browse repository at this point
Copy the full SHA ccb9cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b1160 - Browse repository at this point
Copy the full SHA 92b1160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed5a1f - Browse repository at this point
Copy the full SHA 2ed5a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4259f - Browse repository at this point
Copy the full SHA 3a4259fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4823b11 - Browse repository at this point
Copy the full SHA 4823b11View commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 566a07f - Browse repository at this point
Copy the full SHA 566a07fView commit details
Commits on Feb 22, 2020
-
Merge pull request #8 from GAPartners/master
Recursive File structure
Configuration menu - View commit details
-
Copy full SHA for 9d8ec11 - Browse repository at this point
Copy the full SHA 9d8ec11View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4398e - Browse repository at this point
Copy the full SHA ad4398eView commit details
Commits on Feb 29, 2020
-
Update rake requirement from ~> 10.0 to ~> 13.0 (#13)
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v10.5.0...v13.0.1) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 84311be - Browse repository at this point
Copy the full SHA 84311beView commit details
Commits on Jul 26, 2020
-
Feature : Allow resizing of files before downloading (#22)
* chore: Update `bundler`, `rake` and `Gemfile.lock` Updates the gem dependencies. Update bundler and rake. * feat: Add resize_to_limit filter Allow resizing of zipped files before downloading. * fix: Fix dependency on `service_url` According to the documentation, `service_url` shouldn't be used directly. Replace the call to `service_url` with `url_for`. * fix: send `url_for` isn't supported by all services Sending the `url_for` method isn't supported by all services. * chore: Update `CHANGELOG.yml` Update the `CHANGELOG.yml` for version 0.3.4 with the resize feature. * chore: Update `README.md` Update the `README.md` with details on how to use the resize feature. * chore: Bump version number Increase the version number to 0.3.4. Add my name to the authors. * chore: Document `resize_to_limit` filter Document the `resize_to_limit` filter that can be applied to images before being zipped. * feat: Add a test for `resize_to_limit` Add a test to ensure the behavior of resize_to_limit is working.
Configuration menu - View commit details
-
Copy full SHA for 18b7443 - Browse repository at this point
Copy the full SHA 18b7443View commit details
Commits on Nov 17, 2020
-
Bump actionview from 6.0.3.2 to 6.0.3.3 (#23)
Bumps [actionview](https://github.com/rails/rails) from 6.0.3.2 to 6.0.3.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.3/actionview/CHANGELOG.md) - [Commits](rails/rails@v6.0.3.2...v6.0.3.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2385308 - Browse repository at this point
Copy the full SHA 2385308View commit details
Commits on Feb 27, 2024
-
* Bump actionpack from 6.0.3.3 to 7.0.4.2 Bumps [actionpack](https://github.com/rails/rails) from 6.0.3.3 to 7.0.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.0.3.3...v7.0.4.2) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nokogiri from 1.10.10 to 1.14.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.14.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.10...v1.14.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Update Gemfile.lock * Update rails to 7.1.2 * Bump to rails 7.1.3.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc97d40 - Browse repository at this point
Copy the full SHA cc97d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b916a - Browse repository at this point
Copy the full SHA 84b916aView commit details
There are no files selected for viewing