similar to: [OT] Rails is built into OS X 10.5

Displaying 20 results from an estimated 600 matches similar to: "[OT] Rails is built into OS X 10.5"

2005 Jul 25
2
acts_as_tree and traversing parent/child relationships
I am working on an Rails application that uses a pretty complex category structure through out the site. I have defined a table to house all the info and a FK to reference parents within the table CREATE TABLE categories ( id int(11) NOT NULL auto_increment, name varchar(50) NOT NULL, parent_id int(11) default NULL, constraint fk_category_id foreign key (category_id) references
2006 Aug 16
5
Dreamhost FastCGI: incomplete headers (0 bytes) errors
Sorry to trouble the list with another Dreamhost problem, but looking through the archives I see nothing that can solve my problem. I have installed my app as per http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Quick_Start_Guide_August_2006 with a symbolic link from my_domain.tld in ~/ to ~/apps/residence/public/ I get the Rails welcome screen. I have uploaded my app directory etc, and
2006 Aug 07
3
Rails and MSDE
Has anyone worked with Rails on Microsoft''s MSDE database server? (Not SQL 2005 Express, but the older MSDE) I''m curious on the performance and stability of the SQL Driver for Rails. I have a client needing a new web app, but I have to pull and store the data from MSDE (I have no choice on changing this). -- Posted via http://www.ruby-forum.com/.
2005 May 27
2
5000 sip clients (voip phones)
In a pure voip envoirnment which uses a single codec say ulaw across all its phones can asterisk support 5000 voip sip phones on a dual / single xeon with 1 gb ram. If all the phones support reinvite (Send RTP stream directly to each other). Or would I need more than 1 system to support 5000 phones in the enviornment described above. also I am not talking about the phones using meetme or
2009 Jun 04
3
WWDC Puppeteer lunch
Reminder for Mac Puppeteers going to WWDC How about we meet for lunch at noon on Tuesday. Let''s try to get the table closet to the Odwalla refrigerator, just for reference. We can get more specific on this list on the 8th after we verify the set up. I might even get there a little earlier and put down "reserved" tags. --- Thank you, Allan Marcus Solutions Architect Central
2006 Mar 14
4
Rails Developer Positions in San Diego
We are looking for fulltime Rails Developers to join a tremendous rails only development team in San Diego. Please send resume and examples of work to info@mingle.com. Pay is based upon experience and there is an opportunity for options. Cheers, Mike Mike C. O''Brien CEO Mingle, LLC 701 B Street, Suite 1150 San Diego, CA 92101 mcob@mingle.com 619-922-6970 Cell 619-822-2471 Office
2008 Mar 21
2
x86_64 Fedora Core 8 Xen source build fails - help!
I''ve updated a Fedora 8 kernel to 2.6.24.3-34.fc8 and am trying to put Xen into it from the Xen 3.2.0 source tarball. Eventual destination is an OpenSolaris box running x86_64 OpenSolaris 10. However, "make world" fails in the xen-3.2.0 directory. It seems to be searching for something called "linux-2.6.18-xen.hg". Linux 2.6.18 has nothing to do with it, so
2006 Aug 08
6
[Very OT] Steve Jobs, is he sick?
For us "Railers" on Mac systems we all probably watched Steve Job''s keynote at the WWDC yesterday. Was it just me, or did Steve look "sick"? I mean he has lost a lot of weight and his skin was very drawn. -- Posted via http://www.ruby-forum.com/.
2008 May 27
3
dom0 memory limits greater than 2Gb?
The main Xen mailing list ("xen-users") generally advises users to limit the memory on dom0 to 2Gb or less. Apparently the general version of Xen has troubles with this. What''s the corresponding advice for the Xen in OpenSolaris, Nevada b87 in particular? I''ve got an X4600 with 32Gb of physical memory on it. I was originally planning to have dom0 be the general-
2009 Jul 30
10
[LLVMdev] LLVM Logo
Hi All, I'm happy to announce that Apple has agreed to let llvm.org (and anyone else) use the great LLVM logo they designed for WWDC. If you're interested, you can see the full version of the logo on this page: http://llvm.org/Logo.html I personally think that this is a pretty great logo/mascot for LLVM, because it is very abstract, can be adapted in a variety of ways, is
2009 Jul 30
0
[LLVMdev] LLVM Logo
Chris Lattner wrote: > I'm happy to announce that Apple has agreed to let llvm.org (and > anyone else) use the great LLVM logo they designed for WWDC. If > you're interested, you can see the full version of the logo on this > page: > http://llvm.org/Logo.html Looks cool! I'm awful at this kind of stuff, but maybe someone could do a small version of this with
2006 Jan 13
5
Effect together with ...firstChild - can''t get it to work
Hi, I am relatively new to Rails and I can''t get the following to work: what I am trying to do is to make the first item of a list to flash: var item = $(''items'').firstChild; new Effect.Highlight(item); I get the this Javascript error message: this._base has no child (effects.js, line 445) But I am able to do this without any problems: var item =
2007 Mar 23
2
[LLVMdev] June 2007 LLVM Developer's Meeting
I can't make it on the 22nd, but I will be there if it's on the 29th. Ryan Brown On 3/23/07, Reid Spencer <rspencer at reidspencer.com> wrote: > Hi Sarah, > > On Fri, 2007-03-23 at 15:11 -0700, Sarah Thompson wrote: > > I'll almost certainly come along, possibly with one or two other NASA > > people. > > Great! If/when you know their names, have them
2006 Mar 15
5
Possible bug with multiport?
Hi Folks: I am either using the multiport of the -m or --match option of iptables in correctly or there is a bug with it. Is anyone else using it with no problem? This is the way I am trying to use it: my_ports=21,25,80 iptables -t nat -A PREROUTING -i $wan_addr -p tcp -m multiport --dports $my_ports -j DNAT --to $my_internal_address I have used this in the past successfully but that was a
2007 Aug 19
3
fastcgi issue on production
I just deployed my rails app to my production server. It''s all working locally, but when I switched it over to the production server (at dreamhost) I get this error: # Logfile created on Sun Aug 19 15:22:48 -0700 2007 by logger.rb/ 1.5.2.9 [19/Aug/2007:15:22:48 :: 1841] starting [19/Aug/2007:15:22:48 :: 1841] Dispatcher failed to catch: You have a nil object when you didn''t
2004 Aug 06
6
need help/ideas please, oh and answers
> Um, why wouldn't you just use apache for this? Exactaly, I would recommend the mod_mp3 project for something like that. http://media.tangent.org/ They are doing almost exactaly what sound like you are looking for. There is also the project 'ampache' that takes this one step further and adds a MySQL database backend to a PHP front. JStanley --- >8 ---- List archives:
2005 Oct 23
2
Is it feasible to cross-build compat5x binary?
Hi folks, I think we need to update compat5x binary to fix FreeBSD-SA-05:21.openssl, but will the binaries built by ``make universe'' be identical with actual build on Alpha, Sparc64, etc? (Yes, I'm volunteering to do the work iff they are identical ;-) Cheers, -- Xin LI <delphij frontfree net> http://www.delphij.net/ See complete headers for GPG key and other information.
2006 Jun 04
2
Can anyone help?
Quick question please....A user logs into windowsXP and tries to create a folder/document and the ownership on the new file/folder defaults to nobody:nobody. I have the user set up in samba on the IRIX machine. All other users have no problem. Anyone have any suggestions? Thanks Rachel
2008 Apr 06
3
Need help with Cisco 7960
Hello all, I need some help with my Cisco 7960 enabling TFTP. Does anyone know what numbers to press in the menu? Or can I enable this through telnet? Many thanks, Christian
2005 Dec 16
3
ActiveRecord: manually setting :id
Hey everyone, I''m having a problem with ActiveRecord (outside of Rails) where it doesn''t allow me to set the value of the :id column. Since you''re probably not normally supposed to fiddle with the primary key, I''m guessing that this isn''t a bug, but is intentional. Is there any way to override it? The reason I need this is that I''m making a