search for: djber

Displaying 4 results from an estimated 4 matches for "djber".

Did you mean: deber
2006 Feb 06
0
Webrick, ldap segfault on Linux
...pecial for the last entry: Processing LoginController#login (for 1.2.3.4 at 2006-02-06 11:39:23) [POST] Parameters: {"commit"=>"Login", "action"=>"login", "controller"=>"login", "login"=>{"cuid"=>"djber ge", "password"=>"XXX"}} Anyone else hit this? I can''t find the core file, otherwise I would attach it. I could probably generate one on my desktop Solaris box with Ruby 1.8.2 and post it if that would help. Let me know. Regards, Dan
2008 Oct 15
2
Could not find RubyGem - because it's not a gem
Hi all, Why doesn''t a require in my environment.rb file search the standard site_lib path? # works irb(main):001:0> require ''strongtyping'' => true # doesn''t work C:\>ruby script\server => Booting WEBrick... C:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:628:in `report_activate_error'': Could not find RubyGem strongtyping (>= 0)
2008 Jul 22
1
Bizarre IE 7 error - res://ieframe.dll/dnserrordiagoff.htm
Hi all, Ruby 1.8.6-p111 Rails 1.2.6 Windows XP Pro IE 7 Posting this for posterity''s sake, and to see if anyone else hit this issue. I sporadically hit a strange error in IE7 when I hit a submit button on a form within a Rails app. res://ieframe.dll/dnserrordiagoff.htm Further investigation revealed that, when I hit this error, it was never reaching the controller, which I thought
2009 Sep 16
12
Connecting to Oracle (Solaris Sparc 10)
My company''s System-admin installed Ruby and Gems (using Sun Coolstack package) and I have sudo access to ruby, gem etc. Now I need to get my app to talk to oracle db (through network). From what I understand, it requires three steps: Step 1: Install oracle instant client ( I installed it in my ~/oracle/ instantclient_11_1) Step2: Install OCI8 libraries (this is where I am stuck). Here is