Category Archives: 技術情報

Phoenix date_select フォーマット

[ruby] <div class="form-group&qu … Continue reading

Posted in Elixir, Phoenix Framework | Leave a comment

Phoenix date_select 期間とデフォルト(本日日付)の設定方法

[ruby] <div class="form-group&qu … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment

Phoenix Framwork select tag

■member_controller.ex [ruby] def new(con … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment

PostgreSQL 基本的コマンド

■ postgres ユーザでログイン [bash] > psql -U pos … Continue reading

Posted in PostgreSQL, 技術情報 | Leave a comment

Elixir 演算子

基本的な演算子。 = は、パターンマッチ。 == は、弱い比較。 === == … Continue reading

Posted in Elixir, 技術情報 | Leave a comment

brunchでJSXコンパイルエラー

Phoenixで、Reactを使用しようとしていて、BrunchでJSXのコンパ … Continue reading

Posted in Brunch, JavaScript, React.js, 技術情報 | Leave a comment

nil の場合の値代入

Ecto でDBから値を返す時、nilの場合がある。 この場合に、nilをrep … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment

WindowsリモートデスクトップでCtrl+Alt+Delete

Windowsの場合:[Ctrl] + [Alt] + [Delete] Win … Continue reading

Posted in Windows, 技術情報 | Leave a comment

Elixir モジュール組み立て方

[ruby] # Elixirモジュールの組み立て方 defmodule Ret … Continue reading

Posted in Elixir, 技術情報 | Leave a comment

Elixir 自作のListのMax関数

[ruby] defmodule ListMax do def max(list … Continue reading

Posted in Elixir, 技術情報 | Leave a comment