search for: firedev

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

Did you mean: fifedev
2013 Jan 14
0
ActionMailer helper :all
The problem is: ActionMailer doesn''t include view helpers by default, and helper :all makes it to look for all_helper.rb Similar issue was discussed before: https://rails.lighthouseapp.com/projects/8994/tickets/3945-helper-all-on-by-default https://github.com/rails/rails/issues/928 https://github.com/rails/rails/issues/1582 Steve Klabnik told me to post here:
2013 Jan 14
0
ActionMailer::Base helper :all
Shouldn''t helper: all work in ActionMailer? Similar issue was discussed before: https://rails.lighthouseapp.com/projects/8994/tickets/3945-helper-all-on-by-default But as of rails 3.2.11 the problem is still there: class ContactMailer < ActionMailer::Base helper :all end Produces: LoadError (Missing helper file helpers/all_helper.rb): While it should load them all, since