Skip to content

Instantly share code, notes, and snippets.

@derwiki
Created April 23, 2012 18:10
Show Gist options
  • Save derwiki/2472784 to your computer and use it in GitHub Desktop.
Save derwiki/2472784 to your computer and use it in GitHub Desktop.
=> {:suppress_urgent_oops_exceptions=>["FacebookUser::MogliExtension::MogliRuntimeException"], :rate_monitored_exceptions=>{:simple_opengraph_request=>{:interval=>600, :threshold=>100}}}
>> newconfig = config
=> {:suppress_urgent_oops_exceptions=>["FacebookUser::MogliExtension::MogliRuntimeException"], :rate_monitored_exceptions=>{:simple_opengraph_request=>{:interval=>600, :threshold=>100}}}
>> newconfig = config[:suppress_urgent_oops_exceptions]
=> ["FacebookUser::MogliExtension::MogliRuntimeException"]
>> newconfig = config[:rate_monitored_exceptions]
=> {:simple_opengraph_request=>{:interval=>600, :threshold=>100}}
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment