search for: _ruby

Displaying 10 results from an estimated 10 matches for "_ruby".

Did you mean: ruby
2004 Jan 26
0
Re: win32-service ideas
Park, > Oh, you have wrong version of service.c > I will attach service.c for you. Sorry again ;-( This is with the new service.c you attached and slightly modified test2.rb: ---------------------------------------------------------------------- C:\extract\_ruby\WIN32-~1.2>ruby extconf.rb creating Makefile C:\extract\_ruby\WIN32-~1.2>nmake Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl -nologo -MD -Zi -O2b2xg- -G6 -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -Ic:/r...
2004 Jan 25
0
Re: Re:Re: Re:Re: win32-service ideas
Park, Thanks, > I uploaded test2.rb in test dir. > Anyway here is test2.rb This is what I got: ----------------------------------------------------------------------------------------- C:\extract\_ruby\WIN32-~1.2\test>ruby test2.rb install installed C:\extract\_ruby\WIN32-~1.2\test>ruby test2.rb start (Win32ServiceError)t'': Overlapped I/O operation is in progress. from test2.rb:19 C:\extract\_ruby\WIN32-~1.2\test> ------------------------------------------------------...
2004 Jan 26
1
Re: win32-service ideas
>From: Shashank Date <sdate@everestkc.net> >To: Daniel Berger <djberg96@hotmail.com>, phasis@nownuri.net >CC: win32utils-devel@rubyforge.org >Subject: Re: win32-service ideas >Date: Sun, 25 Jan 2004 10:49:03 -0600 > >Dan, Park, > > > Still nothing. The svc.log file never gets created. It''s definitely > > choking on the StartService() call.
2006 Jul 31
6
Unable to install Gems with RubyGems on Intel OSX with DarwinPorts
...e and everything went fine up till the part where I had to install gems using gem install. I would get this stacktrace: Attempting local installation of ''rake'' Local gem file not found: rake*.gem Attempting remote installation of ''rake'' /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:204:in `report_activate_error'': Could not find RubyGem sources (> 0.0.0) (Gem::LoadError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:141:in `activate'' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems .rb:37:in `require_gem_with_options...
2007 Oct 04
1
Help Installing Ferret Gem on Media Temple Grid Server
...ct file: No such file or directory - /home/25280/data/rubygems/gems /gems/ferret-0.11.4/lib/ferret_ext.so (LoadError) It looks like this is a shared libraries problem, but I''ve tried doing some LD_LIBRARY_PATH= with no luck. My local install of ruby is here //data/rubygems/local/lib/site_ruby/1.8 (i think) but I can''t even seem to find the libruby1.8.so.1.8 file. I''m really having a tough time and would appreciate any help. Please be explicit with any assistance as I''m still a student of all this goodness. -- Chap -------------- next part -------------- An...
2006 Nov 04
0
Book Review: Ruby for Rails
Hi all I''ve posted a review of David Black''s book _Ruby for Rails_ on my blog: http://www.robsanheim.com/2006/10/04/ruby-for-rails-by-david-a-black-book-review/ The quick summary: "A fantastic guide to Ruby for programmers of all skill levels - up there with the PickAxe and may even surpasses it". Thought some might find it useful. - Rob...
2006 Apr 21
3
Conceptual q about rails
Classes like activerecord, etc contains strange elements like ''belongs_to :something'', ''has_many :smth'' etc.. what is it? I can''t find them in ruby lang documentation.. it''s similar to ''attr_accessor'' and other costructions, how I can create my own constructions and how I must understand them? Could anyone give me some links
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick
2006 Dec 05
6
Best Book
Hi there, What is the best book of Rails??? Or the top sellers, thanks.. -- Felipe Amaral Vento Livre Internet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from
2006 Feb 26
0
Review of Black, Ruby for Rails, Chapter 4
As others have mentioned, Chapter 4 of David A. Black''s book _Ruby for Rails_ is now available for download from the Manning site. The fact that the book is being released one chapter at a time makes it easy to read in small, digestible chunks. I never intended to review every chapter individually here, but now that I''ve done the first three, I feel lik...