Displaying 6 results from an estimated 6 matches for "rdoc_options".
Did you mean:
do_options
2004 Nov 04
4
Attempt to build a gemspec
...path = "."
s.autorequire = "win32/ipc"
s.has_rdoc = true
s.extra_rdoc_files = ["README","CHANGES"]
opts = ''-S --title A base class for Win32 synchronization objects.''
opts << '' --main README''
s.rdoc_options = opts
s.test_files = Dir.glob("test/tc_*.rb")
s.author = "Daniel J. Berger"
s.email = "djberg96@yahoo.com"
s.homepage = "http://www.rubyforge.org/projects/win32utils"
end
if $0 == __FILE__
Gem.manage_gems
Gem::Builder.new(spec).bui...
2008 Jun 03
9
Build rspec-rails as a gem?
I can''t figure out how to build rspec-rails as a gem when just cloned
from github... there isn''t any .gemspec file or rake task that does
this. Any help?
--
Posted via http://www.ruby-forum.com/.
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
2006 Jun 27
25
1.1.3 available.
Hello,
DHH has just announced the release of Rails 1.1.3
http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes
rails-1.1.3
activerecord-1.14.3
actionpack-1.12.2
actionmailer-1.2.2
actionwebservice-1.1.3
The announce without the repetition :)
"Rails 1.1.3: Security fix and minor fixes
Posted by David June 27, 2006 @ 08:07PM
We''ve found and fixed a
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
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters
are specified via kernel command line making it hopefully suitable for
automated migration with a little help of PXE boot.
Patchset is not squashed and represents dev. history.