search for: garvin

Displaying 20 results from an estimated 20 matches for "garvin".

Did you mean: marvin
2004 May 19
1
R with shared library support: 'make check' fails with unresolved symbol (PR#6896)
Full_Name: John Garvin Version: 1.9.0 OS: OSF1 Alpha ev6 Submission from: (NULL) (128.42.129.78) I configured R 1.9.0 with --enable-R-shlib on Alpha. 'make check' fails with an unresolved symbol. Here's the relevant output: running code in 'reg-tests-1.R' ...529442:/home/garvin/research/tel/R-alpha...
2005 Sep 29
1
multiple domain login failures
...d redistribute it, as well as to make changes either large or small. Non-free software keeps users divided and helpless, forbidden to share it and unable to change it. A free operating system is essential for people to be able to use computers in freedom." Richard Stallman, Harvard 1974 Stan Garvin UNIX Systems Administrator Flad & Associates 608-232-1366 sgarvin@flad.com
2006 Nov 02
4
Still Having Problems With :through When Going To Same Table... Help... please :-(
I am having a problem with doing a :through that goes back to the same table. The following are my two classes: >>>>> class User < ActiveRecord::Base has_many :spanks has_many :spanked, :through => :spanks, :source => :spanked_user has_many :was_spanked_by, :through => :spanks, :source => :user end class Spank < ActiveRecord::Base belongs_to :spanker,
2007 Mar 09
5
storing customer CC on gateway
I posted this late yesterday afternoon to no response, so I figured I''d try once more to get the morning people''s attention. I''m working on setting up the credit card processing part of a rails app for my company and running into some issues. I''m currently working with the ActiveMerchant plugin and connecting to our account at Authorize.net.
2003 Sep 22
1
Compiling shared library on Alpha/OSF1
...B_CXXLDFLAGS" errors.) make and everything else were done as specified in the documentation. It compiled everything without visible problems, but on linking libR.so I got the following message: /sbin/loader: Fatal Error: Cannot map library libR.so Has anyone heard of this happening? John Garvin
2006 Jan 20
1
HardPhone Dilemma
....11g. However, the FHSS should be better than the 5.8DSS (which uses 2.4GHz to go back to the base). So please respond if you have used either of these two phones. Give me any information you may have on them. -- Tim DeBaillie 812-476-2721 x102 Ciholas Technologies 812-476-2881 255 South Garvin St. debaillie@ciholas.com Evansville, IN 47713 www.ciholas.com
2006 Jan 26
0
Aastra 9112i or 9133i Ring Tones
.... Specifically: 1) How many ring tones do they come with? 2) Can you upload your own ring tones? 3) If so, what format and how? (wav, mp3, gsm, etc. and TFTP, web management, flash, etc.) Thanks for any help. -- Tim DeBaillie 812-476-2721 x102 Ciholas Technologies 812-476-2881 255 South Garvin St. debaillie@ciholas.com Evansville, IN 47713 www.ciholas.com
2004 May 13
0
Rprof ignores top-level computation (PR#6883)
Full_Name: John Garvin Version: 1.9.0 OS: Linux Submission from: (NULL) (128.42.129.78) This may or may not technically be a bug, but it's certainly an annoyance. Rprof only takes into account computation that occurs inside functions. If a time-consuming operation occurs outside a function, it doesn't record t...
2004 Oct 02
1
RCC compatibility patch
Would you consider the following patch to eval.c to allow compatibility with RCC? (It's in the applyClosure function.) @@ -432,6 +432,14 @@ SEXP f, a, tmp; RCNTXT cntxt; +#ifdef RCC + SEXP comp; + PROTECT(comp = getAttrib(op, install("RCC_CompiledSymbol"))); + if (comp != R_NilValue) /* compiled version exists */ + op = comp; + UNPROTECT(1); +#endif
2006 Sep 08
4
Any Rails Developers in Montana?
Any Rails Developers in Montana? Especially Helena or Bozeman? I don''t expect there''s enough of us to form a user group, but it might be nice to talk shop ''offline'' every once and a while. Eric (in Helena) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Mar 07
2
Trouble using RESTful helper
Hi, I am trying to get into this REST thing, I have a nested resource whith the following route: ActionController::Routing::Routes.draw do |map| map.resources :members map.resources :clubs do |club| club.resources :members end map.connect '':controller/:action/:id'' map.connect '':controller/:action/:id.:format'' end Everything worked ok for this
2010 Dec 01
3
[fdo] Time to kill the fontconfig wiki?
Looking at http://www.fontconfig.org/wiki/TitleIndex I see it's around 99.9% pure spam. Other than the front page, virtually everything else is the moin-moin boilerplate or the hundreds of pages of spam. Even the Recent Changes & Find Page links have been overwritten by spammers hundreds of times, with the spammers fighting each other to crap on it most recently. (I restored them both
2008 Mar 03
2
how can i know type of attribute with active record
Hello, In my database, I have a table "products" with attributes : - id - title ->string - desc -> text I use active record, but I don''t know why recover the type of this attribute with active record? I try attributes_before_type_cast but I don''t see the type Can you help me? Excuse for my english (I''am a young student french) -- Posted via
2007 Nov 01
1
List of Nth removed associated objects.
Given the following.. Foo has_many :bars Bar has_many ::widgets Widget has_many :gadgets Gadget has_many :parts All of the following are now possible... @foo.bars @bar.widgets @part.gadget.widget.bar.foo However, I can''t just do the opposite of that last one... @foo.bars.widgets.gadgets.parts and get a full list of every Part associated with @foo. I know there''s several
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports? I have prepared reports directly with Jasper''s iReport tool using my MySQL data. It is a very powerful reporting tool. The reports look greate. But I have not been able to produce the reports from my Rails application. I have followed the instructions provided at:
2007 Jan 10
3
ActiveRecord Error?
...b:126:in `save'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/associations/association_proxy.rb:110:in `send'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/associations/association_proxy.rb:110:in `method_missing'' /home/jgarvin/workspace/test_case/config/../app/models/widget.rb:5:in `save'' ./test/unit/widget_test.rb:10:in `test_update'' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" grou...
2006 Apr 22
9
Re: Re-proposal: web forums
Paul wrote: > No seriously, I don't have the time to spend going out and monitoring a > dozen forums. I find mail lists much more convenient ... the > information comes to me, I don't have to go to the information. I feel the same. I'd like to know exactly what it is that people find so convenient about forums. I'd also like to know why the wine list archives can't
2008 Jan 31
0
Cross Site Sniper 0.2 (stable)
I''m pleased to announce the release of Cross Site Sniper 0.2. Cross Site Sniper is one more addition to the ever growing list of tools that attempt to provide a convenient and DRY method to protect Rails sites from Cross Site Scripting (XSS) attacks. There are many plugins and tools out there that attempt to address this issue, but none of them met my requirements. So, I created
2006 Dec 28
0
Missoula Ruby/Rails Group - January Ruby Tuesday Gathering
The first Ruby Tuesday gathering for 2007 of the Missoula Ruby & Ruby on Rails Group will be January 2nd. (Note that''s the evening of the *first* workday after the long weekend. It''ll feel very much like Monday, but it''s still Tuesday.) Nothing very formal or organized. Just a friendly gathering of enthusiasts to chat about Ruby & RoR and related topics over
2008 Mar 06
2
GateKeeper, Model Level Permissions Management
I''m pleased to announce the official release of "GateKeeper". GateKeeper is a Rails plugin that provides easy to use methods to declare access permissions to instances of ActiveRecord classes at the model level. Permissions may be based on either a user''s roles (such as Admin, Moderator, etc) or on associations with other models. In most simple and straight forward