Displaying 14 results from an estimated 14 matches for "hgs".
Did you mean:
has
2005 Nov 22
3
Idiom for submit button?
What is the rails idiom for submit buttons on forms?
All other field types have helpers, but button_to creates its
own form, so should not be used. I''ve looked in "Agile Web Dev. with
Rails" but can''t see what I should do instead.
Is this "difficult" because it runs counter to AJAX type forms?
And, related, is there a way to ensure that hitting return in
2005 Dec 13
4
find()ing rows w/ NULL columns?
Agile Web Development with Rails doesn''t seem to have NULL in the
index [or my eyes have failed me again], and web searching turns up
lots of SQL statements containing NOT NULL.
I have a table of loans, and I want to record when something was
loaned and returned. The loan date can''t be null, or there''d be
no entry in the table. The return date must be something
2009 Jun 10
3
Problems 4.2 installing on Windows?
I keep an old Windows machine around for making sure that RedCloth
Win32 binary gems install. When I try gem update RedCloth, it just
installs 4.1.9. Did I do something wrong in the gemspec? Would
someone else with a windows machine try it and let me know how it goes?
Jason
2002 Jan 16
2
Validating R after it has been installed!
Hello All,
Just wondering if anyone may have a quick fix to our dilemma here.
I work for a company called HGS (Human Genome Sciences), we are in the
pharmaceutical business. Everything we do has to be tested and re-tested
to ensure we are providing the most accurate form of data. On top of that
everything is validated and regulated by FDA. What this means is every
application on a validated server has t...
1997 Dec 09
2
SAMBA digest 1518
>> The problem is performance. While Samba is not terribly slow it's still
>> too slow. Copying large files takes about half a minute/meg on an
>
>i find that samba running on FreeBSD is also pathetically slow: 10 to 20
>k per second. adding "socket options = TCP_NODELAY" speeds this up by a
>factor of ten to twenty, on a 10mb/s LAN with NE2000 cards. it
2005 Nov 23
15
:conditions => ... formatting
With code like:
if @params[:pnumber] =~ /\s*p?(\d+)\s*/
if student = Student.find_first(:conditions => ["pnumber like \":pnumber%\"",
{:pnumber => $1}])
@borrower = student
elsif emp = Employee.find_first(:condiwions => ["pnumber like \"?\"",
{:pnumber => $1}])
@borrower = emp
else
2005 Nov 22
2
Error messages: relative paths seem weakly handled?
I create my rails app, with modifications to the default from a script.
Having had to upgrade rails once, and knowing that this is likely to
happen again because of the rapid updating of rails, it seems the
most sensible way to do it. As a result, I often do
/bin/rm -rf csestore
and then run my script from another window to repopulate it.
So naturally, to save having to cd into csestore, and
2004 Apr 29
1
Need an explanation about different protocols
Hello,
Is there someody who can explain me the meaning of these sentence.
"Sip is philosophically horizontal and H.323/MGCP are vertical"
Thank U
(if you have some links to share about this protocols, share it :) )
Ignace
2007 Sep 07
7
Rails VERY slow on Vista
When I try to script/generate something I have to wait above 2 minutes
befor I get result. Is there some way to fix this? I have Intel Core 2
Duo 6420 with 2GB RAM.
On my Slackware Duron 800 MHz it takes about 45 sec...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2006 Feb 20
7
Native erb lacks -%>, where is Rails'' erb?
Native ERB in ruby, and eruby, seem to lack the -%> feature for
suppressing trailing newlines. Thus
erb -n script
gives errors. Where is Rails ERB so I can invoke it directly?
Thank you
Hugh
2007 Jul 12
0
[retry] fixture_references: "Mysql::Error #HY000"? (fwd)
...in `create_fixtures_without_references''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:86
7:in `silence''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/fixtures.r
b:248:in `create_fixtures_without_references''
/home/hgs/aeg_intranet/csestore/config/../vendor/plugins/fixture_references/
lib/fixture_references.rb:92:in `create_fixtures''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/fixtures.r
b:593:in `load_fixtures''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/ac...
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
...GL -lGLU -lc
>>> -Wl,-soname -Wl,libFOX-1.2.so.0 -o .libs/libFOX-1.2.so.0.0.6
>>> collect2: ld terminated with signal 11 [Segmentation Fault], core
>>> dumped
>>> gmake[1]: *** [libFOX-1.2.la] Error 1
>>> gmake[1]: Leaving directory `/export/home/Scratch/hgs/fox-1.2.6/src''
>>> gmake: *** [all-recursive] Error 1
>>>
>> I keep up with FOX compiling on SUN; it should compile out of the
>> box using SUN''s own compiler. If you have a problem with compiling
>
> I''ll give that a go, but Ruby com...
2010 Oct 13
40
Running on Dell hardware?
I have a Dell R710 which has been flaky for some time. It crashes about
once per week. I have literally replaced every piece of hardware in it, and
reinstalled Sol 10u9 fresh and clean.
I am wondering if other people out there are using Dell hardware, with what
degree of success, and in what configuration?
The failure seems to be related to the perc 6i. For some period around the
time
2006 Jan 27
0
redirect_to(:action => ...) usage?
I''ve a number of places in my rails application where I have
redirects, but I find they are not always redirected. I think
part of the problem is that my understanding of pre-requisites
is insufficient. I''m not sure how to frame a search to get the
answer I need. I''m using Rails 0.14.3 under cygwin with ruby 1.8.2
How do I make sure that data received in @params[] on