search for: jeffer

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

Did you mean: jeffery
2006 Jan 15
7
Dreaded Internal 500 Error on DreamHost.
...red and migrated to the latest version of the db, and set all of the necessary directories to 755. But when I run dispatch.rb in ssh or access the site from a web browser it returns an Internal 500 error. I have no errors in my logs. Any ideas? ---------------------------------------- Jim Jeffers "A trustworthy individual." www.DontTrustThisGuy.com (480) 235-5201
2003 Jun 11
3
more on PXELinux confiuration file woes
...s served the right file, the kernel loaded as did the initrd. But again, the boot sequence stopped at "Ready." Keep in mind that the contents of the file are the same as was in the "default" file, which when PXE clients requested and used, everything went very smoothly. James Jeffers Software Engineer e1350 Linux Cluster Development (919) 254-6250 T/L 444-6250 <jamesjef at us.ibm.com>
2006 Feb 10
4
Handling a relationship between users and newsletter subcriptions.
...fter that. Is this the proper way to perform this type of relationship or is it something where I would give the newsletter model a has_and_belongs_to_many users relationship? I''m not quite sure how to go about it. Any advice? Thanks! ---------------------------------------- Jim Jeffers "A trustworthy individual." www.DontTrustThisGuy.com (480) 235-5201
2005 Dec 15
1
Rails Gem Not Installing Properly?
...'' Successfully installed rails-1.0.0 Normally it asks if I want to include dependencies etc. etc. This appears to be instant but then when I try to use the rails command it is not there. I also cannot locate rails on the system... hmm... ---------------------------------------- Jim Jeffers "A trustworthy individual." www.DontTrustThisGuy.com (480) 235-5201 _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 14
3
Advanced routing question.
...oller jump => action http://www.myvendor.com/referral.php? id=23ijo23jnjknbdc&uid=32lknklfelkj32 => string/parameter I don''t know it''s possible to do this because the url itself contains ''/''. Any ideas? ---------------------------------------- Jim Jeffers "A trustworthy individual." www.DontTrustThisGuy.com (480) 235-5201 _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Oct 03
3
WriteBoard for Programmers? (code support)
Anyone think it''d be useful to make a WriteBoard type application that supported ruby, html, etc. and allowed programmers to collaborate on writing scripts or just code in general and track each others changes? Just a thought. - Jim
2005 Nov 09
3
AJAX form Parameters jumbled.
Sorry for the repost but I originally posted this as a response to another thread. I have a text field called ''phrase'' but the parameter values always come up as nil and when I check the parameters dumped in the error message I do not get the normal hash you''d expect. Instead of something like {"phrase"=>"jim"} I get:
2005 Nov 08
2
Ruby equivalent of PHP Explode / Implode
Anyone know what the Ruby equivalent of PHP''s explode and implode are for arrays? - Jim
2005 Dec 19
1
Is there a guide for using ERBSQL?
...s create a syntax error when I run create_db: constraint fk_pages_section foreign key (section_id) references sections(id) Any advice or links to a guide on working with erbsql? Also any advice as to how to signify the foreign keys the erbsql way? ---------------------------------------- Jim Jeffers "A trustworthy individual." www.DontTrustThisGuy.com (480) 235-5201 _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 25
5
understanding session fixation attacks
is there a way that, our application can understand wheteher the session id sent from the browser is forged or created by rails? I understand that if the attacker guesses session id, theres nothing we can do about it; but can we understand if he/she is trying to guess by creating random session ids. _______________________________________________ Rails mailing list
2003 Jun 10
0
Odd PXELinux Problem
...everyone is happy. I have copied the default file as one with a MAC address, but I get the same result as if it was generated. Does PXELinux expect that configuration files named by MAC have different contents? I didn't think so, but if I'm wrong, please advise. Thanks in advance! James Jeffers Software Engineer e1350 Linux Cluster Development (919) 254-6250 T/L 444-6250 <jamesjef at us.ibm.com>
2005 Dec 15
6
Dynamic Text Replacement
.../csshelppile/pcdtr/ Is there anything like this for Ruby / Rails? I know there''s always SiFR but that method is often frustrating because I''ve noticed significant slow down in page load time even on pages that use it sparingly. ---------------------------------------- Jim Jeffers "A trustworthy individual." www.DontTrustThisGuy.com (480) 235-5201 _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Jul 24
0
DB Connection Issue on Remote Webhost
Hey guys, I''ve got an issue running rails on a remote machine via shell. Everything is running great the only problem is I can''t get rails to connect to the DB on the webhost. Here is the situation: 1. I can connect to the DB via mysql command in the shell so I know the DB is hosted on the localhost. 2. I can connect remotely to the DB with Cocoa MySql on OSX. but 3. I
2005 Oct 03
2
Explanation of how Scope works?
Hello all, I was wondering if someone could give me a brief explanation of how :scope works. I believe I''ve seen it used with the validation helpers in the past. - Jim