search for: eather

Displaying 10 results from an estimated 10 matches for "eather".

Did you mean: rather
2006 Mar 15
4
RJS template eating encoding
I was previously doing an update via .rhtml templates creating an AJAX :evaluate_remote_response. I use UTF-8 in my pages, and my app requires that I be able to, say, put Japanese characters in. The problem is that when I switched this over to an RJS template it started eating the encoding. I now get garbage characters where before I got the correct ones. The code for the RHTML: <%=
2002 Jun 17
2
Problem with Samba 2.2.4
...se the Sambaserver2 isn't able to check the W2kclients machineaccount on sambaserver1 and the message appears "Can't finde the Domain XXX". If I connect with a WinMe- oder a Win9x-client at the Sambaserver2 I don't have any problem and I don't have to create a smbpasswd or eather use the "encrypted password"-parameter on Sambaserver2. All is working just fine! When I connect with the same Win2k,9x,Me-client's to the Sambaserver1 -> I don't have any problem. About my configuration: Sambaserver1 on Subnet 1 (192.168.1.0/24): - security = user - encrypt...
2006 Jun 28
2
perform_deliveries = false
Hi, Can someone explain the proper use of the use of perform_deliveries in the environment.rb file?? ActionMailer::Base.perform_deliveries = false I just moved a new controller to the production version of an app, but wanted to be sure everything was properly configured before sending out a big mailing, so I set perform_deliveries = false, believing that would prevent mail from being
2005 Mar 18
3
Easy Accounting?
I have an office setup with shorewall and when there''s bandwidth problems, I''d like to know who''s hogging my bandwidth and how (port). What would be the best approach to have shorewall show me something like: IP | Port | Bytes In | Bytes Out I have 20 PCs connected via DHCP. I looked at the documentation and thought that accounting may be close, but accounting
2006 Jul 22
2
redirect_to error
Hi, I have a redirect_to statement in a method that I would like to have at the end of the method to take you to a ''Success'' page if everything works. When I hit the redirect_to statement, ( redirect_to :action => ''show_success'' ) I get this in the browser: Application error Rails application failed to start properly" The development.log
2006 Mar 16
1
sql functions in cru ( not d )
Hi, I''m looking at ways to encrypt email addresses rather than storing them directly in the database. There are several ways that it could be done. I could make an Encrypter class and use before_update, etc. Or I could set up an updatable VIEW in mySql. (I guess triggers might be another possibility.) However, what I would really LIKE to do is use the handy AES_ENCRYPT and
2004 Sep 06
3
SIP rtp port forcing
When a SIP call starts (INVITE / 200 OK), asterisk seems to create a random port number for voice (rtp) packets. Is it possible to force this port value (without using reinvite since i am trying to use SIP against something else than sip) thanks a lot in advance -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Apr 26
3
A HowTo guide?
I've very new to this... what I want to achieve, is to have my clients network boot - and then be presented with a menu, allowing them *well, me* to choose what to do. Maybe, boot from the main hard disk, or boot a disk image from a samba share, or maybe even boot a CD image, instead of having the actual CD in the drive. Also, I would want to be able to change this menu, without actually
2008 Oct 14
6
Disabling XML character escaping for to_xml
Currently, it appears to_xml will automatically escape any entities into their corresponding &XXX representation. There''s a piece in the documentation that says "If $KCODE is set to u and encoding set to UTF8, then escaping will NOT be performed." Unfortunately, this doesn''t appear to be the case. Even after following the docs and ensuring that default_charset is
2006 Jul 20
0
Ruby Classes
Hi, I''m so frustrated. My app has two classes that don''t inherit from Active Record. Everything is happy as long as I am running under lighttpd on my local machine (OSX). When I move it into the development environment on the server (running Apache on Linux), it suddenly can''t recognize any of the methods for those classes, though it appears to make an