-
RailsでJWT認証
https://kinjouj.github.io/2018/07/jwt-authentication-rails.html
OpenSSL::PKey::RSA.generate(2048) って何?
https://ozuma.hatenablog.jp/entry/20130510/1368114329
https://qiita.com/mitsw…
-
I'm upgrading from Rails 5.1 to 5.2 with Active Record now at 5.2.3. I'm using bitmask 1.0.
I'm just trying to do a db:create and I get the below error.
It worked before with Rails 5.1. Any idea…
-
- Ruby 3.2.2
- Rails 7.2.0
- Devise 4.9.4
Following the upgrade, this code from `app/models/user.rb:89:in 'find_for_database_authentication'` triggers a NoMethodError:
```
def self.find_for_…
-
With a new deployment, I am unable to upload images neither single file or by CSV. The files are uploaded to the ```public/uploads/spotlight/featured_image/``` directory and the rows are added to the …
ghost updated
6 years ago
-
Hi! I'm using a simple app in Rack to forward requests from one server to another server that runs a Rails app, and most requests are working fine except when submitting a form. It's related with the …
-
I am putting changes live to a site which includes this plugin (v0.0.7) for the first time.
There are instructions in the wiki to "create symlinks between sub-domains and main domain www directory", …
-
## Issue
When using an Environment which contains secrets, Bruno will successfully run requests directly, and through the Collection Runner just fine.
However, running those same tests using the B…
-
When i'm using trestle `0.9.2` I got:
[screen](http://image.noelshack.com/fichiers/2020/28/2/1594112627-screenshot-2020-07-07-at-11-02-40.png)
And When I'm using trestle `0.9.3`I got :
[scree…
-
Hey,
First, thank you for implementing this awesome library 👍
Somehow my Slackserver is quite unstable. I keep getting disconnects (which is fine by itself), but after that, TWO Bots connect. So …
-
We want to move away from the gRPC network to improve reliability and debuggability. The gRPC network is used for several purposes:
- Registry ("public credentials")
- Publishing revocations (public…