-
https://rails5-api-mode-mirv.c9users.io/users
-
@cle61 I have integrated arctic admin with Rails5 API application. Its integrated fine and everything works well except the icons, they are not displaying. Please see attached screenshot.
I did imp…
-
## 概要
Rails5でのAPIモードだと`devise_token_auth`によるregistrationが慣習のようなので、
現在の実装と比較しながら導入を検討
## 公式リポジトリ
https://github.com/lynndylanhurley/devise_token_auth
-
Hi, we are on an older version of Errbit but had to update airbrake for rails5. I can't seem to find a compatibility list of the different errbit versions with the different airbrake apis. It would be…
-
As noted here: https://github.com/winston/google_visualr/issues/118
google_visualr 2.5.1 is broken and the maintainer of that project will not merge PRs with fixes
This manifests as
```
un…
-
みんな知っているあのCRUDWebアプリをREST API化しましょう!!!!!!!!!!!
8月中に出来たら良い感じ
## 技術スタック
### サーバーサイド
- Ruby
- Rails5(5.1.3)
- RSpec
### フロントエンド
- Vue.js
- Webpack
- Babel
他に入れたい技術があればコメントお願いします
-
I have a Ruby app based on `ruby:2.5.3-alpine` with a `CMD` that cannot find bundler.
It's being built as:
`docker-slim build --http-probe --include-shell --include-exe sleep --include-exe grep …
-
Line 54 of [api_steps.rb](https://github.com/jayzes/cucumber-api-steps/blob/master/lib/cucumber/api_steps.rb) (`request path, request_opts`) throws the `undefined method`symbol' for nil:NilClass` in R…
-
When using the `:inline` activejob adapter
```
2017-08-18T12:02:42-05:00 INFO Indexer with 1 processing threads, reader: XmlReader and writer: DlmeJsonResourceWriter
^C/Users/jcoyne/.rbenv/vers…
-
ユーザー認証機能もrails tutorialで学習できそうです。
「切り出し」の部分が分かっていないです。現在の私の認識では、マイクロサービス化は、それぞれの機能をAPI化することだと思っており、それから逆算すると、ユーザー認証機能の切り出しとはユーザー認証機能をAPIにするなのかなと思っています。APIに関しては、関数のように、外部からどのように処理をしているかの詳細を気にせずに使えるという…