search for: deihl

Displaying 9 results from an estimated 9 matches for "deihl".

Did you mean: deal
2006 Feb 01
1
Bus error when running Hieraki
...ade sure the database is initialized properly using the provided schema. I have turned on tracing and tracked the execution to doing a notify call for the before_validation callback on an instance of FolderRevisionMeta. Anybody seen anything like this? Kim -- Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com Remote Unix Network Admin, Security, Internet Software Development Tinker Internet Services - Superior FreeBSD-based Web Hosting http://www.tinker.com/
2006 Apr 04
6
Replaced Rails Package with HiveLogic Install - problems
Hi, I''ve got a strange problem. I had initially installed Rails using Tony Arnold''s package: <http://www.tonyarnold.com/articles/category/rails> and that worked fine. (on OS X, obviously). I then decided to reinstall using the instructions on the HiveLogic page, to get Ruby 1.8.4: <http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger> That
2006 Feb 22
2
loggin of sql statements
Is there a way to have rails log the sql statement that it runs. It would be much easier for me to debug my code if I could actually see the sql that active record is using. Charlie recentrambles.com -> use Time not DateTime -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Feb 01
5
Apache 2.2 don''t work with fastcgi
I''m trying to install mod_fastcgi for my rails app. I use Apache 2.2 and FastCGI 2.4.2 in windows xp. I have modified the httpd.conf adding LoadModule fastcgi_module modules/mod_fastcgi.dll (with mod_fastcgi.dll and mod_fastcgi.so in the modules directory). Whe i try to start Apache i have this error ---------------------------- apache: Syntax error on line 122 of
2006 May 02
2
Uninstalling RUBYGEMS
Hi, does anyone know how to uninstall rubygem? I installed and it had the notorious hanging problem that no one seems to have an answer to. So I am going to attempt to install Rails without gems. Could someone point me in the right direction if you would not answer me? =) Regards, Edmund -- Posted via http://www.ruby-forum.com/.
2006 Jul 03
5
FPDF set FONT_PATH
hi all, im using ruby FPDF to generate my pdf. the problem im facing now is i need to use some new font that is not included in basic fpdf font. then i have generated the font using the makefont.rb. but then i dont know how to define the font_path in ruby. the font work great in PHP-FPDF. Is anybody there had solved the problem im facing now. ** sorry for my english ... -- Posted via
2007 Oct 05
5
PostgreSQL, templates, and test databases
Hi everyone. I''m having a bit of a problem with an application I''m currently developing with Rails 1.2.3 and PostgreSQL, attempting to use test-first development. Here''s the scenario: * I have the usual three databases, with migrations. Testing has been working beautifully. * I need to store geographic data, so I add PostGIS to all three databases (along with
2005 May 10
58
A quick straw poll
How many of you are using Rails: 1. As the primary development tool at your Day Job 2. As a small part of your Day Job 3. Not using Rails in your Day Job, but are using Ruby 4. For OS/outside work/hobby -- sam http://www.magpiebrain.com/
2006 Feb 21
10
segfault after page view
I realize this is slightly off-topic, but I''m stumped and I hope someone else has had the same problem. When running a rails app using webrick (script/server), I can load any given page which involves a controller once, and any subsequent page loads trigger a "Segmentation fault" without any other info. This problem is very new, and has only started occurring since I last