fog-local icon indicating copy to clipboard operation
fog-local copied to clipboard

Module for the 'fog' gem to support local filesystem storage

Results 9 fog-local issues
Sort by recently updated
recently updated
newest added

0.6 used `URI.escape`, which uses `URI::DEFAULT_PARSER.regexp[:UNSAFE]` (`/[^\-_.!~*'()a-zA-Z\d;\/?:@&=+$,\[\]]/`) under the hood to determine which characters to escape. This did not escape characters like forward slashes. [The change in 0.7](https://github.com/fog/fog-local/commit/8832480bd0400df6208c0aa5a1ae1cc1c640bf45#diff-b820b7d09012babc35db2d82bbfeac67adc0ed130c6172d63af128804877ebb3R70-R71) uses a...

Hi, we've run in to issues using Fog as a local blobstore from multiple concurrent clients. Specifically the [`.save` method](https://github.com/fog/fog/blob/master/lib/fog/local/models/storage/file.rb#L99) creates parent directories (**ab/cd**/abcd-efgh-ijkl) only if they don't exist before...

pinned

Ruby is slowly moving towards frozen string literals by default. This is from [Ruby 3.4.0 release](https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/) > String literals in files without a frozen_string_literal comment now emit a deprecation warning...

Bumps [fog/.github](https://github.com/fog/.github) from 1.4.0 to 1.5.0. Commits c362761 rename workflow templates from ruby to ci 7d50834 drop ruby 3.0 from ci matrix (now EOL) 78324ac Bump actions/stale from 4 to...

dependencies
github_actions

Here's a README patch that updates Travis CI badge to GH Actions badge (which should be start working when #29 was merged) and removes gemnasium badge which seems not to...

Currently, CI on this repo is not running https://github.com/fog/fog-local/actions/workflows/ruby.yml since fog/.github workflow has been renamed from "ruby" to "ci" via https://github.com/fog/.github/commit/e2424dd8d7f59adff152f5f1aef16f24d32978c3 This patch enables the CI by following the upstream...