search for: webrik

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

Did you mean: webrick
2005 Dec 14
2
console and webrick problems
Hi, I''m having errors when running webrick or the console. webrik starts, but give me an error when I try to load my controller. It give the same error as the console: #ruby script/console Loading development environment. /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/console.rb:23:in `exec'': No such file or directory - irb -r irb/completion...
2006 Mar 20
1
RJS & IE Woes
...;'incident_forklift_detail'', {:duration => 1.5} else page.visual_effect :slide_up, ''fork_detail_div'', :duration => 0.75 page.delay (1) do page.replace_html ''fork_detail_div'', '''' end I get an error in WEBRIK [2006-03-21 00:31:08] ERROR Errno::EINVAL: Invalid argument c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in `gets'' c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in `__send__'' c:/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in `_read_data''...
2006 Apr 22
0
Connecting to existing postgreSQL database in Win32
...sql database: bookkeeping username: toby password: whatever host: localhost schema_search_path: public I''ve generated the app files by using the following commands: rails bookkeeping ruby script/generate model address ruby script/generate controller address When I try to start WEBrik I get the following response: [2006-04-22 14:30:54] INFO WEBrick 1.3.1 [2006-04-22 14:30:54] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] [2006-04-22 14:30:54] INFO WEBrick::HTTPServer#start: pid=13984 port=3000 c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_ ad...
2006 Apr 03
15
How should I pick a random entry from the database?
Hi guys. Total newbie here. I''ve been doing web stuff since 1996 but only began the foray into scripting last year. I haven''t got my skull completely 360 degrees around OOP yet. It''s just me here (in Japan) and there are no Ruby groups in my area (never mind any in English). I''ve got a database table - real simple: question, answer, and id fields - and I