Displaying 20 results from an estimated 2000 matches similar to: "CVS layout question"
2006 May 30
1
has anyone compiled win32-utils under mingw?
Since the 1.8.4 One-click installer is based on VC++ 6.0 which is no
longer available, I am looking for alternative ways of building
win32-utils so as avoid segfaults. Has anyone used MingGW
successfully? When I run ruby extconf.rb from MSYS the resulting make
file assumes that I am using VC++. Do I need to build ruby under MinGW
first?
-- 
John-Mason Shackelford
Software Developer
Pearson
2006 Jun 15
1
Extracting Rails Model into a GEM
I presently am refactoring an a Rails App that has not only the
standard RoR web front end, but also agents which share the same model
and run on different machines. In the past the whole rails app was
just deployed on other machines even though only the model was used. I
am trying to improve the situation by extracting the model into a gem
which depends only on ActiveRecord and then requiring the
2005 Mar 01
1
rename associations
Greetings all,
In looking at the API for ActiveRecord::Associations::ClassMethods there 
doesn''t appear to be a way to rename an association. In doing some 
refactoring I am replacing one table with two but want to preserve the 
old associations names, e.g. I want to be able to still say 
build_type.artifacts instead of having to use the new table name: 
build_type.build_type_artifacts.
2006 May 29
0
[open3] Exit Status Patch
I''ve added another patch for the popen3 library which sets $? and adds
Process::Status a return when popen3/4 is called with a block thus
making it closer to the Open4. This is a merge of a couple of patches
previously submitted by Samuel Tesla.
http://rubyforge.org/tracker/index.php?func=detail&aid=4603&group_id=85&atid=413
Note that this implementation is not thread-safe
2006 May 31
7
Getting at MakeOpenFile
Along the same lines as the last question - how can I get to functions
like MakeOpenFile via Win32API?  It doesn''t seem to be exported by
msvcrt-ruby18.
Possible?  Or am I out of luck?
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly 
prohibited and may be unlawful.  If you have
2006 May 29
3
[ win32utils-Patches-4603 ] [open3] set $? and return Process::Status with block call
Patches item #4603, was opened at 2006-05-29 16:07
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=413&aid=4603&group_id=85
Category: win32-open3
Group: Bug Fix
Status: Open
Resolution: None
Priority: 3
Submitted By: John-Mason Shackelford (jpshackelford)
Assigned to: Nobody (None)
Summary: [open3] set $? and return Process::Status with block call
Initial
2006 May 31
2
Looking for docs on some functions and constants
Hi all,
I''m starting to set things up to move win32-open3 towards a pure Ruby
solution.  I''ve got a windows-pipe module setup, but now I need to
define some of the msvcrt IO functions.  However, I can''t find
documentation on MSDN or my system for the following:
FMODE_READABLE
FMODE_WRITABLE
FMODE_BINMODE
MakeOpenFile()
io_alloc()
A recursive search on my header files
2006 Jun 16
0
rubygems support for rails plugins (patch)
Rails committers, (feedback from others welcome)
Would you accept a patch--in principle, obviously the implementation
matters--that would:
1. allow Rails to load a plugin from gem
2. permit the plugin script to install them
3. give the plugin generator''s default Rake file the ability to
package and publish a gem
4. introduce freeze/unfreeze for plugins
Why?
- RubyGems''s
2006 Jun 13
4
script/plugin discover breaks?
Hi everyone,
I was trying to discover some new plugins, but the script breaks at a
certain point:
$ ./script/plugin discover
Add http://delynnberry.com/svn/code/rails/plugins/? [Y/n]
Add http://svn.recentrambles.com/plugins/? [Y/n]
Add http://svn.hasmanythrough.com/public/plugins/? [Y/n]
Add http://www.svn.recentrambles.com/plugins/? [Y/n]
Add http://sean.treadway.info/svn/plugins/? [Y/n]
Add
2006 Jun 18
7
[Fwd: Ruby Win32-Service]
Thoughts?
Dan
-------------- next part --------------
An embedded message was scrubbed...
From: "Patrick Hurley" <phurley at gmail.com>
Subject: Ruby Win32-Service
Date: Sun, 18 Jun 2006 12:46:01 -0400
Size: 2863
Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060618/cc346796/attachment.eml
2007 Jul 08
2
[ win32utils-Support Requests-12080 ] How would one add these packages as a dependency to a cross-platform gem?
Support Requests item #12080, was opened at 2007-07-07 19:02
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=412&aid=12080&group_id=85
Category: Install Problem (example)
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Luke Bayes (lukebayes)
Assigned to: Nobody (None)
Summary: How would one add these packages as a dependency to a
2004 Oct 04
2
open3 for windows
Hi all,
The topic of creating a unified API for open3 for Windows came up at 
RubyConf 2004 this year.
Park, I was wondering if you would mind if we modified win32_popen so that 
the API matches the open3 library that ships with Ruby.
This also means deciding whether or not to leave in the open2, open4, and 
posix stuff.  I guess it doesn''t hurt to leave this in, although Open3.open4 
2005 Mar 01
5
Open3.popen3 bug
Running this program:
  require ''win32/open3''
  i, o, e, pid = Open3.popen3("c:/ruby/bin/ruby.exe -e\"sleep 10\"")
  i.close
Gives this result:
  C:\_co\source\build\web\temp>ruby t.rb
  t.rb:5: [BUG] Segmentation fault
  ruby 1.8.2 (2004-06-29) [i386-mswin32]
  This application has requested the Runtime to terminate it in an unusual way.
  Please
2004 Nov 23
2
streams in fork
hi all,
is there a way to use fork with redirected streams? i mean in a
similar way that ruby''s standard open3 does it.
i''d like to be able to read the stdout/stdin/stderr streams from the
forked ruby process in the parent process.
cheers,
aslak
2005 Mar 01
2
Open3.popen3 oddity
Open3.popen3 returns the pid as well as the in, out, and err streams.
I thought only the streams were supposed to be returned.
Thanks
-- 
Nathaniel
<:((><
2005 Jan 04
1
Ruby 1.8.2 and win32-open3
FYI
It looks like the test suite for win32-open3 segfaults with the latest 
Windows installer.  Ugh.
I''ll take a look at that this week.  So much for getting 0.2.0 out the door 
tonight.
- Dan
2008 Jan 16
2
Problem with win32-open3 and net-ping
Hi all,
I''m seeing strange behavior with net-ping on Windows, which uses
win32-open3 (Open3.popen3) behind the scenes.
Download (or checkout) net-ping and run this:
ruby -Ilib test\tc_pingexternal.rb
It looks like the test suite is running twice. What''s happening?
Thanks,
Dan
This communication is the property of Qwest and may contain confidential or
privileged
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
Bugs item #27425, was opened at 2009-11-11 21:15
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=411&aid=27425&group_id=85
Category: win32-open3
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Nobody (None)
Summary: win32-open3 doesn''t build with 1.9.1
Initial Comment:
Windows XP
VC++ 9
2006 Feb 08
2
[ win32utils-Feature Requests-3502 ] Allow win32-open3 to take a block
Feature Requests item #3502, was opened at 2006-02-08 10:29
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=414&aid=3502&group_id=85
Category: win32-open3
Group: Code
Status: Open
Resolution: None
Priority: 4
Submitted By: Daniel Berger (djberg96)
Assigned to: Park Heesob  (phasis68)
Summary: Allow win32-open3 to take a block
Initial Comment:
I think we
2006 Apr 16
3
[ win32utils-Patches-4121 ] Make it possible to read process exit status
Patches item #4121, was opened at 2006-04-16 12:07
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=413&aid=4121&group_id=85
Category: win32-open3
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Samuel Tesla (stesla)
Assigned to: Nobody (None)
Summary: Make it possible to read process exit status
Initial Comment:
The UNIX Open3 sets the