GREG / 001 PERSONAL ENGINEERING LOG

Greg's Blog

LATEST ENTRY

Rails migration: change vs up/down 怎麼選

02 / NOTEBOOK

最新筆記

127 entries
ssh

Check ssh key path

cat ~/.ssh/id_rsa.pub Or cat ~/.ssh/id_dsa.pubon Mac OS X: cat ~/.ssh/id_rsa.pubYou can list all the public keys you have by doing: ls ~/.ssh/*.pub...

ssh
Ruby-On-Rails

simple_form 使用兩個model

目標: 在 view 中使用兩個 model 首先在model 先套上accepts_nested_attributes_for只限於one_to_one or one_to_many class Product < ApplicationRecord has_many :size...

Rails
Loading