パルカワ2

最近はFlutterをやっています

2014-12-08から1日間の記事一覧

Rails+devise+omniauthでFacebook認証する前に特定のアクションを実行したい

omniauthのバージョンは、1.1.4https://github.com/intridea/omniauth/blob/master/lib/omniauth/strategy.rb#L298 # The setup phase looks for the `:setup` option to exist and, # if it is, will call either the Rack endpoint supplied to the # `:se…

ピピッと実行してるコントローラーとアクションの場所知りたい

なんかいい感じするgemとかありそうだけど、めんどくさいのでコードをピピッといじってピピッと見る。 actionpackにaction_dispatchっていうそれっぽいのがあったので中身をざっと見る。 lib/action_dispatch/routing/route_set.rbとか怪しいんじゃなーい?…

takashiコマンド作った。

タカシカンパニーにWebブラウザのアドレスバー等からメッセージを送信できます - タカシカンパニーブログ タカシカンパニーのiPhone鳴らせる。 今までcurlで叩いてたけど、めんどくさくなってきた。 #!/bin/bash MESSAGE=$1 curl "http://takashicompany.com…