We need to generate secret key for development environment.
mix phoenix.gen.secret
# ednkXywWll1d2svDEpbA39R5kfkc9l96j0+u7A8MgKM+pbwbeDsuYB8MP2WUW1hf
Let's generate User model and controller.
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>invoker</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>bash</string> |
if &compatible | |
set nocompatible | |
endif | |
" Required: | |
set runtimepath+=~/.config/nvim/dein/repos/github.com/Shougo/dein.vim | |
set runtimepath+=~/.config/nvim/dein/.cache/vim-airline/ | |
set clipboard=unnamed | |
" Required: |
set normal (set_color normal) | |
set magenta (set_color magenta) | |
set yellow (set_color yellow) | |
set green (set_color green) | |
set red (set_color red) | |
set gray (set_color -o black) | |
# Fish git prompt | |
set __fish_git_prompt_showdirtystate 'yes' | |
set __fish_git_prompt_showstashstate 'yes' |
if &compatible | |
set nocompatible | |
endif | |
" Required: | |
set runtimepath+=~/.config/nvim/dein/repos/github.com/Shougo/dein.vim | |
set runtimepath+=~/.config/nvim/dein/.cache/vim-airline/ | |
set clipboard=unnamed | |
" Required: |