similar to: Debian SID versions messed ujp

Displaying 20 results from an estimated 500 matches similar to: "Debian SID versions messed ujp"

2004 May 04
1
How does Norvergence do it ?
So a guy shows up at the the office, after making an appointment with the office manager / receptionist to talk 'phone systems'. After her eyes glaze over, with him talking T1 and Frame-Relay I get to see him. He's from Norvergence. Well dressed. Tells me they can do a T1 for $79, with unlimited local & long distance for free. It also does 'internet'. 'Just give me
2005 Nov 17
7
render :partial in mail template
Hi, Is it possible to render a partial template from within a mail template? I get the following error undefined method `controller_path'' for SupportMailer:Class Extracted source (around line #8): 5: 6: <%= @url %> 7: 8: <%= render_partial ''sig_admin'' %> Jeroen
2012 Dec 06
1
During FTS reindexing, search commands unceremoniously exit
Is this intentional? Closing the connection without warning doesn't seem like the best response... --8<---------------cut here---------------start------------->8--- % printf "1 select \"INBOX\"\n2 search body quack\n3 logout\n" | /opt/local/libexec/dovecot/imap * PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m posting something I threw together today cause I think it might be useful. In what little free time I have I''ve been wanting to put together a Rails/Ferret based restful dictionary. So I finally got a chance to get started today so the first thing I wanted to do was implement a metaphone
2005 Feb 11
3
DVD Shrink and wine 20050111 vs 20041019
hallo i'm running mepis (debian unstable) and if i install wine from the regular (non-wine specific) deb repositories, I get wine 20041019. if I install from wine.sourceforge, I get 200501011. with the former, the application seems to lock up much more often. with the latter, the ability to play the movie (e.g. to see which audio stream to include) is disabled. i see from this screenshot
2006 Jan 05
4
testing file uploads
Hi all, I was wondering about the class used when rails receives file uploads. Sometimes it appears to be a File, and other times it is a StringIO. Also it has methods such as original_filename that don''t appear to belong to either of these classes. I ask because I''m trying to work out how to test my fil upload related models and controllers. Is there some standardised way of
2007 Feb 12
6
Specs for Ajax partials with unicode characters
Hi Not sure if this is more Rails or RSpec related... I''ve got an app with an RJS view that updates a div in a page with the contents of a partial. The partial contains a non-ascii character namely a pound sign. I set up a simple test app with this RJS view: page.replace_html("test_div", :partial => "test_action") and this _test_action.rhtml:
2007 Nov 29
3
Strange Array behaviour
I''m having a strange thing when using the Enumerable extensions for Rails: Have a look at the following code: class Invoice < ActiveRecord::Base has_many :invoice_lines def total invoice_lines.sum(&:total) end end class InvoiceLine < ActiveRecord::Base belongs_to :invoice def total amount * price end end Now, when calling invoice.total, I get wrong
2008 May 18
2
Using Hash to mock classes that respond to :
Hi I''ve been doing this a while now. If I have a class that responds to : [], and all I''m interested in stubbing is that method, then instead of using a mock I just create a hash. (Similarly, you could create an array when you are testing an Enumerable object.) Example from code I just worked on, where uses MigrationGraph#[] looks up graph vertices by name:
2007 Feb 28
12
Specifying that code is called in a block
Not sure if this is possible currently. I have a section of code like this: ActiveRecord::Base.transaction do cow.save! duck.save! dog.save! end (Names changed to protect the innocent.) I''d like to specify that the saves run in a transaction. I can do ActiveRecord::Base.should_receive(:transaction).and_yield But is there any way to specify that the code is
2009 Feb 19
4
problem with comparing a part of string with whole string
Hi all, I got one problem with comparing strings like if any string is like "*RIGHT, EPICARDIUM: FOCUS, GRAY-WHITE, SINGLE, APPROX 0.6 CM IN DIAMETER*." and i have to compare "*GRAY-WHITE*" with the above string or otherwise i have to compare " *TUMOR BENIGN*" this string with "*MEDULLRY TUMOR BENIGN,TYP PHEOCHROMOCYTOMA*" i
2004 Jun 08
5
fast mkChar
Hi, To speed up reading of large (few million lines) CSV files I am writing custom read functions (in C). By timing various approaches I figured out that one of the bottlenecks in reading character fields is the mkChar() function which on each call incurs a lot of garbage-collection-related overhead. I wonder if there is a "vectorized" version of mkChar, say mkChar2(char **, int
2005 Feb 28
1
Problems with MSI Installer
I installed Wine 20050211 and i ran wineprefixcreate for making .wine directory. Then i installed some fonts and then i tried to install instmsia.exe but nothing happened. I redownloaded the exe file from microsoft site and i get the same results. If i try to install some apps using MSI Installer i have a window: "Error 1719. The Windows Installer service could not be accessed". I
2005 Jan 24
6
strange window behaviour with access 2000
Hi, I am using wine-20050111 with Access 2000. When I start the Access application the switchboard (opening screen with buttons) is minimized. I can drag the window bigger and everything works fine. But when I maximize the switchboard with the window button, Access "hangs". In the console these messages are repeated every time: fixme:hook:NotifyWinEvent (32773,0x20078,159,0)-stub!
2005 Oct 08
3
Bug with letters in newer Wine-versions
There existing a bug in newer Wine versions. I use SuSE 9.3 as system. If I used the Wine-version, which comes with the distribution (wine-20050211), then the following window comes at start: http://user.web-gear.com/theuserbl/wine1.png But if I update to wine-20050830 or wine-20050930 then it looks like http://user.web-gear.com/theuserbl/wine3.png It is NOT a font-problem. I have copied the
2006 Apr 06
3
Wine and AMD 64 in Suse 9.3
Hi. I have to use a comercial Windows software in my work, called Cosilab. Last two months I was using Debian and wine 0.9.1 and everything went perfect. The Program works fine under wine and I haven't got any problems. Now I've updated my computer to an AMD64 with 2Ghz Processor and I do not know if the problem with wine is caused by the 64 bits processor or why... I try to run the
2005 Mar 08
0
winbindd will not connect to samba pdc
I'm trying to migrate to a Samba PDC from an NT PDC. Right now I'm testing whether a Samba member server can effectively grab user account info from a Samba PDC. Both the PDC and the member server are vanilla, no-frills Redhat 9 machines, the PDC is running Samba 3.0.9 and the member is running 3.0.11. I've followed the instructions in the Samba HOWTO for setting up winbindd, that
2005 Jan 31
4
Outlook 2000 & attachments
Hi, I'm using Outlook 2000 under Wine 20050111. Generally things work great, apart from one very annoying problem - whenever I try to open a message with an attachment, Outlook crashes. I'm connecting via exchange and it doesn't seem to matter what sort of attachment it is - it simply crashes as soon as I click on the message. Anyone had any similar problems and know a workaround?
2006 Jun 09
0
Controller Modules Messed Me Up
Modules are exactly what I needed to figure out, but once I started my app over again putting my controller under a module folder, I can''t get my basic app going. Basically I have a News app, where we will post PR and other articles of interest. It was working fine with a model/controller combo of news/index for the public and news/admin for the administrators. Keep in mind this
2006 Apr 19
0
My database model''s connection appears messed up.
I am trying to add data from a form, and the rails doesn''t appear to be making any effort at all. I''ve put deliberately erroneous data, but still nothing. All the development log shows is this. This is the code in use - based on the example from Rails book def add_customer_admin if request.get? @login = CustomerAdmin.new else @login =