Displaying 5 results from an estimated 5 matches for "load_help".
Did you mean:
load_half
2006 Nov 24
0
Strange "camelize" error when running fresh rails install on Hoary
...ves/2005/09/ruby-on-rails-on-ubuntu/) and
I get this message when I type "rails test" from the command line.(I''m
running Ubuntu 5.04 Hoary)
could anyone point me in the right direction? thanks.
--max
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:205:in
`load_helpers'': undefined method `camelize'' for
"active_record_helper":String (NoMethodError)
from
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:202:in
`foreach''
from
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base...
2006 Jun 24
0
superclass mismatch for class Tag (TypeError)
...from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require''
from
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in
`require''
from
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_view/base.rb:202:in
`load_helpers''
... 20 levels...
from ./../../config/environment.rb:8
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__''
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require''
from conflict.rb:3...
2006 Jan 12
0
testing
...EditorHelper inside a unit
Test.
I can manually include each of the required Helpers in my
editor_helper_test file:
...
require ''action_view/helpers/url_helper''
module EditorHelper
include ActionView::Helpers::UrlHelper
end
...
But I''d much rather make use of
self.load_helpers(helper_dir)#:nodoc:
in ActionView::Base to load all the helpers in one swoop.
I couldnt figure out how to use that method (or even copy/past+modify
it) to include all of Rails'' Helpers within my EditorHelper. Who
knows how?
cheers
Gerret
2006 Jan 13
0
testing Helpers
...y EditorHelper inside a unit
Test.
I can manually include each of the required Helpers in my
editor_helper_test file:
...
require ''action_view/helpers/url_helper''
module EditorHelper
include ActionView::Helpers::UrlHelper
end
...
But I''d much rather make use of
self.load_helpers(helper_dir)#:nodoc:
in ActionView::Base to load all the helpers in one swoop.
I couldnt figure out how to use that method (or even copy/past+modify
it) to include all of Rails'' Helpers within my EditorHelper. Who
knows how?
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...rtbeat_interval: Tweak durations for 'mixed'
i915/sysfs_heartbeat_interval: Tweak reset timeouts
i915/sysfs_timeslice_duration: Tweak reset timeouts
lib/i915: Initialise ctx before calling destroy on error
Chuansheng Liu (1):
i915/pm_rps: install SIGTERM handler for load_helper process
Dale B Stimson (2):
i915/gem_ctx_isolation: gem_engine_topology, part 2
lib/i915: intel_get_current_engine invalid result
Daniel Mrzyglod (4):
lib/intel_mmio: add funtions for read/write register funtions
lib/intel_mmio: add additional api for multiple devices...