search for: gryphon

Displaying 14 results from an estimated 14 matches for "gryphon".

Did you mean: graphon
2007 Oct 29
9
Problems with mongrel on NetBSD
I seem to have a (recent) problem with mongrel on NetBSD. I''m running a development release of NetBSD (called NetBSD-current 4.99.34). When I start mongrel, it listens on the IPv6 wildcard address, but not on the IPv4 wildcard: => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with
2013 Apr 08
1
fitting a hyperbola to data points
...me ~ Requests) plot (Time ~ Requests, log="y") plot (Time ~ Requests, log="x") plot (Time ~ Requests, log="xy") -- To be intoxicated is to feel sophisticated, but not be able to say it. George Carlin Manoj Srivastava <srivasta at acm.org> <http://www.golden-gryphon.com/> 4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 599 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachmen...
2013 Mar 05
4
searching model and has_one association
Howdy. I have these models: User, field "mundane_name" user has_one :instructor_profile (may or may not exist) instructor_profile, field "sca_name" belongs_to :user I would like to craft a search on these fields, which is effectively this, but in one go: matching_users = User.where("mundane_name ILIKE ?", "%#{target}%") matching_profiles =
2007 Nov 10
1
Upgrade on windows to 1.1
Attempting remote update of mongrel Select which gem to install for your platform (i386-mswin32) 1. mongrel 1.1 (java) 2. mongrel 1.1 (mswin32) 3. mongrel 1.1 (ruby) 4. mongrel 1.0.4 (ruby) 5. mongrel 1.0.4 (mswin32) 6. Skip this gem 7. Cancel installation 2 > ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found This is using the NetBean IDE''s ''ruby
2009 Aug 24
1
wine, gecko and links
Hi. I have a problem with wine and gecko. When i open page and click some links, nothing happens. For example, Code: $wine iexplore "http://en.wikipedia.org" links "About" and "Help" don't work, but some other work perfect... Is it normal, or something can be done? // Ubuntu 9.04, wine 1.1.27, gecko 1.0.0 ______________________ P.S. Sorry for my bad
2008 Jul 18
2
disabled save button when pdf generated
Hi I m new in Ireport, I want to dasabled the save button for generated PDF file and also not allowed to copy past. can any body help me. Thanks and Regards Kundan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Oct 23
11
validates_confirmation_of not working?
I just can''t get validates_confirmation_of working for the life of me!... It''s not the first time I''m having problems with it but I just never understand why!... This time I pretty much followed *exactly* the example in Agile Rails Development and still...it just won''t work! I put 2 different passwords in the form and it doesn''t trigger an error,
2007 Oct 15
6
SQL injection with :order, :limit, :group
I know how to avoid SQL injection attacks when you use :conditions User.find :first, :conditions => ["login=?", params[:username]] but how about with :order, :limit or :group? # uh-oh...spaghetti-oh User.find :first, :order => "login; delete from users; select * from users" Pat --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2007 Nov 08
26
Mongrel wiki?
Dear Mongrels, The same questions keep coming up over and over on the list, which is ok, but not really optimal. If we added a wiki to the Mongrel site to handle FAQs, what wiki should it be? Required features would be: * Spam protection * Doesn''t look shitty I would probably spring for Trac (and also migrate the bugtracker) if noone else has opinions, but I''m sure some of
2007 Oct 29
0
It's blog time
After much resistance to trends, I have joined the blogging world. This is for a selfish purpose: I can''t forget what I write down. The by-product is that others can read what I write down now, too. http://blog.flame.org/ I''ve got some rails stuff up, and a few other bits. Should anyone wish to publish rails (or other) items, let me know. I''m willing to share. :)
2008 Jul 18
0
Creating multiple objects at a time, the RESTful way?
Most resources seem to be singletons -- that is, the "create" action only creates one object. However, for a log parsing application I am writing, I would like to issue one large HTTP request to generate multiple objects at a time. This is purely for efficiency -- I may be creating 100,000 items for each log I process, and I would rather do 100 posts of 1000 items than 100,000 of them.
2008 Dec 08
0
Complex polymorphic routes
I''ve used polymorphic routes which seem to not be QUITE what most people mean when they use this term. Most discussions are intended to handle things like: /blogs/1/comments /article/1/comments where the comments controller handles different parent types. I have often used something more like this: /users/1/domains /domains Each of these are "scoped" such that if a
2009 Jun 13
3
dovecot-antispam plugin and "Failed to call dspam" message
Hi, I had this working until I recently upgraded Dovecot, and now I'm getting a message back from Thunderbird of "Failed to call dspam." when I attempt to move a message into one of the designated spam folders. However, I know from looking at the dspam system.log file, the retraining actually happens - so it -does- appear to be calling dspam. It appears that the 'move'
2007 Oct 16
6
netbeans6 + RoR errors
I''m having problems with running RoR applications, either imported from existing source or by creating a new project in NetBeans 6 beta 1. When I use the menu "run / test project" or "run / run main project" I get an error very similar to this: (from test) (in C:/flame-svn/test/RailsApplication1) "C:/flame-svn/test/RailsApplication1/config/boot" rake