Category Archives: Phoenix Framework

Phoenix Server をバックグラウンドにて動作させる方法

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

Phoenix – React 連携

Phoenix Project 作成 npm モジュールインストール $ cd … Continue reading

Posted in Phoenix Framework, React.js, 技術情報 | Leave a comment

Phoenix でメールを送信する

まずは、メール用のプロジェクトの依存ライブラリである Bumboo をインストー … Continue reading

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

Phoenix static file の追加

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

Posted in Elixir, Phoenix Framework, 技術情報 | 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