search for: kemper

Displaying 20 results from an estimated 713 matches for "kemper".

Did you mean: kempter
2012 Dec 13
1
[fdo] kemper maintenance this weekend
Hi all, I'll be dist-upgrading and moving kemper to a VM this weekend, so expect some downtime, starting Saturday morning, UTC. kemper is the primary git repository hosts, so this means any git repositories will be offline for the duration of the migration. Please drop by #freedesktop if you have any questions. -- Tollef Fog Heen UNIX is user...
2005 Nov 12
3
PostgreSQL testing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all, Could the PostgreSQL users in the crowd lend a hand testing http://dev.rubyonrails.org/ticket/2594 on svn trunk against PG 7.4, 8.0, 8.1? We need some more eyeballs in the stew. Thanks! jeremy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) iD8DBQFDdm1oAQHALep9HFYRAjhCAJ4k49808L/K64DX2A2cs8pqeH/SdQCgiab3
2006 May 15
8
set_table_name and self.table_name
I have some legacy tables that I used set_table_name on, I''m attempting to write a method that will get key value from a sequence table and then update it and return a value. I''m hoping to put this in the base ActiveRecord method so I would like to reference the table name with self.table_name or something... class Contacts < ActiveRecord::Base set_table_name
2005 Nov 23
15
:conditions => ... formatting
With code like: if @params[:pnumber] =~ /\s*p?(\d+)\s*/ if student = Student.find_first(:conditions => ["pnumber like \":pnumber%\"", {:pnumber => $1}]) @borrower = student elsif emp = Employee.find_first(:condiwions => ["pnumber like \"?\"", {:pnumber => $1}]) @borrower = emp else
2006 Aug 08
12
Rails (internals) architectural question
Hi Another newbe here..... I was wondering if someone could please help me understand the controllers/view inner working in Production 1. If xxx_controller.rb is only loaded once does it mean there is only one instance of Controller serving all requests? 2. If only one instance of controller is there then how are controllers instance variables protected from data corruption when serving multiple
2015 Dec 22
2
Deutsche Telekom: calls dropped after 15 minutes
Zitat von Sebastian Kemper <sebastian_ml at gmx.net>: Hi Sebastian > Brian suggests to check the SIP traces. You can either enable SIP > debugging in Asterisk like so: > > sip set debug on > > Or you could run tcpdump and capture the SIP traffic. > > The first option is probably the easiest....
2013 Oct 15
0
compute current values in a facet
...I did not find any way to get access to the current yy value. Hope someone can help R. Kemper...
2008 Jan 03
2
Interresting Changeset for Rails Trunk...
>From http://blog.codefront.net/2008/01/02/whats-new-on-edge-rails-the-pilot/ A native Mongrel handler has been introduced. This is so that it can be worked on independent of Mongrel?s release cycle (the Rails handler is currently in the Mongrel codebase). Jeremy Kemper (bitsweat) has already made a minor performance improvement by moving the mutex from the handler itself into the dispatcher. This means that as Rails gets more threadsafe, the Rails team can push the mutex further down so that it?s not a (scary) giant lock (the existing Mongrel Rails handler has a...
2006 May 18
8
Concatenated key
Hi all, I started playing a couple days ago with Rails and it find it very interesting. But I''m a bit stuck with making it work with a concatenated primary key. I want to use my own names for the DB fields and I''m using SQL Server 2005. My tables look roughly like this: CREATE TABLE USERS ( USR_ID VARCHAR(25) NOT NULL PRIMARY KEY, USR_PASS VARCHAR(25) ) CREATE TABLE
2006 May 11
4
Legacy database problem
Hi I am trying to use Ruby on Rails to work with an existing database. The problem is that, all the table names begin with a captial letter (e.g. Products). So I did the following changes in environment.rb, I''ve added under # Include your application configuration below ActiveRecord::Base.pluralize_table_names = false In class Product, I''ve added set_table_name
2004 Oct 04
6
Appreciate help with Shorewall and VPN
Hello all, I had setup shorewall before succesfully with a normal LAN to internet connection. Now I''m connected to the internet via VPN and I got problems with configuring Shorewall. Any help is appreciated. This is my setup: - Gentoo Linux laptop (kernel gentoo-dev-sources-2.6.8.1) with Shorewall 2.0.4 (setup for Standalone one interface) and iptables 1.2.11 - VPN client is
2007 Nov 13
4
question about activerecord test_numeric_fields in base_test.rb
There''s a test for activerecord called test_numeric_fields in base_test.rb. here''s the test def test_numeric_fields m = NumericData.new( :bank_balance => 1586.43, :big_bank_balance => BigDecimal("1000234000567.95"), :world_population => 6000000000, :my_house_population => 3 ) assert m.save m1 =
2015 Sep 14
2
Update peer IP address
On Tue, Apr 14, 2015 at 08:26:07AM +0200, Sebastian Kemper wrote: > On Thu, Apr 02, 2015 at 11:33:38PM +0200, Daniel Heckl wrote: > > I do not want set allowguest=yes. The problem is, there is no official > > list with ip addresses of Telekom Germany. But I think all ip > > addresses comes from the ip range 217.0.0.0/13. > > Hel...
2005 Apr 26
10
Cannot force WeBRICK into submission (UTF-8)
Hello everyone! Pushing my new rails project I stumbled upon some weird problem. I cannot force WeBRICK to show me my MySQL records in UTF-8. All I recieve into the object (instead of russian letters) are question marks (a la ?????? style). I am running MySQL 4.1 (the one with switchable charsets) and a binary Ruby extension for it, all on OSX. To me it looks like MySQL never recieves what I
2007 Oct 14
5
Ruby/Informix 0.6.1 released
This is a maintenance release to fix a bug triggered while working with Ruby on Rails and Informix. Web site: http://ruby-informix.rubyforge.org Changelog: 0.6.1 13/10/2007 ------------------ Bugs fixed: * Database#columns was returning an empty array from within the Informix ActiveRecord adapter (ActiveRecord::ConnectionAdapters::InformixAdapter#columns) if
2006 May 23
8
ad-hoc query
How do you run an ad-hoc query that does not belong in any model? I thought it was something like ActiveRecord::connection.find("my query..."), but I can''t seem to find the documentation on it. I know I''ve seen it somewhere before, though. thanks, Jeff -- Posted via http://www.ruby-forum.com/.
2006 May 05
5
Sessid.
How can I get the sessid from the current session object? For instance, I log in the system, and want to know which sessid I''m using. I''m storing the session using active_record. Later on, I want to restore a session finding it using the sessid. Thanks in advance. Fernando Lujan
2015 Dec 22
2
Deutsche Telekom: calls dropped after 15 minutes
Zitat von Sebastian Kemper <sebastian_ml at gmx.net>: > I don't remember seeing anything looking like a SIP trace in your first > mail. Try > > sip set debug on > > instead of > > sip set debug 42 > > I don't think there's a sip debugging level like 42 in Asterisk. You can &gt...
2010 Mar 22
0
[fdo] Routine maintenance 2010-03-25
Hi all, Hosts affected: annarchy, gabe, kemper, fruit, expo.x.org I will be doing some routine maintenance on the various hosts on the coming Thursday morning (UTC). Hopefully not too much downtime, but I have been asked to test a fix for a boot problem on kemper, so that might take a little while to do. All services and hosts will be affect...
2005 Dec 15
3
save and save! fail but no errors are created
Hi I will provide code if needed but I am wondering if there might be a standard cause for this: a Model I am trying to save seems to fail miserably at either a #save or #save! call. In the latter case, a RecordInvalid is raised, but when I inspect it, the Errors object does not contain any error messages (full or otherwise). I have tried many a way but I can not seem to get any error info. Are