search for: parial

Displaying 6 results from an estimated 6 matches for "parial".

Did you mean: partial
2005 Jul 07
0
Parial Hang with cvs-HEAD and queues/agentcallbacklogin
Hi Last night I upgraded an asterisk install from cvs of early this year to current cvs head and all seemed to be working OK, but now I'm having several problems which seem to be related to queues. First off queues don't work, there's no error message, the channel just seems to hang - cli output as follows: -- Executing Answer("Local/00@local-208c,2", "") in
2008 Mar 01
1
Asking for last +1 for render :parial => @something in namespaced controllers patch
Hello, http://dev.rubyonrails.org/ticket/9742 If anyone is annoyed by that, please find a moment to review the patch. It''s rather tiny and tested enough. It still applies cleanly (r8962) as I write this. Thanks, Jacek Becela --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core"
2006 Apr 20
4
JavaScriptGenerator Dead End
Hi All, I posted earlier about a problem I was having with the various remote view methods escaping all the javascript in my callbacks. I was quickly informed that that''s just what they do, and offered some workarounds. However, in actually working with this, I''m finding that this one little thing is forcing me to write some REALLY ugly code. Where I thought I could
2013 Mar 21
0
Re Deprecating partial matching in $.data.frame
...f-partial-match = allowed, warn, fail Set the default to warn for the current R-dev, and migrate it to fail at a later date of your choosing. I expect that this is very little more work for the development team, it provides an extended grace period to those running old code that would depend on parial matching (I sometimes have to recreate a 4-5 year old analysis.), it will let those who strongly agree migrate to "fail" immediately, and save you from the flames of those who disagree. Some things that look good at first are not: examples from the past are na.fail as the default for...
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works fine,
2006 May 08
17
partial problem
def my_controller @variable = [{''myfield''=>''grey''},{''myfield''=>''blue''}] end #-------------------------my_view <table> <%= render :partial=>''my_partial, :collection=>@variable %> </table> #----------------------_my_partial <tr> <td><%=