search for: inherited_with_helper

Displaying 2 results from an estimated 2 matches for "inherited_with_helper".

2006 Aug 14
0
ActionMailer in an infinite loop? Looks like framework bug.
...ord'' My class is the Notifications.rb class you see in the stack at line one. So this is happening when it tries to load the ruby file. So I opened helpers.rb in ActionMailer and I found the following: Line 95: helpers.rb: ActionMailer 1.2.5 --------------------------------------- def inherited_with_helper(child) inherited_without_helper(child) begin child.master_helper_module = Module.new child.master_helper_module.send :include, master_helper_module child.helper child.name.underscore rescue MissingSourceFile => e raise unless e.is_missing?("helpers/#{child.name.unders...
2011 Nov 09
14
Rony 1.9.3-p0 on Rails 2.3.x: the helpers "require" problem
...> from > /home/gmile/.rvm/gems/ruby-1.9.3-p0\@interview/gems/actionpack-2.3.14/lib/action_controller/helpers.rb:197:in > `default_helper_module!'' > from > /home/gmile/.rvm/gems/ruby-1.9.3-p0\@interview/gems/actionpack-2.3.14/lib/action_controller/helpers.rb:212:in > `inherited_with_helper'' > *from > /home/gmile/intrview/app/controllers/admin/chargify_exports_controller.rb:1:in > `<top (required)>''* > from > /home/gmile/.rvm/gems/ruby-1.9.3-p0\@interview/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:184:in > `require'...