Skip to content

Instantly share code, notes, and snippets.

View fedesoria's full-sized avatar

Federico Soria fedesoria

View GitHub Profile
@fedesoria
fedesoria / gist:7934902
Created December 12, 2013 20:30
Sublime Text - User Text Bindings
[
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+b"], "command": "toggle_side_bar" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+."], "command": "gitx_open" },
{ "keys": ["ctrl+shift+."], "command": "erb" },
{"keys": ["super+shift+t"], "command": "reopen_last_file"},
{
"args": {
pry(#<Merchant>)> stripe_customer.sources.all
=> #<Stripe::ListObject:0x3fe9f4977f34> JSON: {
"object" : "list",
"data" : [],
"has_more" : false,
"url" : "/v1/customers/cus_7i3TMi5sqH78iY/sources"
}
[2] pry(#<Merchant>)> stripe_customer.sources.all
=> #<Stripe::ListObject:0x3fe9f47c0218> JSON: {
"object" : "list",
[1] pry(#<Merchant>)> stripe_customer = Stripe::Customer.retrieve(stripe_customer_id)
=> #<Stripe::Customer:0x3ffdb902b8bc id=cus_7i3TMi5sqH78iY> JSON: {
"id" : "cus_7i3TMi5sqH78iY",
"object" : "customer",
"account_balance" : 0,
"bank_accounts" : {
"object" : "list",
"data" : [
{
"id" : "ba_82xZOcvz6SNFx9",