Displaying 2 results from an estimated 2 matches for "all_help".
Did you mean:
allhelp
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:
https://github.com/rails/rails/issues/8911
As...
2013 Jan 14
0
ActionMailer::Base helper :all
...tionMailer? 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 ActionMailer doesn''t do that by
default.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-...