search for: asong

Displaying 3 results from an estimated 3 matches for "asong".

Did you mean: along
2006 Apr 08
1
help : uninitialized constant Song
...ng issue. I have a class A in that i tried instantiating another class B. but got uninitialized constant B error..Any idea how to over come this. Here is my code. -------------------- class SongList #initialize the array def initialize @songs=Array.new end def aSong(aSong) @songs.push(aSong) self end def deleteFirst @songs.shift end def deleteLast @songs.pop end end list =SongList.new list. append(Song.new(''title1'', ''artist1'', 1)). append(Song.new(''title2'...
2006 Jul 19
4
Rails crashes my fcgid/fastcgi/scgi on apache2/lighttpd :<
Or maybe I crash it and don''t know why. Here is the setup: I have an action that will crash my debian sarge development box using fcgid, fastcgi and scgi running with Apache2, as well as fastcgi running with lighttpd, every time. Here is the action from the controller: ------------------- def crashme @orders = Order.find(:all, :order => "`id` ASC", :offset
2007 Aug 15
1
Problem Connecting to Oracle with R from Windows XP
Hello, I installed RGui 2.5.1 and package DBI on Windows XP and tried to connect to Oracle database which is on a Linux server. When I tried to use dbDriver("Oracle"), I got an error as follows: > drv <- dbDriver("Oracle") Error in do.call(as.character(drvName), list(...)) : could not find function "Oracle" > Could anyone tell me how