2016-01-01から1年間の記事一覧

[ruby]class_attribute

class_attribute :default_format self.default_format = :xml https://github.com/rails/rails/blob/92703a9ea5d8b96f30e0b706b801c9185ef14f0e/actionview/lib/action_view/template/handlers/builder.rb#L5

パケットキャプチャー

https://www.wireshark.org/ tshark -i eth1 -f "port 3333 && host 127.0.0.1" -w 2016-11-28-04.pcapng

brew doctor

brew doctor コマンドで、都合がわるいのみつけれる

autoload [rails][ruby]

http://guides.rubyonrails.org/autoloading_and_reloading_constants.htmlソースを変更した際に、ソースを自動でよみなおしてくれるが、 ルールにあわせておかないと、そこからはずれてしまうので、注意と。