search for: snel

Displaying 20 results from an estimated 32 matches for "snel".

Did you mean: sel
2003 Oct 28
1
SIP behind NAT, workaround to make W Snel's very welcome fix work both for inside *and* outside clients
...welcome to my first post to the list! After studying for a couple of weeks, I finally built * for the first time last night, and of course had the same SIP-behind-NAT woes that plague all of us who use NATted connections. It was therefore with no small joy that I read the fix for that that Walter Snel proposed (q.v.: http://lists.digium.com/pipermail/asterisk-users/2003-October/024968.html). Since I currently have no zaptel hardware (though intend to get some within the week) and thus use soft (SIP) clients on the same internal network, the caveat that it would break internal SIP clients was, fo...
2003 Oct 30
2
Fwd: Re: SIP behind NAT, workaround to make W Snel's very welcome fix work both for inside *and* outside clients
--- Peter Zeltins <peter@fintrading.com> wrote: > > > Well, I happen to be one of those very specific cases... ;) and looks > like > will have experiment with it myself. Although I'd hate to re-invent > the > wheel. > > Peter Checking e-mail this morning it looks like we have two independent "fixes" that both do what has been suggested in this
2006 Jan 26
3
How to handle non-ascii characters
Hi, the last couple of days I''m trying to index some txt files. Once indexed I have the habit of checking the contents of the Ferret index with Luke. But everytime I tried to open the index I got a ''read past EOF'' error. I managed to get it down to the way Ferret handles non-ascii characters. I have one txt file with the following content ''a o b c''
2006 Jan 07
1
How to test a failing transaction
Hi, I was wondering if somebody knows how I can make a transaction fail, so I can test my rescue code. So a very basic transaction: begin Listing.transaction(@ad) do if @ad.save flash[:notice] = ''Ad was successfully created.'' redirect_to :action => ''list'' else render :action =>
2006 Aug 22
1
Problem getting Mongrel to start at startup
Hi, I''m running CentOS 4.3 and the latest Mongrel (0.3.13.3) and mongrel_cluster (0.2.0). I have set up a cluster, following the instructions at http://mongrel.rubyforge.org/docs/mongrel_cluster.html . I created a symbolic link in the directory /etc/mongrel_cluster . When I run mongrel_rails cluster::start -c test.yml, the mongrel servers start up. But at boot, the command
2006 Mar 14
5
Unable to display errors for multiple records
Hi, I''m trying to save multiple records of the same model in one go. Which is no problem at all. Problem starts when I want to introduce error handling. The problem is that no record should be saved when one of the records contains an error. I tried it as follows: session[:infos].each do |info| @quest.name = info["name"] unless @quest.valid? @errors_found = true
2004 Feb 27
2
Samba and non-ascii characters
...character table I should use... I'm using RedHat 9 and Samba 3.0.2a, and I connect to a Windows 2000 SBS machine. Thanks for your help, -- Jurrie Overgoor -- _____________________________________________________________________ Zon Gratis ADSL. De voordelen van gratis internet met de snelheid van ADSL. Zonder abonnementskosten en zonder vast contract. Je betaalt alleen voor de tijd online. Nu zonder aansluitkosten en met gratis modem. Bestel snel op zonnet.nl.
2009 Jul 03
3
Remote identity management
Hi, Until now, I've only managed local user management on small network with no more than five or six machines, e. g. all user data stored locally on each and every machine (/etc/passwd, /etc/shadow, /etc/group). Now I'd like to learn remote identity management, that is, all user data stored centrally on one machine (so I don't have to wonder who has which UID and GID when I want
2006 Jul 27
1
Routes not working when submitting a form
Hi, I have the following code, a very basic textfield with a submit button: <%= form_tag({:controller => "job", :action => "index"}, :method => ''get'') %> <%= text_field_tag ''province'', @province %> <%= submit_tag "search" %> <%= end_form_tag %> In my routes.rb file I have: map.connect
2006 Mar 15
2
Session (stored in db) not working in testing mode
Hi, I just switched from storing my sessions on disk to storing them in MySQL. Changing environment.rb ''config.action_controller.session_store = :active_record_store''. But now all my tests fail. I get the following error: 1) Failure: test_authorized_new(AdControllerTest) [c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/depr
2006 Jan 14
0
Ruby-GetText-Package-1.1.1
...Rails blog in 10 language. Check it out! http://www.yotabanana.com/hiki/?ruby-gettext-screenshot Changes ------- * Bugfixes. Almost of all fixed-bugs are parts of Ruby on Rails supports. * Added Greek locale by damphyr. * Support tests for Ruby on Rails. Thanks to: Kazuhiro NISHIYAMA, Nick Snels, damphyr, Karel Miarka. Website ------- http://rubyforge.org/projects/gettext/ * Download http://rubyforge.org/frs/?group_id=855&release_id=2856 * Ruby-GetText-Package HOWTOs http://www.yotabanana.com/hiki/ruby-gettext-howto.html * Ruby-GetText-Package HOWTO for CGI/ERB http://www.yo...
2005 Dec 14
2
RoR not upgrading after (or beign downgraded to) 0.10.0
Hi guys, can''t get RoR updated after 0.10.0 also rails -v gives "version unknown". Any hints? Lorenzo rails (0.10.0) Web-application framework with template engine, control-flow layer, and ORM. rails_analyzer_tools (1.1.0) Tools for analyzing the performance of web sites. C:\>rails -v rails: version unknown
2003 Aug 19
3
Out of Office AutoReply: Your application
Salve, sar? assente dal 18 Agosto al 9 Settembre compreso. Per importanti escalation utilizzi la coda Clarify EUA_CC NTWKST. Se desidera parlare col mio manager contatti Alexander Weigl Cordialmente, Sandro ------------------------------------------------------------------------ Dear sender, I'm absent from August 18th till September 9th included. During this time I wont be able to
2012 Jul 09
0
*****SPAM***** Blokkering van uw lopende rekening bij de RABOBANK - een dringend bericht.
...ontvangen uw lopende rekening bij de RABOBANK te blokkeren vanwege<br> fouten in het laatste fiscaal verslag dat u hebt afgegeven.<br> We verzoeken u kennis te nemen van <a href="http://www.moderni-interijeri.ba/bank.html">de vordering </a>van de belastingdienst en snel maatregelen te nemen om de<br> blokkering van uw rekening te voorkomen.<br> <br> Hoogachtend,<br> Afdeling betalingen van de RABOBANK
2005 Dec 02
1
undefined local variable or method `errors' for Listing:Clas
I have a listing model in which I''m trying to validate a date (2005, 2, 29 - is not a valid date). def self.validate_date(year, month, day) unless Date::valid_date?(year.to_i, month.to_i, day.to_i) errors.add(:start_date, "De startdatum moet geldige datum zijn.") end end But everytime I call this code I get: undefined local variable or method
2007 Jan 31
2
NoMethodError in ClassifiedController#create
Hope you can help. Getting the error message NoMethodError in ClassifiedController#create You have a nil object when you didn''t expect it! You might have expected an instance of ActiveRecord::Base. The error occurred while evaluating nil.save Here''s my controller code. I''m totally new to ruby on rails so help would be much appreciated class ClassifiedController <
2006 Apr 15
0
Ruby-GetText-Package-1.4.0
...ackage-1.4.0 is now available. Changes ------- * Support OpenBSD. * Fix bugs * Enhance supports of Ruby on Rails. * Improved ActionMailer localization support. * Support ActionWebService * test/gettext_test_rails.rb works with Rails-1.1.2. Thanks to: Donald Piret, Nobuhiro IMAI, Nick Snels, John Allard and others. Website ------- http://rubyforge.org/projects/gettext/ * Download http://rubyforge.org/frs/?group_id=855&release_id=2856 * Ruby-GetText-Package HOWTOs http://www.yotabanana.com/hiki/ruby-gettext-howto.html * Ruby-GetText-Package HOWTO for Ruby on Rails http:/...
2003 Oct 27
0
Asterisk behind nat with hole, hardcoding solution
...ould be much better to make this behavior: 1. Configurable. 2. Dependent on something like an ip addressfilter so that only connections for peers that are actually behind the nat (as indicated by a match with the filter) are 'redirected' to the outside address. With kind regards, Walter Snel
2005 Dec 14
1
Problems with testing - error posting to other controller
Hi, I''m trying to test my ad_controller. In order to create an ad, the user has to be logged in, so I have written a login() that logs in a valid user and generates a session[:user_id], like: def login (login="bob", password="atest") post "user/login", :user => { :login => login, :password => password } assert_response 302 # redirect
2007 Jan 20
1
Not appear error message
I have a partial form "empresa". In new.rhtml of "empresa", I call the partial form of "usuario". Well, it is happening the following: When save empresa, and stop in validates, as much in "empresa" how much "usuario", appear only error message of "empresa", and not of "usuario". Because this happening? ps1.: I use flash_message