Skip to content

Instantly share code, notes, and snippets.

@benlieb
Last active December 12, 2015 06:59
Show Gist options
  • Save benlieb/4733448 to your computer and use it in GitHub Desktop.
Save benlieb/4733448 to your computer and use it in GitHub Desktop.
=== cmwt Config Vars
APP_NAME: cmwt
BUNDLE_WITHOUT: development:test
COMMIT_HASH: be2f6dd
CONSOLE_AUTH: app771478:37de8d51938041bd8c8a7f006c704c47
DATABASE_URL: postgres://wybazhkijqfrco:YdJgQz426Epe30HQeekiYbBEMX@ec2-54-243-218-91.compute-1.amazonaws.com:5432/d45d3okb7cekfb
HEROKU_POSTGRESQL_BLACK_URL: postgres://wybazhkijqfrco:YdJgQz426Epe30HQeekiYbBEMX@ec2-54-243-218-91.compute-1.amazonaws.com:5432/d45d3okb7cekfb
HIREFIRE_EMAIL: [email protected]
HIREFIRE_PASSWORD: hkcxxxxxxxxx
LANG: en_US.UTF-8
RACK_ENV: production
STACK: bamboo-ree-1.8.7
URL: cmwt.heroku.com
=== cmwt-cedar Config Vars
BUNDLE_WITHOUT: development:test
DATABASE_URL: postgres://wybazhkijqfrco:YdJgQz426Epe30HQeekiYbBEMX@ec2-54-243-218-91.compute-1.amazonaws.com:5432/d45d3okb7cekfb
HEROKU_POSTGRESQL_BLACK_URL: postgres://wybazhkijqfrco:YdJgQz426Epe30HQeekiYbBEMX@ec2-54-243-218-91.compute-1.amazonaws.com:5432/d45d3okb7cekfb
HEROKU_POSTGRESQL_YELLOW_URL: postgres://gzlklemrymrhtv:q7ZxdHP3wxxthhzFNTIEexkebc@ec2-54-243-242-122.compute-1.amazonaws.com:5432/dckbf0pk80h77u
HIREFIRE_EMAIL: [email protected]
HIREFIRE_PASSWORD: hkcxxxxxxxxx
RACK_ENV: production
SESSION_SECRET: asdfasdfasdfdf
$ heroku run console production --app cmwt-cedar
Running `console production` attached to terminal... up, run.8574
[2013-02-07 18:58:47][HireFire] Delayed::Backend::ActiveRecord::Job detected!
Loading production environment (Rails 3.2.2)
irb(main):001:0>
irb(main):002:0*
irb(main):003:0*
irb(main):004:0* HireFire
=> HireFire
irb(main):005:0> ap Delayed::Job.all
Delayed::Backend::ActiveRecord::Job Load (1.7ms) SELECT "delayed_jobs".* FROM "delayed_js"
[
[0] #<Delayed::Backend::ActiveRecord::Job:0x0000000535d928> {
:id => 65,
:priority => 0,
:attempts => 0,
:handler => "--- !ruby/struct:Delayed::PerformableMethod \nobject: !ruby/object:DelayableTasks {}\n\nmethod_name: :send_mail_to_member_profiles\nargs: \n- - !ruby/ActiveRecord:MemberProfile \n attributes: \n id: 719\n last_name: Lieb\n first_name: Ben\n address: 16 Breezeway Dr.\n city: Asheville\n state: NC\n company: Pixel Earth\n zip: \"28801\"\n phone: (828) 684-3136\n phone_work: \"\"\n phone_fax: \"\"\n phone_cell: \"\"\n spouse_name: \"\"\n tag_name: \"\"\n tag_number: \n membership_type: individual\n status: 1\n hardcopy: \n honorary: false\n is_mentor: false\n is_turner: true\n website: \"\"\n lathe: \"\"\n title: \"\"\n profession: Web Designer\n art_forms: \"\"\n activities: \"\"\n survey: \n directory_picture: \n gallery_description: \"\"\n barcode_number: \"\"\n longitude: \n latitude: \n created_at: 2011-08-16 00:00:00 Z\n created_by_id: \n updated_at: 2012-02-28 20:00:08.909265 Z\n updated_by_id: 719\n member_id: 719\n is_public: true\n is_aaw_member: false\n email_verified: true\n country: United States\n member_visible: true\n notes: \n- !ruby/ActiveRecord:Email \n attributes: \n id: 83\n subject: Testing\n body: Testing\n member_id: 719\n markup_filter: \"\"\n created_at: 2013-02-07 18:22:53.636981 Z\n updated_at: 2013-02-07 18:22:53.636981 Z\n- !ruby/ActiveRecord:Member \n attributes: \n id: 719\n email: [email protected]\n encrypted_password: $2a$04$Q.IzCo9ilAFIHM7M6dblNe5xVOdP5WL/QzGVElTASbFZZlAN5dfT2\n password_salt: \"\"\n reset_password_token: zSNHtwreTyDF5aAFmtdI\n remember_token: 7lBPsjRaFxZnZkSdDapq\n remember_created_at: 2013-02-05 19:17:25.973316 Z\n sign_in_count: 92\n current_sign_in_at: 2013-02-05 19:20:16.487245 Z\n last_sign_in_at: 2013-02-05 19:17:25.982961 Z\n current_sign_in_ip: 71.85.116.94\n last_sign_in_ip: 71.85.116.94\n created_at: 2011-08-16 20:57:43 Z\n updated_at: 2013-02-05 19:20:16.489280 Z\n",
:last_error => nil,
:run_at => Thu, 07 Feb 2013 13:31:12 EST -05:00,
:locked_at => nil,
:failed_at => nil,
:locked_by => nil,
:created_at => Thu, 07 Feb 2013 13:31:12 EST -05:00,
:updated_at => Thu, 07 Feb 2013 13:31:12 EST -05:00
}
]
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment