search for: pages_help

Displaying 3 results from an estimated 3 matches for "pages_help".

Did you mean: pages_helper
2006 Jul 16
7
form_helpers ?
Just a quick silly question , are form_helpers actually helper.rb files ? Stuart
2011 Nov 25
4
Sprockets File not Found Exception.
...app/views/pages/contact.html.erb invoke rspec create spec/controllers/pages_controller_spec.rb create spec/views/pages create spec/views/pages/home.html.erb_spec.rb create spec/views/pages/contact.html.erb_spec.rb invoke helper create app/helpers/pages_helper.rb invoke rspec create spec/helpers/pages_helper_spec.rb invoke assets invoke js create app/assets/javascripts/pages.js invoke css create app/assets/stylesheets/pages.css Just wanted to know where the problem could be and where to look?...
2005 Dec 27
0
acts_as_tree, polymorphism and class loading problems
...description: ------------------ uninitialized constant SectionFolder ==================================== Trace: ----- c:/marcus/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:200:in `const_missing'' (eval):3:in `data'' #{RAILS_ROOT}/app/helpers/pages_helper.rb:33:in `map'' .... ==================================== "Another" description: ---------------------- This error occured while loading the following files: section_folder.rb SectionFolder in this case is a class that a Node subclass points to (SectionFolderNode actually)...