Displaying 7 results from an estimated 7 matches for "rubyforge_project".
2005 Jun 26
2
wxruby gems
Hi
Following on from some talk last year of creating gems for wxruby, I''ve
attached a first try at them (for 0.6.0, not wxruby-swig). I mainly made
them because I want to ease installation of Weft QDA by adding wxruby
(and sqlite) as gem dependencies, but hopefully they will be generally
useful.
A couple of queries:
1) Who should be listed as author?
2) It doesn''t include
2008 Oct 11
1
Download page for mongrel_cluster?
Is there a download page for mongrel_cluster? I see that "gem install
mongrel_cluster" works, but I can''t see where it''s coming from.
Usually gems have some sort of project page somewhere.
--
Paul Lynch
Aquilent, Inc.
National Library of Medicine (Contractor)
2005 Jun 04
0
Gem problem
...Win32 synchronization
objects."
gem.require_path = "lib"
gem.test_file = "test/tc_ipc.rb"
gem.has_rdoc = true
gem.extra_rdoc_files = ["CHANGES","README"]
gem.extensions = ["extconf.rb"]
gem.rubyforge_project = "win32utils"
files = Dir["doc/*"] + Dir["examples/*"] + Dir["lib/win32/*"]
files += Dir["test/*"] + Dir["[A-Z]*"]
files.delete_if{ |item| item.include?("CVS") }
gem.files = files
end
if $0 == __FILE__
G...
2005 Dec 16
7
offline copy of the api site ?
Hi,
Is there a archive off http://api.rubyonrails.org/ so that I can view it
without net access?
Kind Regards, Herbert
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2004 Mar 14
3
Re: RubyGems 0.2.0
...quot;).delete_if {|item| item.include?("CVS")}
s.require_path = ''win32'' # also tried ''lib/win32''
s.autorequire = ''win32-mmap''
s.author = "Dan Berger;Park Heesob"
s.email = "win32utils-devel@rubyforge.org"
s.rubyforge_project = "win32-mmap"
s.homepage = "http://win32utils.rubyforge.org"
end
if $0==__FILE__
Gem::Builder.new(spec).build
end
__END__
#------------------------------------------------------------
The directory tree looks like this:
C:\win32utils\win32-mmap>tree
Folder PATH listi...
2007 Dec 22
12
error when installing on jruby (fastthread dependency)
I''m running jruby trunk which has integrated rubygems 1.0.0 and when
I try and install mongrel with gem it blows up when the fastthread
dependency tries to do a native compilation.
I couldn''t find a copy of the gemspec in the svn checkout but looking
at the one installed when gem installing mongrel didn''t show any
platform differentiation. There is platform
2009 Sep 28
5
Multi-databases support
Hi,
While I was hacking ovirt-server, I have found that it's currently
restricted to Postgres DB. Even if I like postgres for serious work on a
server, I really prefer to hack/dev locally on a Sqlite or MySQL DB.
I have googled on rails in order to find a good answer for the "foreign
key problem" which forces OVirt to stay on pg. I have found a plugin on
this particular