Author Archives: PURGE

Phoenix linkタグ

Railsで記述可能なことは、Phoenixでも可能だと信じて、やはり可能だった … Continue reading

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

Elixir と Ruby のsumの比較

Elixir と Ruby のsumの比較。 まだ、関数型プログラミングの記述、 … Continue reading

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

Phoenix で CKEDITOR is not definedエラー

環境 Elixir: 1.4.4 Phoenix: 1.2.2 とあるBoots … Continue reading

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

Phoenix プロジェクト作成

[bash] // プロジェクト作成 $ mix phoenix.new Pho … Continue reading

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

Elixir Fileの読み込み

[ruby] {:ok, file} = File.read("sam … Continue reading

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

Oracle expdp と impdp

ずっと古参エンジニアだったので、DBのダンプを取得するには、exp/imp を使 … Continue reading

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

Proxy内でRustをビルドする。

最近な言語は、コンパイルで必要なライブラリをGithub等から直接更新するような … Continue reading

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

Oracle で、索引や制約を削除する

索引の削除 [sql] DROP INDEX index_name; [/sql … Continue reading

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

Oracleでexportしたデータを別ユーザスキーマへimport

DMPファイルを全importすると、ユーザもimportされてしまう。 別スキ … Continue reading

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

Rails5 でdeviseとomniauthを使用する

Gemfileに必要なモジュールを記述する。 ■Gemfile [ruby] g … Continue reading

Posted in Rails, Ruby, 技術情報 | Leave a comment