Monthly Archives: 5月 2018

Phoenix static file の追加

uploads フォルダを、作成してブラウザから参照する場合。 priv/sta … Continue reading

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

Elixirの Enum.map と Enum.reduce の使いどころ

Elixirの Enum.map と Enum.reduce の使いどころを簡単 … Continue reading

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

Phoenix でsession を使用する

■ PageController01 セッション設定 [ruby] def in … Continue reading

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

Phoenix association belongs_to

■ member.ex [ruby] defmodule Sample.Port … Continue reading

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

Phoenix select と radio_button

■ selectタグの場合 [ruby] <div class=&quot … 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 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