search for: ginko

Displaying 8 results from an estimated 8 matches for "ginko".

Did you mean: gingko
2008 Jun 26
6
ActiveRecord search Query Question
I''m not using ferret because the search I need is not that complicated. I created a basic active record search. I''m using some code from the pragmaticprogrammer book. This is the issue: I can get the single keyword to work fine when entered into the search box, but when you put to keywords separated by a space the search returns no results. It makes sense since the function
2008 Aug 27
5
VALIDATION QUESTION
I''m trying to validate a record before save. I''m using one controller in this case furnii where I have all my calls. The problem is that, the form containing the field I''m trying to validate resides in the furnii views. I tried to add validates_presence_of :content (the field name) in both the furnii model and the ratecomment model but it does not work. I know there
2008 Aug 24
3
tricky include question
I''ve been here before and maybe I''m trying to do something that is not possible. I am trying to include tables that are associated to other tables in the actual include statement but not to the original table call. In this case the furnii table. this is my original query @furnii_from_furnii = Furni.find :all, :include =>[:raider, {:imageasset => :skin}], :conditions =>
2004 Jan 28
9
How to generate a report with graphics and tables?
Hello R-Users, I have some data sets which change on a daily bases. So far I have imported these sets into R, done all my evaluations resulting in a couple of plots, charts and tables of numbers which I copy&pasted via clipboard into Powerpoint. The procedure is always the same and I wonder, whether there is no easier way for doing so. Is there some type of "report generator"
2001 Jun 21
1
pam session in linux port
Hi, Does anybody know why openssh (openssh-2.9p1) on a linux system does not call pam_open_session if no pty is used? In this way the session modules (in /etc/pam.d) are not activated. This is especially annoying if you use pam_limits.so to set rlimits. Every user could circumvent them easily. I do not know if this issue has been discussed before and if this behavior is not alright ..... cu
2008 Oct 01
0
problems select list generated from tables
I would like to generate a select list form multiple associations and I''m not being able to. Do not know what the problem is. Hope anyone can help. the code below gives me a: "You have a nil object when you didn''t expect it! The error occurred while evaluating nil.filename" @skinType = Furni.find(:all, :include =>[:imageasset => {:skin => [:skintype,
2010 Nov 15
0
rake path seems wrong
I''m trying to test rake to make sure it works but I''m getting the following error /usr/local/bin/rake:19:in `load'': no such file to load -- /Users/mauro/.gem/ruby/1.8/gems/rake-0.8.7/bin/rake (LoadError) from /usr/local/bin/rake:19 rake is installed in /usr/local/bin/rake not sure why the path is screwed up. How do I fix this??? -- Posted via
2012 Aug 17
0
iterate through a multi dimensional hash
The problem I''m having is that I need to extract the value of amazon and chef separately. Right now they are both held in the b value in my iteration. I tried to create another loop within the value.each but i''m getting an error. How do I efficiently extract both value separately and efficiently? any help would be greatly appreciated. I''m getting my hash from a yaml