search for: __run_callback

Displaying 9 results from an estimated 9 matches for "__run_callback".

Did you mean: __rpm_callback
2012 Sep 18
2
undefined method `to_sym' for nil:NilClass
...lbacks.rb:310:in `_callback_before_15'' activesupport (3.2.2) lib/active_support/callbacks.rb:418:in `_run__1200818654__validate__4__callbacks'' activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `send'' activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'' activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_validate_callbacks'' activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `send'' activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'' activemodel (3.2.2) lib/active_m...
2012 Aug 14
1
NoMethodError: undefined method `accept' for nil:NilClass
...from /Users/blaine/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:403:in `_run__3940325652772678349__create__4360101769414794529__callbacks'' from /Users/blaine/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback'' from /Users/blaine/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_create_callbacks'' from /Users/blaine/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks'' from /Use...
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
...b/active_support/callbacks.rb:214:in `_conditional_callback_around_1400'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:414:in `_run__165131660__process_action__288621973__callbacks'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks'' [GEM_ROOT]/gems/actionpack-3.2.3/lib/abstract_controller/callbacks.rb:1...
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
...b/active_support/callbacks.rb:214:in `_conditional_callback_around_1400'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:414:in `_run__165131660__process_action__288621973__callbacks'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:405:in `__run_callback'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/callbacks.rb:81:in `run_callbacks'' [GEM_ROOT]/gems/actionpack-3.2.3/lib/abstract_controller/callbacks.rb:1...
2012 Apr 19
1
active admin undefined method `' for nil:NilClass
...tion'' actionpack (3.2.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'' activesupport (3.2.1) lib/active_support/callbacks.rb:447:in `_run__304549499__process_action__775442107__callbacks'' activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'' activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'' activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'' actionpack (3.2.1) lib/abstract_controller/callbacks.rb:17:in `process_action'' actionpack (3....
2012 Sep 04
2
How to get contact list from yahoo in rails using OAuth
I can successfully get the contacts from google using OAuth gem in rails. my gmail configuration is : :google=>{ :key=>"***", :secret=>"***", :expose => true, :scope=>"https://www.google.com/m8/feeds/" } now i want to get contact from yahoo and hot mail. How to get that contact I have given following configuration in my
2012 Jul 23
4
uninitialized constant ActionController::Flash::FlashHash [NameError])
...3:in `call'' actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'' activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__967158296__call__1011983202__callbacks'' activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'' activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'' activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'' actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'' actionpack (3.2.1)...
2012 Oct 18
0
unexpected return (LocalJumpError) only when executing this code within autoloaded classes?
...y-1.9.3-p194@some_app_gemset/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:429:in `_run__1105766863370890952__prepare__156232144867029268__callbacks'' from /path/to/.rvm/gems/ruby-1.9.3-p194@some_app_gemset/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'' from /path/to/.rvm/gems/ruby-1.9.3-p194@some_app_gemset/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'' from /path/to/.rvm/gems/ruby-1.9.3-p194@some_app_gemset/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in...
2012 Oct 17
2
autolog: set_trace_func without all the typing
If it helps anyone developing Rails, apps, or gems, I wrote a shortcut for set_trace_func, so next time you want to just add a line before and after some function you are trying to debug you can have Ruby temporarily output every line, method, etc. executed. Also, it lets you define the format, use other loggers, etc. via a proc/lambda define, since you might not like the default format.