Skip to content

Instantly share code, notes, and snippets.

View relishable's full-sized avatar

Toshifumi Matsuda relishable

View GitHub Profile
@relishable
relishable / angular-filter-currency.js
Created April 22, 2014 11:11
Angularjs currency フィルタを日本円で使う
{{cost | currency:"\\"}}
@relishable
relishable / dalli_delete_matched.rb
Last active August 29, 2015 13:56
dalliでもdelete_matchedが使えるようにする
# fork
# https://github.com/Phobos98/dalli-delete-matched
# rails4環境だとエラー出たので以下のように修正した
ActiveSupport::Cache::DalliStore.class_eval do
MEMCACHED_KEYS = 'memcached_keys'
alias_method :old_write, :write
def write(key, entry, options = nil)