search for: crumbs

Displaying 20 results from an estimated 48 matches for "crumbs".

2006 Nov 28
8
view specs with partials
When I first learned about the View specs I was very excited. I still am. However, I haven''t found them useful yet for one reason. They throw the following exception when ever a view renders another view, which is very common. ActionView::TemplateError in ''Event View message'' No rhtml, rxml, rjs or delegate template found for spec/rails/ view_spec/_info
2006 Feb 03
6
Go back to previous action
Hello all! I have two views (list_1 and list_2) that show a list of users in two different ways. In the views for these actions there is a link to edit a specific user properties (edit_user). That works fine, except that when I change the user I want to go back to the view that originated the request and not to the default list (list_1). Can anyone help me? Best regards, Hugo -- Posted via
2007 Jul 07
0
[patch] no crumbs
in the spirit of minimal-impact ''leave no trace'' principles, this patch adds a missing feature, the ability to remove cookies. usage: @cookies.redbean = nil a side note, the trunk seems to be broken when using Markaby. i''ve tested this out using ngrep and firefox and opera w/ controllers that just return strings in any case.. -------------- next part --------------
2006 Mar 27
15
Go Go Gadget - A Rails ecommerce site released today
I''ve just completed my first Ruby on Rails project, an online store for electronic gadgets including digital cameras, MP3 players and PDAs. It''s for Australian shoppers only, but everyone can take a look and browse through! http://www.gogogadget.com.au All feedback, comments, etc are welcome. Cheers, Dan
2006 Nov 30
4
response is null when using should_render_rjs
I''m trying to use rspec to test a controller that has ajax. I have the following action: def change_ad_type_form render :update do |page| page.replace_html ''ad_sub_form'', :partial => ''text'' end end and the following spec: specify "should return Text subform on AJAX request to change_ad_type_form" do
2012 Jul 07
2
[LLVMdev] Exception handling slowdown?
...>>> Nothing that I'm aware of has changed with EH. Is it possible to bisect the problem? >> >> I don't see any relevant LLVM changes, so I guess clang C++ compilation slowed >> down due to some clang changes. I'm not going to investigate this. >> > Crumbs. > > John, Do you know of anything that went into clang that could account for EH slowdowns? Is this Linux? Is it possibly just Objective-C tests? There have been several patches about ObjC runtimes recently that affected exceptions. John.
2008 Jan 04
2
Menu - labels
Webgen uses file paths to generate multilevel menues, bread crumbs etc. And limits the character range in paths to a-zA-Z. As the directory names are used verbatim as menu labels this is fairly limitting for non-english pages. Is there a way to map directory names to configurable UTF8 strings for menu labels? oao
2012 Jul 07
0
[LLVMdev] Exception handling slowdown?
...ng that I'm aware of has changed with EH. Is it possible to bisect the problem? >>> >>> I don't see any relevant LLVM changes, so I guess clang C++ compilation slowed >>> down due to some clang changes. I'm not going to investigate this. >>> >> Crumbs. >> >> John, Do you know of anything that went into clang that could account for EH slowdowns? > > Is this Linux? Is it possibly just Objective-C tests? There have been several patches about ObjC runtimes recently that affected exceptions. yes, it is linux. While the worst slo...
2011 Mar 30
1
v1.2.12 and debug
Is there some kind of extended debug that might show why my maildir is not foundat login? It has worked off and on, once briefly today then no more. I'm going around twiddling knobs guessing at this point which is foolish. I need some real bread crumbs to indicate what is going wrong. I've tried all kinds of .conf file ... example file etc. I figured using the least number of settings should get me somewhere but I still have no luck. I'd love to just give up and load that PPA for 2.x but I have no idea what package to install in debian....
2003 Oct 06
1
Group not found, (objectclass=sambaGroupMapping) (gidNumber=4294967295) ???
I am sure that I don't quite have LDAP setup with the proper Samba entries, but I only need a "bread crumb" to get me pointed in the right direction. Where do I find some information on how and where to place the sambaGroupMapping, sambaUnixIdPool, sambaIdmapEntry (automatically created?), and sambaSidEntry in the LDAP tree. Could someone just give me a little hint as to where the
2014 Aug 20
2
[LLVMdev] ARMv4T Copy Lowering
Jim/Tim/Renato, A few days ago (has it been weeks now?) we discussed a codegen problem on armv4t having to do with lo->lo register copies. I'd like to start that discussion again, this time with a patch. A brief summary of the problem for folks who didn't catch the discussion earlier, and those like me who forget what they ate for breakfast: ;] The mov instruction on armv4t
2008 May 26
0
[LLVMdev] A quick update on FreeBSD support
On May 25, 2008, at 1:39 PM, Marcel Moolenaar wrote: > On May 25, 2008, at 12:58 AM, Bill Wendling wrote: > >> Could you try this (massively hacky) patch out to see if it fixes >> your >> problem? >> >> > Alas, it didn't fix the problem: > Crumbs. I think that the analysis I told you before wasn't fully correct. I think I mentioned something about "n = 4" and that could cause the SmallVector to reallocate things. But that was in error. I tried it on my Mac, enabling a mode where malloc initializes memory with 0xAA and...
2016 Oct 03
2
[RFC] Require PRs for XFAILing tests
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of > Krzysztof Parzyszek via llvm-dev > Sent: Monday, October 03, 2016 10:40 AM > To: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] [RFC] Require PRs for XFAILing tests > > On 10/3/2016 12:21 PM, Robinson, Paul via llvm-dev wrote: > > As David Blaikie mentioned,
2008 May 25
3
[LLVMdev] A quick update on FreeBSD support
On May 25, 2008, at 12:58 AM, Bill Wendling wrote: > On May 24, 2008, at 4:25 PM, Marcel Moolenaar wrote: > >> On May 24, 2008, at 12:12 PM, Bill Wendling wrote: >> >>> Let us know if you would like extra eyes on the two PPC failures. >>> Many >>> of us have a lot of experience with C++. :-) Do you know where these >>> allocations are?
2008 May 26
2
[LLVMdev] use after free [was: A quick update on FreeBSD support]
..., Marcel Moolenaar wrote: >> On May 25, 2008, at 12:58 AM, Bill Wendling wrote: >> >>> Could you try this (massively hacky) patch out to see if it fixes >>> your >>> problem? >>> >>> >> Alas, it didn't fix the problem: >> > Crumbs. > > I think that the analysis I told you before wasn't fully correct. I > think I mentioned something about "n = 4" and that could cause the > SmallVector to reallocate things. But that was in error. The analysis seems to be right after all. The node iterator (NI) is clo...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
Thanks for the interesting puzzle to crunch! Looking at these few bread-crumbs, I wager an educated guess that this loops in `sendcmd()` (where CLI child processes talk to a daemonized copy which tracks the timers for events), around here: https://github.com/networkupstools/nut/blob/v2.8.0/clients/upssched.c#L583-L626 for the daemon and here for the child: https://github.com/...
2023 Jun 13
1
Upssched 100% CPU after updating Debian 12
Thanks for the interesting puzzle to crunch! Looking at these few bread-crumbs, I wager an educated guess that this loops in `sendcmd()` (where CLI child processes talk to a daemonized copy which tracks the timers for events), around here: https://github.com/networkupstools/nut/blob/v2.8.0/clients/upssched.c#L583-L626 for the daemon and here for the child: https://github.com/...
2012 Jul 07
1
[LLVMdev] Exception handling slowdown?
...of has changed with EH. Is it possible to bisect the problem? >>>> >>>> I don't see any relevant LLVM changes, so I guess clang C++ compilation slowed >>>> down due to some clang changes. I'm not going to investigate this. >>>> >>> Crumbs. >>> >>> John, Do you know of anything that went into clang that could account for EH slowdowns? >> >> Is this Linux? Is it possibly just Objective-C tests? There have been several patches about ObjC runtimes recently that affected exceptions. > > yes, it is...
2016 Apr 06
0
Re: [PATCH 0/4] v2v: simplify Windows registry patching
Crumbs .. Yes .. I don't even know how to review this. I have a set of (non-upstream) virt-v2v tests against Windows guests which I will start running now. They usually take many hours to run, and also I'm on holiday tomorrow. That should hopefully tell me if it completely breaks stuff or appea...
2019 Jan 20
1
NT_STATUS_ACCOUNT_LOCKED_OUT
On Sat, 19 Jan 2019 16:26:21 -0500 Mark Foley via samba <samba at lists.samba.org> wrote: > On Sun, 20 Jan 2019 08:06:26 +1300 Andrew Bartlett wrote: > > > > On Sat, 2019-01-19 at 13:37 -0500, Mark Foley via samba wrote: > > > I sure could use some help on this.  Perhaps this problem is due > > > to a recent Windows update? > > >  > > >