OS: Windows8.1 Erlang: Eshell V7.1, OTP-Version 18.1 Elixir: v1.1.1 Phoenix Framework: v1.0.3 PostgreSQL: postgres (PostgreSQL) 9.4.4
Example: defmodule ForExpandMacroSample do defmacro __using__(_) do quote do import unquote(__MODULE__) end end @function_names [:hoge, :huge, :foo, :bar] for function_name <- @function_names do @doc """ Write doc #{function_name}. """ defmacro unquote(function_name)(arg1, arg2, options \\ []) do do_function(:func, unquote(function_name), arg1, arg2, options) end end defp do_function(func, functio
ファイル: lib/mix/tasks/sample.ex defmodule Mix.Tasks.Sample do use Mix.Task import Mix.Generator @shortdoc "My custom task sample" def run(_args) do app_module = Mix.Project.config[:app] |> Atom.to_string |> Mix.Utils.camelize assigns = [app_module: app_module] # template create_file( Path.join(["lib", "test_template.ex"]) |> Path.relative_to(Mix.Project.app_path), test_template(assigns)) # text crea
#Goal OpenShiftへアカウント情報を登録する。 #Dev-Environment OpenShift #Wait a minute 最近、日本でもチラホラと聞くようになってきたOpenShift。 RedHatの会社が取り組んでいるPaaS型クラウドです。 ちょっと気になったので登録して内部の情報を見てみたくなりました。 というわけで、OpenShiftにアカウント登録をしてみます。 現状のところフリープランがあるので、 そちらの登録をしていきたいと思います。 (2015/07/23時) #Index 1. アカウント登録 2. メール確認 3. 利用できるアプリケーションについて 4. アカウント情報 5. おまけ ##1. アカウント登録 OpenShiftの公式サイトは以下。 https://www.openshift.com/ Sign upを選択してアカウント情報を入
Railsにあるページネーションメソッドのようなものが見つからなかった。 でも、ライブラリは見つけた!! ページネーションを行うため、対象ライブラリの動作検証を実施します。 >mix phoenix.gen.html User users email:string name:string * creating priv/repo/migrations/20150720042204_create_user.exs * creating web/models/user.ex * creating test/models/user_test.exs * creating web/controllers/user_controller.ex * creating web/templates/user/edit.html.eex * creating web/templates/user/form.
>mix local.hex Found existing archive(s): hex.ez. Are you sure you want to replace them? [Yn] y ** (Mix) Unable to overwrite open archives on Windows. Please manually remove the existing archive at "c:/Users/UserName/.mix/archives/hex.ez" and run this command again. In case re-running the command still does not work, please fetch the archive at "https://s3.amazonaws.com/s3.hex.pm/installs/1.0.0/he
Sign up |> Preparation |> Show user |> Gravatar image |> Sidebar |> User sign-up |> Extra |> Before the end
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く