search for: whammo

Displaying 6 results from an estimated 6 matches for "whammo".

Did you mean: whammy
2006 Aug 18
3
equivalent of "puts" in rhtml
Hi everyone, This seems so basic, and yet I can''t quite figure it out. Say I have some code in an .rhtml document: <%= if @session[:user_id] link_to somethingA else link_to somethingB link_to somethingC end -%> Only the link to somethingC will show in the second case. I understand that the last thing returned from that else block is that last line. In php i could just add
2006 May 20
3
In a find, can''t you use both :include and :limit ?
...But remember, I want to use this in a Pagination scenario, and that''ll require :offset and :limit. Let''s add them in as a test. employees = Employee.find( :all, :limit => 10, :offset => 1 :include => :skills, :conditions => ["skill_id = ?",3] ) WHAMMO! I get hit with this: ActiveRecord::StatementInvalid: Mysql::Error: #42S22Unknown column ''skill_id'' in ''where clause'': SELECT id FROM employees WHERE (skill_id = 3) LIMIT 1, 10 What gives? I''m obviously a newb and may very well have misunderstood t...
2006 Mar 07
2
OT: Polycom BootRom 3.1.3 and vsftpd 2.0.3
...[Asterisk-Users] OT: Polycom BootRom 3.1.3 and vsftpd 2.0.3 HTTP's nice, but FTP does the job. Check the docs for supported FTP servers -- many of the stock Linux FTP servers will give the exact problem you discussed, below. I should know -- took me almost a week before trying proftpd, and WHAMMO, worked like a champ. -Ken On Tue, March 7, 2006 12:37 pm, William M Conlon wrote: > I spent a weekend battling similar issues with 501s, using FC4/ > proftpd. I finally switched from FTP to HTTP. > > > On Mar 7, 2006, at 9:53 AM, Kristian Kielhofner wrote: > > >> Hell...
2007 Feb 18
11
Re: [osol-help] How to recover from "rm *"?
> On Sun, 18 Feb 2007, Calvin Liu wrote: > >> I want to run command "rm Dis*" in a folder but mis-typed a space in it >> so it became "rm Dis *". Unfortunately I had pressed the return button >> before I noticed the mistake. So you all know what happened... :( :( :( > > Ouch! > >> How can I get the files back in this case? > > You
2006 May 15
16
Ferret not able to read a Lucene Index?
Hi all, Having problems trying to get Ferret to read an index generated by Lucene. Am I right in thinking Ferret should be able to read a Lucene generated index no problem? Using the code snippets detailed in http://www.ruby-forum.com/topic/64099#new Any advice gratefully received. Many Thanks, Steven -- Posted via http://www.ruby-forum.com/.
2007 Sep 19
49
plugin dependencies
Hello all, The topic of plugin dependencies has come up before and it doesn''t seem to have been addressed by core or core doesn''t seem to think it''s an issue. I''ve looked at the current edge code and don''t see anything new, so if I''ve missed something *please* let me know. The following article makes mention of a require_plugin