Skip to content

Instantly share code, notes, and snippets.

@ian
Created March 2, 2011 12:14
Show Gist options
  • Save ian/850843 to your computer and use it in GitHub Desktop.
Save ian/850843 to your computer and use it in GitHub Desktop.
[431, 440] in /Users/ian/.rvm/gems/ruby-1.9.2-p0@zaarly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb
431 true
432 debugger
433 end
434 end
435
=> 436 # This is used internally to append, prepend and skip callbacks to the
437 # CallbackChain.
438 #
439 def __update_callbacks(name, filters = [], block = nil) #:nodoc:
440 type = [:before, :after, :around].include?(filters.first) ? filters.shift : :before
/Users/ian/.rvm/gems/ruby-1.9.2-p0@zaarly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:436
# This is used internally to append, prepend and skip callbacks to the
(rdb:2) env['rack.session']
{"omniauth.origin"=>"http://localhost:3000/onboard", "oauth"=>{"twitter"=>{"callback_confirmed"=>true, "request_token"=>"B0MdoyhhNFGPp0lBnbuzuLLm0UFyrLXGY3qRFJp1W9g", "request_secret"=>"KAE9Ukc9XYJBDUJS6wCVOedvLOwxwsG7hT047mHSvY"}}, "user_id"=>"4d6de6802249c77fcb000001", "rails"=>"stored!", "geolocated"=>["Santa Monica, California", ["34.03052", "-118.49041"]], "_csrf_token"=>"ljT6X9jtDRTfyelmNNSvFoibgUmEimUzJOKXwayU/so="}
(rdb:2) n
[432, 441] in /Users/ian/.rvm/gems/ruby-1.9.2-p0@zaarly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb
432 debugger
433 end
434 end
435
436 # This is used internally to append, prepend and skip callbacks to the
=> 437 # CallbackChain.
438 #
439 def __update_callbacks(name, filters = [], block = nil) #:nodoc:
440 type = [:before, :after, :around].include?(filters.first) ? filters.shift : :before
441 options = filters.last.is_a?(Hash) ? filters.pop : {}
/Users/ian/.rvm/gems/ruby-1.9.2-p0@zaarly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:437
# CallbackChain.
(rdb:2) env['rack.session']
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment