-
I'm not sure if this is a Rails problem or a Carrierwave problem or if it even is a problem at all.
Anyhow, some background information about the problem is on my Stackoverflow question (and answer…
-
Many projects rely on CI to check if updating the version of a dependency will lead to problems. The current policy of PaperTrail to not enforce its upper Rails version dependency means that CI will r…
-
## Environment
- Ruby 2.6.5
- Rails 6.1.3
- Simple Form 5.1.0
## Current behavior
I have a varchar column field named "poa" inside a table named "poas". When I use f.input on that field it…
-
Vue.js側でSVGタグをCanvasに描画してtoDataURLで出力した画像(base64エンコード済み)をOGP画像として扱うため、
クラウドストレージにアップロードする
記述の上で `$ bundle install` 実行
```
gem 'carrierwave'
```
以下のコマンドを実行
`$ bundle exec rails g uploader sh…
-
# 概要
ヘロクでの公開について。
ローカルからリポジトリへのpushでエラー
# 実現したいこと
ヘロクにpushを行いたい
# 困っていること
リポジトリーへのpushでエラーが発生する
# 困っていることがバグの場合は事象やログ、エラーメッセージをできるだけそのまま(抜粋などしない)下記に記載してください。
remote:
remote: !
re…
-
Rails 6.1 with carrierwave 1.2.3 and fog 2.1.0
I have a Document model that mounts a DocsUploader. Which use to work well before upgrading Rails. Everything seems to work fine, and the file is uplo…
-
I'm new to the rails
and after installing gem, I tried to upload image. but I get this error..."data can't be blank"
I'm trying to use carrierwave and aws s3.(I think I followed instructions correctly…
ghost updated
2 years ago
-
```
AccessDeniedInvalid according to Policy: Policy Condition failed: ["starts-with", "$utf8", ""]A1AA13A9F53FC78FmjV4fhkvwUKnSk+fllWtqcr63DRRUAi91kInaMHdbQPr9Y87U5t0Y+OoFcSaWzijOab9ekeM9NI=
```
I'm …
-
I've been using this map field ( https://github.com/RocKhalil/rails_admin_map_field ) for some time, and I think it's a good option to include it in the main rails admin repo.
Do you think it's wor…
-
Pretty self explanatory - is it possible to use CarrierWave (like in Spina 0.x.x) instead of ActiveStorage for image handling via Spina?
Issues with AS:
- every image request gets sent to the app
…