🇯🇵
Pinned Loading
-
-
Devise::Models::Authenticatable#down...
Devise::Models::Authenticatable#downcase_keys 1#### lib/devise/models/authenticatable.rb:198
2downcase_keysメソッドを読む。
34```ruby
5# test/models/authenticatable_test.rb:51
-
gistfile1.txt
gistfile1.txt 1ジェムのコード読む準備
23▼ 指定のディレクトリにジェムをインストール
4gem install ジェム名 --install-dir ./ディレクトリパス -v バージョン
5 -
Git ステージ以外の差分ファイルを無視する
Git ステージ以外の差分ファイルを無視する 1# .gitignoreに未追跡ファイルを追加
2lines=$(wc -l < .gitignore) && code -g .gitignore:$lines && git ls-files --others --exclude-standard
34# ステージを除いた追跡ファイルを無視する
5git status --porcelain | grep '^ M' | awk '{print $2}' | xargs git update-index --assume-unchanged
-
gem公開の備忘録
gem公開の備忘録 1# 公開手前
23手順1:「???.gemspec」をカレントディレクトリに作成する。
45手順2:rubygems公式の「[specification-reference](https://guides.rubygems.org/specification-reference)」を見て「???.gemspec」を編集する。
-
deviseのparameter_sanitizer.rbを読むメモ
deviseのparameter_sanitizer.rbを読むメモ 1ビューから渡ってきた値をHoge::RegistrationsControllerで加工しようとした。
2覚えてなくて再現もできないが、パラメータを再代入できなかったり、unpermitted paramterとなった。
3ストロングパラメータ周りのコードを読めば何かわかるかもと思いコードを読んでみることにした。
45
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.