search for: template_error

Displaying 11 results from an estimated 11 matches for "template_error".

2005 Dec 16
0
Error in Depot App after Upgrading to 1.0
...in/ship HTTP/1.1" 500 0 http://localhost:3000/admin -> /admin/ship i get the following error and a blank page in the browser: ActionView::ActionViewError (No rhtml, rxml, or delegate template found for /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2 /lib/action_controller/templates/rescues/template_error.rhtml): /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:281:in `pick_template_extension'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:195:in `multilingual_old_render_file'' .//vendor/plugins/multilingual/lib/multilingual/rails...
2005 Dec 17
0
Re: ActionViewError in Depot App after Upgrading to 1.0
...p://localhost:3000/admin -> /admin/ship > > > i get the following error and a blank page in the browser: > > ActionView::ActionViewError (No rhtml, rxml, or delegate template found > for /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2 > /lib/action_controller/templates/rescues/template_error.rhtml): > /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:281:in > `pick_template_extension'' > /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:195:in > `multilingual_old_render_file'' > > .//vendor/plugins/multil...
2005 Dec 21
2
Missing error page templates
...39;t get the regular rails error page with all the debugging information. What could''ve cause this? This is from the logs: ActionView::ActionViewError (No rhtml, rxml, rjs or delegate template found for /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/templates/rescues/template_error.rhtml): /vendor/plugins/javascript_generator_templates/lib/add_rjs_to_action_view.rb:10:in `pick_template_extension'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:195:in `multilingual_old_render_file'' /vendor/plugins/multilingual/lib/multilingua...
2005 Dec 27
2
NoMethodError in new scaffold
...ar issues but I don''t see this particular issue or any answers. Any help would be appreciated. thanks, Leo Here''s the error I''m getting NoMethodError in Requests#new Showing c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/templates/rescues/template_error.rhtml where line #3 raised: undefined method `parameters'' for #<Request:0x393ab60> Extracted source (around line #3): 1: <h1> 2: <%=h @exception.original_exception.class.to_s %> in 3: <%=h @request.parameters["controller"].capitalize if @request.para...
2005 Dec 18
3
undefined local variable in partial
...: is it right that i get a blank page or should i see an error-page from rails? scrolling down my development.log is see the following: ActionView::ActionViewError (No rhtml, rxml, or delegate template found for /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2 /lib/action_controller/templates/rescues/template_error.rhtml): /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:281:in `pick_template_extension'' Any hints? Regards, Torsten _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyon...
2008 Jul 02
3
Crashing after Update
...orruption (out): 0x0a188d90 *** and Premature end of script headers: users, referer: http://shrimp/wave and /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/helpers/ url_helper.rb:488: [BUG] Segmentation fault and /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/ template_error.rb:78: [BUG] Segmentation fault I tried using both mod_rails and mongrel to serve the application, but both give the same results. In hindsight I should have done a backup before the update, but my hindsight seems a lot better than my foresight lately. So now we finally come to my question: How...
2007 Apr 05
5
Odd error handling in ActionView#compile_template causes WSOD
...eg /Users/jon/ Developer/Stacker/app/views/kittens/index.rhtml. find_base_path_for is going to fail since it tries to append that path onto the path from @view_paths - typically /Users/jon/Developer/Stacker/app/views. So, find_base_path_for returns nil. I *think* what happens is that code inside template_error.rb later raises a second exception when it tries to use that path as a string and finds it''s nil, and that exception isn''t caught properly, so the response is never formed, which produces the WSOD. If I replace it with TemplateError.new(find_base_path_for(file_name || template) |...
2008 Nov 12
4
Help! getting a "can't dup NilClass" error and don't know what to do about it.
Thanks for any help you can offer. I am trying to send out a small batch of emails using an http request. I know it sounds odd. hear me out. I have loaded a bunch of emails into this table and just want to slowly work through them. Sort of a poor mans AR:Mailer. But I am getting a "can''t dup NilClass" when I hit it with a http request. **********************************
2011 Jun 15
1
uninitialized class variable @@env in OCI8
Can anyone help me with the uninitialized class variable @@env in OCI8 error raised in my app\views\xxxx index.html.erb file Thanks in advance Below is the code and the result of bundle show. I am using Windows 7 <h1>Listing comics</h1> <table> <tr> <th>Title</th> <th>Issue</th> <th>Publisher</th>
2011 Dec 17
39
Stack Level Too Deep Error (can't seem to figure it out)
...ce.erb (1.9ms) Rendered /home/vmcilwain/.rvm/gems/ruby-1.9.2-p290/gems/ actionpack-3.0.10/lib/action_dispatch/middleware/templates/rescues/ _request_and_response.erb (93.8ms) Rendered /home/vmcilwain/.rvm/gems/ruby-1.9.2-p290/gems/ actionpack-3.0.10/lib/action_dispatch/middleware/templates/rescues/ template_error.erb within rescues/layout (107.0ms) Anyone have any ideas on how I can figure out what is causing this error? I have tried poking around but Im afraid I just can''t seem to find it. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quo...
2010 Aug 13
11
Link to remote and the equivalent in Rails 3
Hi WOW! Is Rails 3 another interesting learning curve. Just when I think I have a general working knowledge of Rails 2 ... things change. I''m trying to replicate the following in Rails 3: <%= link_to_remote image_tag("creditcard.png", :border => 0), :url => {:action => :make_payment, :type => "Credit", :id => @appt.id },