-
```
RuntimeError at /delayed_job/overview
you need to set up a session middleware *before* Rack::Protection::AuthenticityToken
```
I'm not sure how.
We're setting up DJ in our config.ru as per the r…
-
Hi there! I'm using the `include Clerk::Authenticatable` in my controllers and a `before_action` filter to require authentication. How can I mock the SDK or the Rack middleware to test my controllers …
-
Can't get failing test to redirect to `/auth/failure`, all other cucumber and rspec tests passing for other behaviors.
Documentation says:
> Mocking Failure
> If you set a provider's mock to a …
-
Using JRuby 1.7.1, a new rails app, pry-remote (0.1.6), pry (0.9.10-java). Any time I send a command with remote pry, it crashes:
```
~/Rails/MyApp pry-remote
From: /Users/peter/Rails/MyApp/app/con…
-
Currently we have caching disabled for everything under `/api/v1/authorization`. Though the Authorization model does define a cache key that should work ... hashing your token-auth account ids.
Sh…
cavis updated
3 years ago
-
Janrain provides some nice abstraction/offloading for third-party identity providers and authentication, but the "free" tier of the product is relatively outdated/unsupported, is a difficult part of c…
-
I have tried this plugin in redmine version 2.2.4, but it seems the routes.rb file is not migrated to version 2. Any plan to upgrade this plugin?
```
$ RAILS_ENV=production rake redmine:plugins:migra…
-
Vueのやりとりを記載する
ここが結構鬼門かも
頑張る
-
### 実現したいこと
投稿一覧の検索ボタンを押すと検索結果が表示される
### 実現するために自分が選んだ手段とその理由
ransack
カリキュラムでやったことを参考にできるため
elasticsearchを導入しようとしたがうまくいかなかった
### その手段を使って実装するために参考にした公式ドキュメントや技術記事
https://qiita.com/mmaumtjgj/it…
-
Dear rails and graphql community,
many thanks for more than 200 stars on github! This is amazing! 💙
Maybe you could help us out in decision making: Would it be better to integrate [devise_token_…