This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for weechat on macOS 10.13.6 | |
Build date: 2018-09-25 16:07:28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'rails', github: "rails/rails" | |
gem 'arel', github: 'rails/arel' | |
gem 'devise' | |
gem 'devise-jwt', github: 'waiting-for-dev/devise-jwt' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ApplicationController < ActionController::API | |
# Default to json response | |
respond_to :json | |
# Extensions initialization | |
include ActionController::Serialization | |
# Devise strong params | |
# before_action :configure_permitted_parameters, if: :devise_controller? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pprint | |
d = [{'date': u'\u8f9b\u536f\u5e74\u4e03\u6708\u5341\u56db', | |
'family': u'\u6eab', | |
'method': u'\u9032\u571f', | |
'name': u'\u6eab\u5fb7\u660e', | |
'number': 4}, | |
{'date': u'\u8f9b\u536f\u5e74\u4e03\u6708\u5341\u56db', | |
'family': u'\u5c0f', | |
'method': u'\u9032\u571f', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pprint | |
d = [{'date': u'\u8f9b\u536f\u5e74\u4e03\u6708\u5341\u56db', | |
'family': u'\u6eab', | |
'method': u'\u9032\u571f', | |
'name': u'\u6eab\u5fb7\u660e', | |
'number': 4}, | |
{'date': u'\u8f9b\u536f\u5e74\u4e03\u6708\u5341\u56db', | |
'family': u'\u5c0f', | |
'method': u'\u9032\u571f', |