Skip to content

Instantly share code, notes, and snippets.

View 1160054's full-sized avatar

onodera 1160054

  • freelance
  • tokyo
View GitHub Profile
@1160054
1160054 / social_profile.rb
Last active December 23, 2016 15:32
destroyのバリデーションするとき、return falseじゃなくてthrow :abortになったよ ref: http://qiita.com/___dera/items/6a73e84a183a706e4d39
class SocialProfile < ActiveRecord::Base
belongs_to :user
store :other
validates :uid, uniqueness: { scope: :provider }, length: { in: 6..128 }
validates :provider, inclusion: { in: Settings.auth_config.keys.map(&:to_s) }
include Logic::SocialProfile
include Logic::SocialProfile::InitializeWithCallbackInfo
# before_destroyでdestroyメソッドを実行する前にバリデーションをかけます
before_destroy :least_one
@1160054
1160054 / file0.txt
Last active December 22, 2016 04:34
リリースノートを作るRubyスクリプト ref: http://qiita.com/___dera/items/1bcc5dd42991b9600cb6
brew install chrome-cli
@1160054
1160054 / file1.txt
Created November 15, 2016 03:34
爆速でSlack用のHubot作成からHerokuにデプロイするシェルスクリプト ref: http://qiita.com/___dera/items/4f71ccc452249e01150e
vi make_hubot.sh # ボット名やトークンを編集します
sh make_hubot.sh
@1160054
1160054 / file0.txt
Last active November 15, 2016 03:37
Slackのオンラインユーザーにレビュー依頼するBot ref: http://qiita.com/___dera/items/9ad7190bc12bda34129a
% bin/hubot --adapter slack